org.openejb.webadmin.main
Interface ConfigurationDataObject

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface ConfigurationDataObject
extends javax.ejb.EJBObject

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

Author:
Tim Urberg

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

Method Detail

getOpenejb

org.openejb.alt.config.sys.Openejb getOpenejb()
                                              throws java.rmi.RemoteException
gets the Openejb object

Returns:
the openejb object
Throws:
java.rmi.RemoteException

setOpenejb

void setOpenejb(org.openejb.alt.config.sys.Openejb config)
                throws java.rmi.RemoteException
sets the Openejb object

Parameters:
config - the openejb object to set
Throws:
java.rmi.RemoteException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.