|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.script.wrappers.AbstractWrapperFactory
public abstract class AbstractWrapperFactory
Provides a base class that can be extended so implementations don't need to
worry about implementing getObjectToStore.
| Field Summary |
|---|
| Fields inherited from interface com.ibm.itim.script.wrappers.WrapperFactory |
|---|
FESI_LANG, IBMJS_LANG |
| Constructor Summary | |
|---|---|
AbstractWrapperFactory()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getObjectToStore(java.lang.Object obj)
In the case where no special processing needs to be done, return the base object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.itim.script.wrappers.WrapperFactory |
|---|
wrap |
| Constructor Detail |
|---|
public AbstractWrapperFactory()
| Method Detail |
|---|
public java.lang.Object getObjectToStore(java.lang.Object obj)
getObjectToStore in interface WrapperFactoryobj - The same object that was passed wrap.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||