jrun.ejb
Interface EJBContainerMBean

All Superinterfaces:
ContainerMBean, J2EEModuleMBean, java.io.Serializable, Service, ServiceMBean, ServicePartitionMBean
All Known Implementing Classes:
EJBContainer

public interface EJBContainerMBean
extends ContainerMBean

The manageable actions of an EJBContainer.

Author:
PS Neville

Field Summary
static java.lang.String OBJECT_NAME
           
 
Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getJNDIName()
           
 void persistEJBXML()
           
 void persistJRunEJBXML()
           
 void setJNDIName(java.lang.String jndiName)
           
 
Methods inherited from interface jrun.ejb.ContainerMBean
addInterceptor, getFirstInterceptorClass
 
Methods inherited from interface jrun.j2ee.J2EEModuleMBean
getDeploymentOrigin, isRunning, setDeploymentOrigin
 
Methods inherited from interface jrunx.kernel.ServicePartitionMBean
addService, addService, iterator, removeService, removeService
 
Methods inherited from interface jrunx.kernel.ServiceMBean
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind
 
Methods inherited from interface jrunx.kernel.Service
destroy, getStatus, init, start, stop, updateStatus
 

Field Detail

OBJECT_NAME

public static final java.lang.String OBJECT_NAME
Method Detail

getDescription

public java.lang.String getDescription()

getDisplayName

public java.lang.String getDisplayName()

persistEJBXML

public void persistEJBXML()
                   throws java.rmi.RemoteException

persistJRunEJBXML

public void persistJRunEJBXML()
                       throws java.rmi.RemoteException

getJNDIName

public java.lang.String getJNDIName()

setJNDIName

public void setJNDIName(java.lang.String jndiName)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.