ilog.server.jsds.adapter
Interface IlsJPluggableInstancier

All Superinterfaces:
IlsPluggableInstancier

public interface IlsJPluggableInstancier
extends IlsPluggableInstancier

Data Source/Adapter/data model/graphic component quad to be instantiated for factory.

See Also:
IlsJPluggableInstancierFactory, IlsPluggableInstancierFactory, IlsPluggableInstancier

Method Summary
abstract  java.awt.Component instantiateComponent(java.lang.Object model)
          Instantiate adequate graphic component for corresponding data model and adapter.
abstract  java.lang.Object instantiateModel()
          Instantiate adequate data model for corresponding adapter.
 
Methods inherited from interface ilog.server.jsds.adapter.IlsPluggableInstancier
instantiateAdapter, instantiateDataSource
 

Method Detail

instantiateModel

public java.lang.Object instantiateModel()
Instantiate adequate data model for corresponding adapter.

instantiateComponent

public java.awt.Component instantiateComponent(java.lang.Object model)
Instantiate adequate graphic component for corresponding data model and adapter.