org.jboss.test.iiop.interfaces
Interface StatelessSession

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

public interface StatelessSession
extends EJBObject (src)


Method Summary
 java.lang.Object booValueToObject(Boo (src)  boo)
           
 java.lang.Object fooValueToObject(Foo (src)  foo)
           
 java.lang.Object getException()
           
 java.lang.String getString()
           
 java.lang.Object getZooValue()
           
 org.omg.CORBA.Object testCorbaObject(org.omg.CORBA.Object obj)
           
 java.lang.String testException(int i)
           
 IdlInterface (src) testIdlInterface(IdlInterface (src)  ref)
           
 int[] testIntArray(int[] a)
           
 java.lang.String testPrimitiveTypes(boolean flag, char c, byte b, short s, int i, long l, float f, double d)
           
 java.lang.Object[] testReferenceSharingWithinArray(java.lang.Object[] a)
           
 java.util.Collection testReferenceSharingWithinCollection(java.util.Collection c)
           
 java.rmi.Remote testRemote(java.lang.String s, java.rmi.Remote t)
           
 Foo (src) testSerializable(Foo (src)  foo)
           
 StatelessSession (src) testStatelessSession(java.lang.String s, StatelessSession (src)  t)
           
 java.lang.String testString(java.lang.String s)
           
 Foo (src) [] testValueArray(Foo (src) [] a)
           
 java.util.Vector valueArrayToVector(Foo (src) [] a)
           
 Foo (src) [] vectorToValueArray(java.util.Vector v)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getString

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

testPrimitiveTypes

public java.lang.String testPrimitiveTypes(boolean flag,
                                           char c,
                                           byte b,
                                           short s,
                                           int i,
                                           long l,
                                           float f,
                                           double d)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testString

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

testStatelessSession

public StatelessSession (src)  testStatelessSession(java.lang.String s,
                                             StatelessSession (src)  t)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testRemote

public java.rmi.Remote testRemote(java.lang.String s,
                                  java.rmi.Remote t)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testSerializable

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

testIntArray

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

testValueArray

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

testException

public java.lang.String testException(int i)
                               throws NegativeArgumentException (src) ,
                                      java.rmi.RemoteException
Throws:
NegativeArgumentException (src)
java.rmi.RemoteException

fooValueToObject

public java.lang.Object fooValueToObject(Foo (src)  foo)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

booValueToObject

public java.lang.Object booValueToObject(Boo (src)  boo)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

valueArrayToVector

public java.util.Vector valueArrayToVector(Foo (src) [] a)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

vectorToValueArray

public Foo (src) [] vectorToValueArray(java.util.Vector v)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getException

public java.lang.Object getException()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getZooValue

public java.lang.Object getZooValue()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testReferenceSharingWithinArray

public java.lang.Object[] testReferenceSharingWithinArray(java.lang.Object[] a)
                                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testReferenceSharingWithinCollection

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

testCorbaObject

public org.omg.CORBA.Object testCorbaObject(org.omg.CORBA.Object obj)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testIdlInterface

public IdlInterface (src)  testIdlInterface(IdlInterface (src)  ref)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException