org.openejb.test.simple.sfsb
Interface SimpleStatefulSession

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface SimpleStatefulSession
extends javax.ejb.EJBObject

Version:
$Rev: 476321 $ $Date: 2006-11-17 13:18:49 -0800 (Fri, 17 Nov 2006) $

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-2009 The Apache Geronimo development community. All Rights Reserved.