org.openejb.test.entity.bmp
Interface RmiIiopBmpObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface RmiIiopBmpObject
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

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-2012 OpenEJB. All Rights Reserved.