|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.test.entity.cmp.RmiIiopCmpBean
public class RmiIiopCmpBean
Field Summary | |
---|---|
javax.ejb.EntityContext |
ejbContext
|
java.lang.String |
firstName
|
static int |
key
|
java.lang.String |
lastName
|
int |
primaryKey
|
Constructor Summary | |
---|---|
RmiIiopCmpBean()
|
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. |
java.lang.Integer |
ejbCreate(java.lang.String name)
Maps to RmiIiopCmpHome.create |
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 name)
|
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.Boolean |
returnBooleanObject(java.lang.Boolean data)
|
java.lang.Boolean[] |
returnBooleanObjectArray(java.lang.Boolean[] data)
|
boolean |
returnBooleanPrimitive(boolean data)
|
boolean[] |
returnBooleanPrimitiveArray(boolean[] data)
|
java.lang.Byte |
returnByteObject(java.lang.Byte data)
|
java.lang.Byte[] |
returnByteObjectArray(java.lang.Byte[] data)
|
byte |
returnBytePrimitive(byte data)
|
byte[] |
returnBytePrimitiveArray(byte[] data)
|
java.lang.Character |
returnCharacterObject(java.lang.Character data)
|
java.lang.Character[] |
returnCharacterObjectArray(java.lang.Character[] data)
|
char |
returnCharacterPrimitive(char data)
|
char[] |
returnCharacterPrimitiveArray(char[] data)
|
java.lang.Double |
returnDoubleObject(java.lang.Double data)
|
java.lang.Double[] |
returnDoubleObjectArray(java.lang.Double[] data)
|
double |
returnDoublePrimitive(double data)
|
double[] |
returnDoublePrimitiveArray(double[] data)
|
javax.ejb.EJBHome |
returnEJBHome()
|
javax.ejb.EJBHome |
returnEJBHome(javax.ejb.EJBHome data)
|
javax.ejb.EJBHome[] |
returnEJBHomeArray(javax.ejb.EJBHome[] data)
|
javax.ejb.EJBMetaData |
returnEJBMetaData()
|
javax.ejb.EJBMetaData |
returnEJBMetaData(javax.ejb.EJBMetaData data)
|
javax.ejb.EJBMetaData[] |
returnEJBMetaDataArray(javax.ejb.EJBMetaData[] data)
|
javax.ejb.EJBObject |
returnEJBObject()
|
javax.ejb.EJBObject |
returnEJBObject(javax.ejb.EJBObject data)
|
javax.ejb.EJBObject[] |
returnEJBObjectArray(javax.ejb.EJBObject[] data)
|
java.lang.Float |
returnFloatObject(java.lang.Float data)
|
java.lang.Float[] |
returnFloatObjectArray(java.lang.Float[] data)
|
float |
returnFloatPrimitive(float data)
|
float[] |
returnFloatPrimitiveArray(float[] data)
|
javax.ejb.Handle |
returnHandle()
|
javax.ejb.Handle |
returnHandle(javax.ejb.Handle data)
|
javax.ejb.Handle[] |
returnHandleArray(javax.ejb.Handle[] data)
|
java.lang.Integer |
returnIntegerObject(java.lang.Integer data)
|
java.lang.Integer[] |
returnIntegerObjectArray(java.lang.Integer[] data)
|
int |
returnIntegerPrimitive(int data)
|
int[] |
returnIntegerPrimitiveArray(int[] data)
|
java.lang.Long |
returnLongObject(java.lang.Long data)
|
java.lang.Long[] |
returnLongObjectArray(java.lang.Long[] data)
|
long |
returnLongPrimitive(long data)
|
long[] |
returnLongPrimitiveArray(long[] data)
|
ObjectGraph |
returnNestedEJBHome()
|
ObjectGraph |
returnNestedEJBMetaData()
|
ObjectGraph |
returnNestedEJBObject()
|
ObjectGraph |
returnNestedHandle()
|
ObjectGraph |
returnObjectGraph(ObjectGraph data)
|
ObjectGraph[] |
returnObjectGraphArray(ObjectGraph[] data)
|
java.lang.Short |
returnShortObject(java.lang.Short data)
|
java.lang.Short[] |
returnShortObjectArray(java.lang.Short[] data)
|
short |
returnShortPrimitive(short data)
|
short[] |
returnShortPrimitiveArray(short[] data)
|
java.lang.String |
returnStringObject(java.lang.String data)
|
java.lang.String[] |
returnStringObjectArray(java.lang.String[] data)
|
void |
setEntityContext(javax.ejb.EntityContext ctx)
Set the associated entity context. |
void |
unsetEntityContext()
Unset the associated entity context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int key
public int primaryKey
public java.lang.String firstName
public java.lang.String lastName
public javax.ejb.EntityContext ejbContext
Constructor Detail |
---|
public RmiIiopCmpBean()
Method Detail |
---|
public java.lang.Integer ejbCreate(java.lang.String name) throws javax.ejb.CreateException
name
-
javax.ejb.CreateException
RmiIiopCmpHome.create
public void ejbPostCreate(java.lang.String name) throws javax.ejb.CreateException
javax.ejb.CreateException
public java.lang.String returnStringObject(java.lang.String data)
public java.lang.String[] returnStringObjectArray(java.lang.String[] data)
public java.lang.Character returnCharacterObject(java.lang.Character data)
public char returnCharacterPrimitive(char data)
public java.lang.Character[] returnCharacterObjectArray(java.lang.Character[] data)
public char[] returnCharacterPrimitiveArray(char[] data)
public java.lang.Boolean returnBooleanObject(java.lang.Boolean data)
public boolean returnBooleanPrimitive(boolean data)
public java.lang.Boolean[] returnBooleanObjectArray(java.lang.Boolean[] data)
public boolean[] returnBooleanPrimitiveArray(boolean[] data)
public java.lang.Byte returnByteObject(java.lang.Byte data)
public byte returnBytePrimitive(byte data)
public java.lang.Byte[] returnByteObjectArray(java.lang.Byte[] data)
public byte[] returnBytePrimitiveArray(byte[] data)
public java.lang.Short returnShortObject(java.lang.Short data)
public short returnShortPrimitive(short data)
public java.lang.Short[] returnShortObjectArray(java.lang.Short[] data)
public short[] returnShortPrimitiveArray(short[] data)
public java.lang.Integer returnIntegerObject(java.lang.Integer data)
public int returnIntegerPrimitive(int data)
public java.lang.Integer[] returnIntegerObjectArray(java.lang.Integer[] data)
public int[] returnIntegerPrimitiveArray(int[] data)
public java.lang.Long returnLongObject(java.lang.Long data)
public long returnLongPrimitive(long data)
public java.lang.Long[] returnLongObjectArray(java.lang.Long[] data)
public long[] returnLongPrimitiveArray(long[] data)
public java.lang.Float returnFloatObject(java.lang.Float data)
public float returnFloatPrimitive(float data)
public java.lang.Float[] returnFloatObjectArray(java.lang.Float[] data)
public float[] returnFloatPrimitiveArray(float[] data)
public java.lang.Double returnDoubleObject(java.lang.Double data)
public double returnDoublePrimitive(double data)
public java.lang.Double[] returnDoubleObjectArray(java.lang.Double[] data)
public double[] returnDoublePrimitiveArray(double[] data)
public javax.ejb.EJBHome returnEJBHome(javax.ejb.EJBHome data)
public javax.ejb.EJBHome returnEJBHome() throws javax.ejb.EJBException
javax.ejb.EJBException
public ObjectGraph returnNestedEJBHome() throws javax.ejb.EJBException
javax.ejb.EJBException
public javax.ejb.EJBHome[] returnEJBHomeArray(javax.ejb.EJBHome[] data)
public javax.ejb.EJBObject returnEJBObject(javax.ejb.EJBObject data)
public javax.ejb.EJBObject returnEJBObject() throws javax.ejb.EJBException
javax.ejb.EJBException
public ObjectGraph returnNestedEJBObject() throws javax.ejb.EJBException
javax.ejb.EJBException
public javax.ejb.EJBObject[] returnEJBObjectArray(javax.ejb.EJBObject[] data)
public javax.ejb.EJBMetaData returnEJBMetaData(javax.ejb.EJBMetaData data)
public javax.ejb.EJBMetaData returnEJBMetaData() throws javax.ejb.EJBException
javax.ejb.EJBException
public ObjectGraph returnNestedEJBMetaData() throws javax.ejb.EJBException
javax.ejb.EJBException
public javax.ejb.EJBMetaData[] returnEJBMetaDataArray(javax.ejb.EJBMetaData[] data)
public javax.ejb.Handle returnHandle(javax.ejb.Handle data)
public javax.ejb.Handle returnHandle() throws javax.ejb.EJBException
javax.ejb.EJBException
public ObjectGraph returnNestedHandle() throws javax.ejb.EJBException
javax.ejb.EJBException
public javax.ejb.Handle[] returnHandleArray(javax.ejb.Handle[] data)
public ObjectGraph returnObjectGraph(ObjectGraph data)
public ObjectGraph[] returnObjectGraphArray(ObjectGraph[] data)
public void ejbLoad() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbLoad
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
public void setEntityContext(javax.ejb.EntityContext ctx) throws javax.ejb.EJBException, java.rmi.RemoteException
setEntityContext
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
public void unsetEntityContext() throws javax.ejb.EJBException, java.rmi.RemoteException
unsetEntityContext
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbStore() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbStore
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbRemove() throws javax.ejb.RemoveException, javax.ejb.EJBException, java.rmi.RemoteException
ejbRemove
in interface javax.ejb.EntityBean
javax.ejb.RemoveException
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbActivate() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbActivate
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbPassivate() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbPassivate
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |