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
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

getDataIF

    public DataIF getDataIF()

Returns the DataIF interface.


getEnvironmentIF

    public EnvironmentIF getEnvironmentIF()

Returns the EnvironmentIF interface.


getMetadataIF

    public MetadataIF getMetadataIF()

Returns the MetadataIF interface.


getName

    public String getName()

Returns a String Object representing the unique identifier of the driver.


getSecurityIF

    public SecurityIF getSecurityIF()

Returns the SecurityIF interface.


isLicensingOK

    public boolean isLicensingOK()

Checks the licensing.

Return:
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..

start

    public 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


Copyright © 2000, Dassault Systèmes. All rights reserved