jrun.appclient
Interface ApplicationContainerMBean

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

public interface ApplicationContainerMBean
extends J2EEModuleMBean

The manageable actions of an ApplicationContainer.

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.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 
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()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.