Package com.dassault_systemes.catweb.databackend.dataType |
com.dassault_systemes.catweb.databackend.dataType.Driver
Framework : CATJDataAccessBasicModel
Module : PLAdatabackend
public interface Driver
start
void start(InformationObject information)
Starts the Driver, called after the driver is instancied.
- Parameters:
iInformation
- The InformationObject provides all the informations for the Driver's life: the Frame and the DriverServicesIF
getName
String getName()
Returns a String Object representing the unique identifier of the driver.
getMetadataIF
MetadataIF getMetadataIF()
Returns the MetadataIF interface.
getEnvironmentIF
EnvironmentIF getEnvironmentIF()
Returns the EnvironmentIF interface.
getSecurityIF
SecurityIF getSecurityIF()
Returns the SecurityIF interface.
getDataIF
DataIF getDataIF()
Returns the DataIF interface.
isLicensingOK
boolean isLicensingOK()
Checks the licensing.
- Returns:
Returns a boolean telling if the licensing is ok. It is up to you to tell if the licensing for this driver is ok. We do not own the licensing because in fact, you can prerequisite another licensing system (for example, the PDM System when you run some of its librairies) and we will not be aware of this..
Copyright © 2000, Dassault Systèmes. All rights reserved