org.openejb.test.simple.sfsb
Interface SimpleStatefulSession

All Superinterfaces:
EJBObject, Remote

public interface SimpleStatefulSession
extends EJBObject


Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getValue

String getValue()
                throws RemoteException
Throws:
RemoteException

setValue

void setValue(String value)
              throws RemoteException
Throws:
RemoteException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.