IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cha.ejb
Class CHAInstanceForSessionBean

java.lang.Object
  extended bycom.ibm.btt.cha.ejb.CHAInstanceBean
      extended bycom.ibm.btt.cha.ejb.CHAInstanceForSessionBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public abstract class CHAInstanceForSessionBean
extends CHAInstanceBean

Bean implementation class for Enterprise Bean: CHAInstanceForSession

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
CHAInstanceForSessionBean()
           
 
Method Summary
 void ejbActivate()
          ejbActivate
 void ejbLoad()
          ejbLoad
 void ejbPassivate()
          ejbPassivate
 void ejbRemove()
          ejbRemove
 void ejbStore()
          ejbStore
 
Methods inherited from class com.ibm.btt.cha.ejb.CHAInstanceBean
addElement, clearKeyedCollection, clearKeyedCollection, ejbCreate, ejbCreate, ejbPostCreate, ejbPostCreate, fields, forChainTo, forUnchain, getAncestorByName, getContext, getContextByType, getElementAt, getEntityContext, getInstanceID, getIsRoot, getKeyedCollection, getLevel, getName, getParentID, getRealContext, getTagName, getTypeName, isAddToDynamicKColl, isChained, isReadOnly, removeAt, removeAtAnyLevel, setAddToDynamicKColl, setContext, setEntityContext, setInstanceID, setIsRoot, setKCollDynamic, setKeyedCollection, setName, setParentID, setRealContext, setTypeName, setValueAt, setValueAt, toStrings, trySetElementAt, unsetEntityContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

CHAInstanceForSessionBean

public CHAInstanceForSessionBean()
Method Detail

ejbActivate

public void ejbActivate()
ejbActivate

Specified by:
ejbActivate in interface javax.ejb.EntityBean
Overrides:
ejbActivate in class CHAInstanceBean

ejbLoad

public void ejbLoad()
ejbLoad

Specified by:
ejbLoad in interface javax.ejb.EntityBean
Overrides:
ejbLoad in class CHAInstanceBean

ejbPassivate

public void ejbPassivate()
ejbPassivate

Specified by:
ejbPassivate in interface javax.ejb.EntityBean
Overrides:
ejbPassivate in class CHAInstanceBean

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
ejbRemove

Specified by:
ejbRemove in interface javax.ejb.EntityBean
Overrides:
ejbRemove in class CHAInstanceBean
Throws:
javax.ejb.RemoveException

ejbStore

public void ejbStore()
ejbStore

Specified by:
ejbStore in interface javax.ejb.EntityBean
Overrides:
ejbStore in class CHAInstanceBean

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005