Package com.dassault_systemes.catweb.databackend.dataType

   
Interface Driver

 
Class Hierarchy
com.dassault_systemes.catweb.databackend.dataType.Driver
Class Location

Framework : CATJDataAccessBasicModel

Module : PLAdatabackend

Class Description

public interface Driver

Field Summary

Constructor Summary

Method Summary
void start(InformationObject information)
String getName()
MetadataIF getMetadataIF()
EnvironmentIF getEnvironmentIF()
SecurityIF getSecurityIF()
DataIF getDataIF()
boolean isLicensingOK()


Field Detail

Constructor Detail

Method Detail

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