org.openejb.webadmin.main
Interface ConfigurationDataObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface ConfigurationDataObject
extends javax.ejb.EJBObject

This is a simple stateful session bean which holds onto the configuration object for the webadmin.


Method Summary
 org.openejb.config.sys.Openejb getOpenejb()
          gets the Openejb object
 void setOpenejb(org.openejb.config.sys.Openejb config)
          sets the Openejb object
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getOpenejb

public org.openejb.config.sys.Openejb getOpenejb()
                                          throws RemoteException
gets the Openejb object

Returns:
the openejb object
Throws:
RemoteException

setOpenejb

public void setOpenejb(org.openejb.config.sys.Openejb config)
                throws RemoteException
sets the Openejb object

Throws:
RemoteException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.