com.ibm.itim.script.wrappers

Class AbstractWrapperFactory

  • java.lang.Object
    • com.ibm.itim.script.wrappers.AbstractWrapperFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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
    • Constructor Detail

      • AbstractWrapperFactory

        public AbstractWrapperFactory()
    • Method Detail

      • getObjectToStore

        public java.lang.Object getObjectToStore(java.lang.Object obj)
        In the case where no special processing needs to be done, return the base object.
        Specified by:
        getObjectToStore in interface WrapperFactory
        Parameters:
        obj - The same object that was passed wrap.
        Returns:
        The object to store in ObjectWrapperManagers lookup map.