IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cha.ejb
Class CHAChildrenBean

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

public abstract class CHAChildrenBean
extends java.lang.Object
implements javax.ejb.EntityBean

Bean implementation class for Enterprise Bean: CHAChildren

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
CHAChildrenBean()
           
 
Method Summary
 void ejbActivate()
          ejbActivate
 java.lang.String ejbCreate(java.lang.String childInstanceID)
          ejbCreate
 java.lang.String ejbCreate(java.lang.String childInstanceID, java.lang.String instanceID)
          ejbCreate
 void ejbLoad()
          ejbLoad
 void ejbPassivate()
          ejbPassivate
 void ejbPostCreate(java.lang.String childInstanceID)
          ejbPostCreate
 void ejbPostCreate(java.lang.String childInstanceID, java.lang.String instanceID)
          ejbPostCreate
 void ejbRemove()
          ejbRemove
 void ejbStore()
          ejbStore
abstract  java.lang.String getChildInstanceID()
          Get accessor for persistent attribute: childInstanceID
 javax.ejb.EntityContext getEntityContext()
          getEntityContext
abstract  java.lang.String getInstanceID()
          Get accessor for persistent attribute: instanceID
abstract  void setChildInstanceID(java.lang.String newChildInstanceID)
          Set accessor for persistent attribute: childInstanceID
 void setEntityContext(javax.ejb.EntityContext ctx)
          setEntityContext
abstract  void setInstanceID(java.lang.String newInstanceID)
          Set accessor for persistent attribute: instanceID
 void unsetEntityContext()
          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

CHAChildrenBean

public CHAChildrenBean()
Method Detail

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext

Specified by:
setEntityContext in interface javax.ejb.EntityBean

getEntityContext

public javax.ejb.EntityContext getEntityContext()
getEntityContext


unsetEntityContext

public void unsetEntityContext()
unsetEntityContext

Specified by:
unsetEntityContext in interface javax.ejb.EntityBean

ejbCreate

public java.lang.String ejbCreate(java.lang.String childInstanceID)
                           throws javax.ejb.CreateException
ejbCreate

Throws:
javax.ejb.CreateException

ejbCreate

public java.lang.String ejbCreate(java.lang.String childInstanceID,
                                  java.lang.String instanceID)
                           throws javax.ejb.CreateException
ejbCreate

Throws:
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(java.lang.String childInstanceID)
                   throws javax.ejb.CreateException
ejbPostCreate

Throws:
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(java.lang.String childInstanceID,
                          java.lang.String instanceID)
                   throws javax.ejb.CreateException
ejbPostCreate

Throws:
javax.ejb.CreateException

ejbActivate

public void ejbActivate()
ejbActivate

Specified by:
ejbActivate in interface javax.ejb.EntityBean

ejbLoad

public void ejbLoad()
ejbLoad

Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
ejbPassivate

Specified by:
ejbPassivate in interface javax.ejb.EntityBean

ejbRemove

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

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

ejbStore

public void ejbStore()
ejbStore

Specified by:
ejbStore in interface javax.ejb.EntityBean

getChildInstanceID

public abstract java.lang.String getChildInstanceID()
Get accessor for persistent attribute: childInstanceID


setChildInstanceID

public abstract void setChildInstanceID(java.lang.String newChildInstanceID)
Set accessor for persistent attribute: childInstanceID


getInstanceID

public abstract java.lang.String getInstanceID()
Get accessor for persistent attribute: instanceID


setInstanceID

public abstract void setInstanceID(java.lang.String newInstanceID)
Set accessor for persistent attribute: instanceID


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005