|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICISObjectInitializable
Objects created by the ICISAPIObjectFactory implement this method. It is called when the object is initialized.
| Nested Class Summary | |
|---|---|
static interface |
ICISObjectInitializable.AdapterVersionAware
Set the adapter version for the adapter associated with the newly created object from the factory |
| Method Summary | |
|---|---|
void |
intialize(ICISAPIObjectFactory factory,
java.lang.Object object,
java.lang.String adapterName)
Initialize the object. |
| Method Detail |
|---|
void intialize(ICISAPIObjectFactory factory,
java.lang.Object object,
java.lang.String adapterName)
throws CreateAPIObjectException
ICISAPIObjectFactory.
factory - the factory used to create this objectobject - the populated source objectadapterName - the name of the adapter where this item originated
CreateAPIObjectException - if the object cannot be initialized
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||