org.openejb.test.entity.cmp
Interface RmiIiopCmpObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface RmiIiopCmpObject
extends javax.ejb.EJBObject

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 Boolean returnBooleanObject(Boolean data)
           
 Boolean[] returnBooleanObjectArray(Boolean[] data)
           
 boolean returnBooleanPrimitive(boolean data)
           
 boolean[] returnBooleanPrimitiveArray(boolean[] data)
           
 Byte returnByteObject(Byte data)
           
 Byte[] returnByteObjectArray(Byte[] data)
           
 byte returnBytePrimitive(byte data)
           
 byte[] returnBytePrimitiveArray(byte[] data)
           
 Character returnCharacterObject(Character data)
           
 Character[] returnCharacterObjectArray(Character[] data)
           
 char returnCharacterPrimitive(char data)
           
 char[] returnCharacterPrimitiveArray(char[] data)
           
 Double returnDoubleObject(Double data)
           
 Double[] returnDoubleObjectArray(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)
           
 Float returnFloatObject(Float data)
           
 Float[] returnFloatObjectArray(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)
           
 Integer returnIntegerObject(Integer data)
           
 Integer[] returnIntegerObjectArray(Integer[] data)
           
 int returnIntegerPrimitive(int data)
           
 int[] returnIntegerPrimitiveArray(int[] data)
           
 Long returnLongObject(Long data)
           
 Long[] returnLongObjectArray(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)
           
 Short returnShortObject(Short data)
           
 Short[] returnShortObjectArray(Short[] data)
           
 short returnShortPrimitive(short data)
           
 short[] returnShortPrimitiveArray(short[] data)
           
 String returnStringObject(String data)
           
 String[] returnStringObjectArray(String[] data)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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.