org.openejb.test.stateful
Interface RmiIiopStatefulObject
- All Superinterfaces:
- javax.ejb.EJBObject, 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
public String returnStringObject(String data)
throws RemoteException
- Throws:
RemoteException
returnStringObjectArray
public String[] returnStringObjectArray(String[] data)
throws RemoteException
- Throws:
RemoteException
returnCharacterObject
public Character returnCharacterObject(Character data)
throws RemoteException
- Throws:
RemoteException
returnCharacterPrimitive
public char returnCharacterPrimitive(char data)
throws RemoteException
- Throws:
RemoteException
returnCharacterObjectArray
public Character[] returnCharacterObjectArray(Character[] data)
throws RemoteException
- Throws:
RemoteException
returnCharacterPrimitiveArray
public char[] returnCharacterPrimitiveArray(char[] data)
throws RemoteException
- Throws:
RemoteException
returnBooleanObject
public Boolean returnBooleanObject(Boolean data)
throws RemoteException
- Throws:
RemoteException
returnBooleanPrimitive
public boolean returnBooleanPrimitive(boolean data)
throws RemoteException
- Throws:
RemoteException
returnBooleanObjectArray
public Boolean[] returnBooleanObjectArray(Boolean[] data)
throws RemoteException
- Throws:
RemoteException
returnBooleanPrimitiveArray
public boolean[] returnBooleanPrimitiveArray(boolean[] data)
throws RemoteException
- Throws:
RemoteException
returnByteObject
public Byte returnByteObject(Byte data)
throws RemoteException
- Throws:
RemoteException
returnBytePrimitive
public byte returnBytePrimitive(byte data)
throws RemoteException
- Throws:
RemoteException
returnByteObjectArray
public Byte[] returnByteObjectArray(Byte[] data)
throws RemoteException
- Throws:
RemoteException
returnBytePrimitiveArray
public byte[] returnBytePrimitiveArray(byte[] data)
throws RemoteException
- Throws:
RemoteException
returnShortObject
public Short returnShortObject(Short data)
throws RemoteException
- Throws:
RemoteException
returnShortPrimitive
public short returnShortPrimitive(short data)
throws RemoteException
- Throws:
RemoteException
returnShortObjectArray
public Short[] returnShortObjectArray(Short[] data)
throws RemoteException
- Throws:
RemoteException
returnShortPrimitiveArray
public short[] returnShortPrimitiveArray(short[] data)
throws RemoteException
- Throws:
RemoteException
returnIntegerObject
public Integer returnIntegerObject(Integer data)
throws RemoteException
- Throws:
RemoteException
returnIntegerPrimitive
public int returnIntegerPrimitive(int data)
throws RemoteException
- Throws:
RemoteException
returnIntegerObjectArray
public Integer[] returnIntegerObjectArray(Integer[] data)
throws RemoteException
- Throws:
RemoteException
returnIntegerPrimitiveArray
public int[] returnIntegerPrimitiveArray(int[] data)
throws RemoteException
- Throws:
RemoteException
returnLongObject
public Long returnLongObject(Long data)
throws RemoteException
- Throws:
RemoteException
returnLongPrimitive
public long returnLongPrimitive(long data)
throws RemoteException
- Throws:
RemoteException
returnLongObjectArray
public Long[] returnLongObjectArray(Long[] data)
throws RemoteException
- Throws:
RemoteException
returnLongPrimitiveArray
public long[] returnLongPrimitiveArray(long[] data)
throws RemoteException
- Throws:
RemoteException
returnFloatObject
public Float returnFloatObject(Float data)
throws RemoteException
- Throws:
RemoteException
returnFloatPrimitive
public float returnFloatPrimitive(float data)
throws RemoteException
- Throws:
RemoteException
returnFloatObjectArray
public Float[] returnFloatObjectArray(Float[] data)
throws RemoteException
- Throws:
RemoteException
returnFloatPrimitiveArray
public float[] returnFloatPrimitiveArray(float[] data)
throws RemoteException
- Throws:
RemoteException
returnDoubleObject
public Double returnDoubleObject(Double data)
throws RemoteException
- Throws:
RemoteException
returnDoublePrimitive
public double returnDoublePrimitive(double data)
throws RemoteException
- Throws:
RemoteException
returnDoubleObjectArray
public Double[] returnDoubleObjectArray(Double[] data)
throws RemoteException
- Throws:
RemoteException
returnDoublePrimitiveArray
public double[] returnDoublePrimitiveArray(double[] data)
throws RemoteException
- Throws:
RemoteException
returnEJBHome
public javax.ejb.EJBHome returnEJBHome(javax.ejb.EJBHome data)
throws RemoteException
- Throws:
RemoteException
returnEJBHome
public javax.ejb.EJBHome returnEJBHome()
throws RemoteException
- Throws:
RemoteException
returnNestedEJBHome
public ObjectGraph returnNestedEJBHome()
throws RemoteException
- Throws:
RemoteException
returnEJBHomeArray
public javax.ejb.EJBHome[] returnEJBHomeArray(javax.ejb.EJBHome[] data)
throws RemoteException
- Throws:
RemoteException
returnEJBObject
public javax.ejb.EJBObject returnEJBObject(javax.ejb.EJBObject data)
throws RemoteException
- Throws:
RemoteException
returnEJBObject
public javax.ejb.EJBObject returnEJBObject()
throws RemoteException
- Throws:
RemoteException
returnNestedEJBObject
public ObjectGraph returnNestedEJBObject()
throws RemoteException
- Throws:
RemoteException
returnEJBObjectArray
public javax.ejb.EJBObject[] returnEJBObjectArray(javax.ejb.EJBObject[] data)
throws RemoteException
- Throws:
RemoteException
returnEJBMetaData
public javax.ejb.EJBMetaData returnEJBMetaData(javax.ejb.EJBMetaData data)
throws RemoteException
- Throws:
RemoteException
returnEJBMetaData
public javax.ejb.EJBMetaData returnEJBMetaData()
throws RemoteException
- Throws:
RemoteException
returnNestedEJBMetaData
public ObjectGraph returnNestedEJBMetaData()
throws RemoteException
- Throws:
RemoteException
returnEJBMetaDataArray
public javax.ejb.EJBMetaData[] returnEJBMetaDataArray(javax.ejb.EJBMetaData[] data)
throws RemoteException
- Throws:
RemoteException
returnHandle
public javax.ejb.Handle returnHandle(javax.ejb.Handle data)
throws RemoteException
- Throws:
RemoteException
returnHandle
public javax.ejb.Handle returnHandle()
throws RemoteException
- Throws:
RemoteException
returnNestedHandle
public ObjectGraph returnNestedHandle()
throws RemoteException
- Throws:
RemoteException
returnHandleArray
public javax.ejb.Handle[] returnHandleArray(javax.ejb.Handle[] data)
throws RemoteException
- Throws:
RemoteException
returnObjectGraph
public ObjectGraph returnObjectGraph(ObjectGraph data)
throws RemoteException
- Throws:
RemoteException
returnObjectGraphArray
public ObjectGraph[] returnObjectGraphArray(ObjectGraph[] data)
throws RemoteException
- Throws:
RemoteException
Copyright © 1999-2007 OpenEJB. All Rights Reserved.