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