|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cha.ejb.CHAControlBean
Bean implementation class for Enterprise Bean: CHAControl
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 |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public CHAControlBean()
Method Detail |
public void setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext
in interface javax.ejb.EntityBean
public javax.ejb.EntityContext getEntityContext()
public void unsetEntityContext()
unsetEntityContext
in interface javax.ejb.EntityBean
public java.lang.Integer ejbCreate(java.lang.Integer num) throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbPostCreate(java.lang.Integer num) throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbActivate()
ejbActivate
in interface javax.ejb.EntityBean
public void ejbLoad()
ejbLoad
in interface javax.ejb.EntityBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.EntityBean
public void ejbRemove() throws javax.ejb.RemoveException
ejbRemove
in interface javax.ejb.EntityBean
javax.ejb.RemoveException
public void ejbStore()
ejbStore
in interface javax.ejb.EntityBean
public abstract java.lang.Integer getNum()
public abstract void setNum(java.lang.Integer newNum)
public abstract java.lang.Integer getInstIDPrefix()
public abstract void setInstIDPrefix(java.lang.Integer newInstIDPrefix)
public abstract boolean getHasCtxTree()
public abstract void setHasCtxTree(boolean newHasCtxTree)
public int getInstanceIDPrefix()
public boolean isContextTreeEstablished()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |