IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cha.ejb
Class CHAControlBean

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

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

Bean implementation class for Enterprise Bean: CHAControl

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
CHAControlBean()
           
 
Method Summary
 void ejbActivate()
          ejbActivate
 java.lang.Integer ejbCreate(java.lang.Integer num)
          ejbCreate
 void ejbLoad()
          ejbLoad
 void ejbPassivate()
          ejbPassivate
 void ejbPostCreate(java.lang.Integer num)
          ejbPostCreate
 void ejbRemove()
          ejbRemove
 void ejbStore()
          ejbStore
 javax.ejb.EntityContext getEntityContext()
          getEntityContext
abstract  boolean getHasCtxTree()
          Get accessor for persistent attribute: hasCtxTree
 int getInstanceIDPrefix()
          This method gets the instanceID prefix.
abstract  java.lang.Integer getInstIDPrefix()
          Get accessor for persistent attribute: instIDPrefix
abstract  java.lang.Integer getNum()
          Get accessor for persistent attribute: num
 boolean isContextTreeEstablished()
          Judge if the initial context tree has been established or not based on the value of the db field hasCtxTree.
 void setEntityContext(javax.ejb.EntityContext ctx)
          setEntityContext
abstract  void setHasCtxTree(boolean newHasCtxTree)
          Set accessor for persistent attribute: hasCtxTree
abstract  void setInstIDPrefix(java.lang.Integer newInstIDPrefix)
          Set accessor for persistent attribute: instIDPrefix
abstract  void setNum(java.lang.Integer newNum)
          Set accessor for persistent attribute: num
 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

CHAControlBean

public CHAControlBean()
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.Integer ejbCreate(java.lang.Integer num)
                            throws javax.ejb.CreateException
ejbCreate

Throws:
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(java.lang.Integer num)
                   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

getNum

public abstract java.lang.Integer getNum()
Get accessor for persistent attribute: num


setNum

public abstract void setNum(java.lang.Integer newNum)
Set accessor for persistent attribute: num


getInstIDPrefix

public abstract java.lang.Integer getInstIDPrefix()
Get accessor for persistent attribute: instIDPrefix


setInstIDPrefix

public abstract void setInstIDPrefix(java.lang.Integer newInstIDPrefix)
Set accessor for persistent attribute: instIDPrefix


getHasCtxTree

public abstract boolean getHasCtxTree()
Get accessor for persistent attribute: hasCtxTree


setHasCtxTree

public abstract void setHasCtxTree(boolean newHasCtxTree)
Set accessor for persistent attribute: hasCtxTree


getInstanceIDPrefix

public int getInstanceIDPrefix()
This method gets the instanceID prefix.

Returns:
int

isContextTreeEstablished

public boolean isContextTreeEstablished()
Judge if the initial context tree has been established or not based on the value of the db field hasCtxTree. If the value of this field is false, set it to true to indicate that the initial context tree will be created subsequently.

Returns:
boolean

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005