|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.objectweb.jonas.jtests.beans.message.MRecordEC
Field Summary | |
java.lang.String |
dest
|
protected static org.objectweb.util.monolog.api.Logger |
logger
|
java.lang.String |
mdb
|
java.lang.String |
uuid
|
int |
value
|
Constructor Summary | |
MRecordEC()
|
Method Summary | |
void |
ejbActivate()
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific EJB object. |
MRecordPK |
ejbCreate(java.lang.String uuid,
java.lang.String dest,
int value,
java.lang.String mdb)
The Entity bean can define 0 or more ejbCreate methods. |
void |
ejbLoad()
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database. |
void |
ejbPassivate()
A container invokes this method on an instance before the instance becomes disassociated with a specific EJB object. |
void |
ejbPostCreate(java.lang.String uuid,
java.lang.String dest,
int value,
java.lang.String mdb)
There must be an ejbPostCreate par ejbCreate method |
void |
ejbRemove()
A container invokes this method before it removes the EJB object that is currently associated with the instance. |
void |
ejbStore()
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database. |
java.lang.String |
getDest()
returns dest |
java.lang.String |
getMDB()
returns MDB |
java.lang.String |
getUUID()
returns UUID |
int |
getValue()
returns value |
void |
setEntityContext(javax.ejb.EntityContext ctx)
Set the associated entity context. |
void |
unsetEntityContext()
Unset the associated entity context. |
Field Detail |
protected static org.objectweb.util.monolog.api.Logger logger
public java.lang.String uuid
public java.lang.String dest
public int value
public java.lang.String mdb
Constructor Detail |
public MRecordEC()
Method Detail |
public void setEntityContext(javax.ejb.EntityContext ctx)
ctx
- - An EntityContext interface for the instance. The instance
should store the reference to the context in an instance variable.EJBException
- Thrown by the method to indicate a failure caused by a
system-level error.public void unsetEntityContext()
EJBException
- Thrown by the method to indicate a failure caused by a
system-level error.public void ejbRemove() throws javax.ejb.RemoveException
RemoveException
- The enterprise Bean does not allow destruction of the object.EJBException
- - Thrown by the method to indicate a failure caused by a system-level
error.public void ejbLoad()
EJBException
- Thrown by the method to indicate a failure caused by
a system-level error.public void ejbStore()
EJBException
- Thrown by the method to indicate a failure caused by
a system-level error.public void ejbPostCreate(java.lang.String uuid, java.lang.String dest, int value, java.lang.String mdb) throws javax.ejb.CreateException
CreateException
- Failure to create an entity EJB object.public MRecordPK ejbCreate(java.lang.String uuid, java.lang.String dest, int value, java.lang.String mdb) throws javax.ejb.CreateException, javax.ejb.DuplicateKeyException
CreateException
- Failure to create an entity EJB object.DuplicateKeyException
- An object with the same key already exists.public void ejbPassivate()
public void ejbActivate()
public java.lang.String getUUID() throws java.rmi.RemoteException
public java.lang.String getDest() throws java.rmi.RemoteException
public int getValue() throws java.rmi.RemoteException
public java.lang.String getMDB() throws java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |