jrun.appclient
Interface ApplicationContainerFactoryMBean

All Superinterfaces:
J2EEModuleFactoryMBean, java.io.Serializable, Service, ServiceMBean
All Known Implementing Classes:
ApplicationContainerFactory

public interface ApplicationContainerFactoryMBean
extends J2EEModuleFactoryMBean

JMX view of the Application Container Factory.

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.Collection create(java.net.URL url, java.lang.String deploymentOrigin, java.lang.String javaModuleName, ServicePartition parentService, java.net.URL altDDURL)
          This method is used by the EnterpriseApplicationFactory.
 
Methods inherited from interface jrun.j2ee.J2EEModuleFactoryMBean
addMandatoryFingerPrint, addPotentialFingerPrint, clearResources, create, getMandatoryFingerPrintList, getPotentialFingerPrintList, getResource, getResources, getTemporaryDirectory, isPersistXML, isValidateXML, setMandatoryFingerPrint, setPersistXML, setPotentialFingerPrint, setTemporaryDirectory, setValidateXML
 
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

create

public java.util.Collection create(java.net.URL url,
                                   java.lang.String deploymentOrigin,
                                   java.lang.String javaModuleName,
                                   ServicePartition parentService,
                                   java.net.URL altDDURL)
                            throws DeploymentException
This method is used by the EnterpriseApplicationFactory.


Copyright � 2002 Macromedia Corporation. All Rights Reserved.