org.openejb.test.simple.sfsb
Interface SimpleStatefulSessionLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface SimpleStatefulSessionLocal
extends javax.ejb.EJBLocalObject

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.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getValue

String getValue()

setValue

void setValue(String value)


Copyright © 2003-2009 The Apache Geronimo development community. All Rights Reserved.