|
|
|||||
| Package com.dassault_systemes.catweb.databackend.dataType |
Interface Driver
|
| Class Hierarchy |
com.dassault_systemes.catweb.databackend.dataType.Driver
| Class Location |
| Class Description |
public interface Driver
| Field Summary |
| Constructor Summary |
| Method Summary |
| public DataIF | getDataIF()
Returns the DataIF interface. |
| public EnvironmentIF | getEnvironmentIF()
Returns the EnvironmentIF interface. |
| public MetadataIF | getMetadataIF()
Returns the MetadataIF interface. |
| public String | getName()
Returns a String Object representing the unique identifier of the driver. |
| public SecurityIF | getSecurityIF()
Returns the SecurityIF interface. |
| public boolean | isLicensingOK()
Checks the licensing. |
| public void | start(InformationObject information)
Starts the Driver, called after the driver is instancied. |
| Field Detail |
| Constructor Detail |
| Method Detail |
public DataIF getDataIF()
Returns the DataIF interface.
public EnvironmentIF getEnvironmentIF()
Returns the EnvironmentIF interface.
public MetadataIF getMetadataIF()
Returns the MetadataIF interface.
public String getName()
Returns a String Object representing the unique identifier of the driver.
public SecurityIF getSecurityIF()
Returns the SecurityIF interface.
public boolean isLicensingOK()
Checks the licensing.
public void start(InformationObject information)
Starts the Driver, called after the driver is instancied.
iInformation