org.jboss.test.iiop.ejb
Class StatelessSessionBean
java.lang.Object
org.jboss.test.util.ejb.EnterpriseSupport (src)
org.jboss.test.util.ejb.SessionSupport (src)
org.jboss.test.iiop.ejb.StatelessSessionBean
- All Implemented Interfaces:
- EnterpriseBean (src) , java.io.Serializable, SessionBean (src)
- public class StatelessSessionBean
- extends SessionSupport (src)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessSessionBean
public StatelessSessionBean()
getString
public java.lang.String getString()
testPrimitiveTypes
public java.lang.String testPrimitiveTypes(boolean flag,
char c,
byte b,
short s,
int i,
long l,
float f,
double d)
testString
public java.lang.String testString(java.lang.String s)
testStatelessSession
public StatelessSession (src) testStatelessSession(java.lang.String s,
StatelessSession (src) t)
testRemote
public java.rmi.Remote testRemote(java.lang.String s,
java.rmi.Remote t)
testSerializable
public Foo (src) testSerializable(Foo (src) foo)
testIntArray
public int[] testIntArray(int[] a)
testValueArray
public Foo (src) [] testValueArray(Foo (src) [] a)
testException
public java.lang.String testException(int i)
throws NegativeArgumentException (src)
- Throws:
NegativeArgumentException (src)
fooValueToObject
public java.lang.Object fooValueToObject(Foo (src) foo)
booValueToObject
public java.lang.Object booValueToObject(Boo (src) boo)
valueArrayToVector
public java.util.Vector valueArrayToVector(Foo (src) [] a)
vectorToValueArray
public Foo (src) [] vectorToValueArray(java.util.Vector v)
getException
public java.lang.Object getException()
getZooValue
public java.lang.Object getZooValue()
testReferenceSharingWithinArray
public java.lang.Object[] testReferenceSharingWithinArray(java.lang.Object[] a)
testReferenceSharingWithinCollection
public java.util.Collection testReferenceSharingWithinCollection(java.util.Collection cin)
testCorbaObject
public org.omg.CORBA.Object testCorbaObject(org.omg.CORBA.Object obj)
testIdlInterface
public IdlInterface (src) testIdlInterface(IdlInterface (src) ref)