org.jboss.test.iiopperf.interfaces
Interface Session

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface Session
extends EJBObject (src)


Method Summary
 Foo (src) [] receiveArrayOfSerializables()
           
 boolean receiveBoolean()
           
 byte receiveByte()
           
 char receiveChar()
           
 java.util.Collection receiveCollection()
           
 double receiveDouble()
           
 float receiveFloat()
           
 int receiveInt()
           
 int[] receiveIntArray()
           
 long receiveLong()
           
 java.util.Map receiveMap()
           
 Zoo (src) receiveNestedSerializable()
           
 java.rmi.Remote receiveRemote()
           
 Session (src) receiveSessionRef()
           
 short receiveShort()
           
 CMFoo (src) receiveSimpleCustomMarshalledSerializable()
           
 Foo (src) receiveSimpleSerializable()
           
 java.lang.String receiveString()
           
 java.lang.String[] receiveStringArray()
           
 void sendArrayOfSerializables(Foo (src) [] a)
           
 void sendBoolean(boolean flag)
           
 void sendByte(byte b)
           
 void sendChar(char c)
           
 void sendCollection(java.util.Collection c)
           
 void sendDouble(double d)
           
 void sendFloat(float f)
           
 void sendInt(int i)
           
 void sendIntArray(int[] a)
           
 void sendLong(long l)
           
 void sendMap(java.util.Map m)
           
 void sendNestedSerializable(Zoo (src)  zoo)
           
 Foo (src) [] sendReceiveArrayOfSerializables(Foo (src) [] a)
           
 boolean sendReceiveBoolean(boolean flag)
           
 byte sendReceiveByte(byte b)
           
 char sendReceiveChar(char c)
           
 java.util.Collection sendReceiveCollection(java.util.Collection c)
           
 double sendReceiveDouble(double d)
           
 float sendReceiveFloat(float f)
           
 int sendReceiveInt(int i)
           
 int[] sendReceiveIntArray(int[] a)
           
 long sendReceiveLong(long l)
           
 java.util.Map sendReceiveMap(java.util.Map m)
           
 Zoo (src) sendReceiveNestedSerializable(Zoo (src)  zoo)
           
 void sendReceiveNothing()
           
 java.rmi.Remote sendReceiveRemote(java.rmi.Remote r)
           
 Session (src) sendReceiveSessionRef(Session (src)  s)
           
 short sendReceiveShort(short s)
           
 CMFoo (src) sendReceiveSimpleCustomMarshalledSerializable(CMFoo (src)  cmfoo)
           
 Foo (src) sendReceiveSimpleSerializable(Foo (src)  r)
           
 java.lang.String sendReceiveString(java.lang.String s)
           
 java.lang.String[] sendReceiveStringArray(java.lang.String[] a)
           
 void sendRemote(java.rmi.Remote r)
           
 void sendSessionRef(Session (src)  s)
           
 void sendShort(short s)
           
 void sendSimpleCustomMarshalledSerializable(CMFoo (src)  cmfoo)
           
 void sendSimpleSerializable(Foo (src)  foo)
           
 void sendString(java.lang.String s)
           
 void sendStringArray(java.lang.String[] a)
           
 void throwException()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

sendReceiveNothing

public void sendReceiveNothing()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendBoolean

public void sendBoolean(boolean flag)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveBoolean

public boolean receiveBoolean()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveBoolean

public boolean sendReceiveBoolean(boolean flag)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendChar

public void sendChar(char c)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveChar

public char receiveChar()
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveChar

public char sendReceiveChar(char c)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendByte

public void sendByte(byte b)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveByte

public byte receiveByte()
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveByte

public byte sendReceiveByte(byte b)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendShort

public void sendShort(short s)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveShort

public short receiveShort()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveShort

public short sendReceiveShort(short s)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendInt

public void sendInt(int i)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveInt

public int receiveInt()
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveInt

public int sendReceiveInt(int i)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendLong

public void sendLong(long l)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveLong

public long receiveLong()
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveLong

public long sendReceiveLong(long l)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendFloat

public void sendFloat(float f)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveFloat

public float receiveFloat()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveFloat

public float sendReceiveFloat(float f)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendDouble

public void sendDouble(double d)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveDouble

public double receiveDouble()
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveDouble

public double sendReceiveDouble(double d)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendString

public void sendString(java.lang.String s)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveString

public java.lang.String receiveString()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveString

public java.lang.String sendReceiveString(java.lang.String s)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendRemote

public void sendRemote(java.rmi.Remote r)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveRemote

public java.rmi.Remote receiveRemote()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveRemote

public java.rmi.Remote sendReceiveRemote(java.rmi.Remote r)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendSessionRef

public void sendSessionRef(Session (src)  s)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveSessionRef

public Session (src)  receiveSessionRef()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveSessionRef

public Session (src)  sendReceiveSessionRef(Session (src)  s)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendSimpleSerializable

public void sendSimpleSerializable(Foo (src)  foo)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveSimpleSerializable

public Foo (src)  receiveSimpleSerializable()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveSimpleSerializable

public Foo (src)  sendReceiveSimpleSerializable(Foo (src)  r)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendSimpleCustomMarshalledSerializable

public void sendSimpleCustomMarshalledSerializable(CMFoo (src)  cmfoo)
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveSimpleCustomMarshalledSerializable

public CMFoo (src)  receiveSimpleCustomMarshalledSerializable()
                                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveSimpleCustomMarshalledSerializable

public CMFoo (src)  sendReceiveSimpleCustomMarshalledSerializable(CMFoo (src)  cmfoo)
                                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendNestedSerializable

public void sendNestedSerializable(Zoo (src)  zoo)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveNestedSerializable

public Zoo (src)  receiveNestedSerializable()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveNestedSerializable

public Zoo (src)  sendReceiveNestedSerializable(Zoo (src)  zoo)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendIntArray

public void sendIntArray(int[] a)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveIntArray

public int[] receiveIntArray()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveIntArray

public int[] sendReceiveIntArray(int[] a)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendStringArray

public void sendStringArray(java.lang.String[] a)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveStringArray

public java.lang.String[] receiveStringArray()
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveStringArray

public java.lang.String[] sendReceiveStringArray(java.lang.String[] a)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendArrayOfSerializables

public void sendArrayOfSerializables(Foo (src) [] a)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveArrayOfSerializables

public Foo (src) [] receiveArrayOfSerializables()
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveArrayOfSerializables

public Foo (src) [] sendReceiveArrayOfSerializables(Foo (src) [] a)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendCollection

public void sendCollection(java.util.Collection c)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveCollection

public java.util.Collection receiveCollection()
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveCollection

public java.util.Collection sendReceiveCollection(java.util.Collection c)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendMap

public void sendMap(java.util.Map m)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

receiveMap

public java.util.Map receiveMap()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendReceiveMap

public java.util.Map sendReceiveMap(java.util.Map m)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

throwException

public void throwException()
                    throws TestException (src) ,
                           java.rmi.RemoteException
Throws:
TestException (src)
java.rmi.RemoteException