jrun.j2ee
Interface J2EEModuleMBean

All Superinterfaces:
java.io.Serializable, Service, ServiceMBean, ServicePartitionMBean
All Known Subinterfaces:
ApplicationContainerMBean, AxisServiceMBean, ContainerMBean, EJBContainerMBean, EnterpriseApplicationMBean, J2EEConnectorMBean, WebApplication, WebApplicationServiceMBean
All Known Implementing Classes:
J2EEModule

public interface J2EEModuleMBean
extends ServicePartitionMBean

Author:
Nick Tsivranidis, Paul Reilly

Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 java.lang.String getDeploymentOrigin()
           
 boolean isRunning()
           
 void setDeploymentOrigin(java.lang.String deployOrigin)
           
 
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
 

Method Detail

isRunning

public boolean isRunning()

setDeploymentOrigin

public void setDeploymentOrigin(java.lang.String deployOrigin)

getDeploymentOrigin

public java.lang.String getDeploymentOrigin()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.