jrun.ea
Interface EnterpriseApplicationMBean

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

public interface EnterpriseApplicationMBean
extends J2EEModuleMBean

Management view of the enterprise application.

Author:
Paul Reilly

Field Summary
static java.lang.String OBJECT_NAME
           
 
Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 java.util.ArrayList getAppClients()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.util.ArrayList getEJBs()
           
 java.util.ArrayList getRARs()
           
 java.util.ArrayList getWARs()
           
 
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

getAppClients

public java.util.ArrayList getAppClients()

getDescription

public java.lang.String getDescription()

getDisplayName

public java.lang.String getDisplayName()

getEJBs

public java.util.ArrayList getEJBs()

getRARs

public java.util.ArrayList getRARs()

getWARs

public java.util.ArrayList getWARs()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.