org.openejb.test.simple.bmp
Interface SimpleBMPEntity

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface SimpleBMPEntity
extends javax.ejb.EJBObject

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

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

Method Detail

getName

String getName()
               throws RemoteException
Throws:
RemoteException

setName

void setName(String name)
             throws RemoteException
Throws:
RemoteException

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.