org.openejb.test.stateful
Interface RmiIiopStatefulObject
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
public interface RmiIiopStatefulObject
- extends javax.ejb.EJBObject
- Author:
- David Blevins, Richard Monson-Haefel
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
returnStringObject
java.lang.String returnStringObject(java.lang.String data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnStringObjectArray
java.lang.String[] returnStringObjectArray(java.lang.String[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnCharacterObject
java.lang.Character returnCharacterObject(java.lang.Character data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnCharacterPrimitive
char returnCharacterPrimitive(char data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnCharacterObjectArray
java.lang.Character[] returnCharacterObjectArray(java.lang.Character[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnCharacterPrimitiveArray
char[] returnCharacterPrimitiveArray(char[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnBooleanObject
java.lang.Boolean returnBooleanObject(java.lang.Boolean data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnBooleanPrimitive
boolean returnBooleanPrimitive(boolean data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnBooleanObjectArray
java.lang.Boolean[] returnBooleanObjectArray(java.lang.Boolean[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnBooleanPrimitiveArray
boolean[] returnBooleanPrimitiveArray(boolean[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnByteObject
java.lang.Byte returnByteObject(java.lang.Byte data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnBytePrimitive
byte returnBytePrimitive(byte data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnByteObjectArray
java.lang.Byte[] returnByteObjectArray(java.lang.Byte[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnBytePrimitiveArray
byte[] returnBytePrimitiveArray(byte[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnShortObject
java.lang.Short returnShortObject(java.lang.Short data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnShortPrimitive
short returnShortPrimitive(short data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnShortObjectArray
java.lang.Short[] returnShortObjectArray(java.lang.Short[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnShortPrimitiveArray
short[] returnShortPrimitiveArray(short[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnIntegerObject
java.lang.Integer returnIntegerObject(java.lang.Integer data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnIntegerPrimitive
int returnIntegerPrimitive(int data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnIntegerObjectArray
java.lang.Integer[] returnIntegerObjectArray(java.lang.Integer[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnIntegerPrimitiveArray
int[] returnIntegerPrimitiveArray(int[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnLongObject
java.lang.Long returnLongObject(java.lang.Long data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnLongPrimitive
long returnLongPrimitive(long data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnLongObjectArray
java.lang.Long[] returnLongObjectArray(java.lang.Long[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnLongPrimitiveArray
long[] returnLongPrimitiveArray(long[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnFloatObject
java.lang.Float returnFloatObject(java.lang.Float data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnFloatPrimitive
float returnFloatPrimitive(float data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnFloatObjectArray
java.lang.Float[] returnFloatObjectArray(java.lang.Float[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnFloatPrimitiveArray
float[] returnFloatPrimitiveArray(float[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnDoubleObject
java.lang.Double returnDoubleObject(java.lang.Double data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnDoublePrimitive
double returnDoublePrimitive(double data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnDoubleObjectArray
java.lang.Double[] returnDoubleObjectArray(java.lang.Double[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnDoublePrimitiveArray
double[] returnDoublePrimitiveArray(double[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnEJBHome
javax.ejb.EJBHome returnEJBHome(javax.ejb.EJBHome data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnEJBHome
javax.ejb.EJBHome returnEJBHome()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnNestedEJBHome
ObjectGraph returnNestedEJBHome()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnEJBHomeArray
javax.ejb.EJBHome[] returnEJBHomeArray(javax.ejb.EJBHome[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnEJBObject
javax.ejb.EJBObject returnEJBObject(javax.ejb.EJBObject data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnEJBObject
javax.ejb.EJBObject returnEJBObject()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnNestedEJBObject
ObjectGraph returnNestedEJBObject()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnEJBObjectArray
javax.ejb.EJBObject[] returnEJBObjectArray(javax.ejb.EJBObject[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnEJBMetaData
javax.ejb.EJBMetaData returnEJBMetaData(javax.ejb.EJBMetaData data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnEJBMetaData
javax.ejb.EJBMetaData returnEJBMetaData()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnNestedEJBMetaData
ObjectGraph returnNestedEJBMetaData()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnEJBMetaDataArray
javax.ejb.EJBMetaData[] returnEJBMetaDataArray(javax.ejb.EJBMetaData[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnHandle
javax.ejb.Handle returnHandle(javax.ejb.Handle data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnHandle
javax.ejb.Handle returnHandle()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnNestedHandle
ObjectGraph returnNestedHandle()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnHandleArray
javax.ejb.Handle[] returnHandleArray(javax.ejb.Handle[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnObjectGraph
ObjectGraph returnObjectGraph(ObjectGraph data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
returnObjectGraphArray
ObjectGraph[] returnObjectGraphArray(ObjectGraph[] data)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 1999-2011 OpenEJB. All Rights Reserved.