Package ilog.server.jsds

Provides basic classes for data sources architecture in Rogue Wave Server.

See:
          Description

Interface Summary
DSConnectionListener Interface to be implemented for objects that need to listen a data source connection/deconnection.
DSRepresentationListener Interface to be implemented for objects that need to listen representation opening/closing and changes.
IlsConverter Interface for applying convertion of an object into another class.
IlsDataSourceContainer Interface of IlsDataSourceContainer.
IlsDataSourceContainer.Finder Interface of Finder Must be implemented by IlsDataSourceContainer in order to find a data source.
IlsDSConnection Interface to be shared by all data sources.
 

Class Summary
DSConnectionEvent Event class used for all connection/disconnection events happening on a data source
DSRepresentationEvent Event class used for all opening/closing/changing events happening on a DSRepresentation.
IlsClassConverter Repository of converters (convert object into another class).
IlsDataSource Abstract class to be shared by all data sources.
IlsDataSourceContainerSupport Class supporting IlsDataSourceContainer
IlsDSComponent The class ilog.server.jsds.IlsDSComponent implements components for a dynamic-view server using data sources.
IlsDSComponentFactory This class is the factory class used to create instances of the IlsDSComponent class.
IlsDSConnectionSupport Class supporting DSConnectionListeners
IlsDSMainObject This is the base class for data source origin representation objects like IlsRpTable, IlsRpGraph and IlsRpTree.
IlsDSObject This is the base class for data sources representation objects.
IlsDSRepresentation Dynamic view-related class (component side).
IlsHRef This class represent a value of a property of type hyper reference.
IlsVersion Returns Rogue Wave Server version, patch and build number of the package.
 

Package ilog.server.jsds Description

Provides basic classes for data sources architecture in Rogue Wave Server.