jrun.ea
Interface EnterpriseApplicationFactoryMBean

All Superinterfaces:
J2EEModuleFactoryMBean, java.io.Serializable, Service, ServiceMBean
All Known Subinterfaces:
EnterpriseApplicationFactoryMBean, EnterpriseApplicationFactoryMBean
All Known Implementing Classes:
EnterpriseApplicationFactory

public interface EnterpriseApplicationFactoryMBean
extends J2EEModuleFactoryMBean

Management view of the enterprise application 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
 boolean isIIOP()
           
 void setIIOP(boolean iiop)
           
 
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

setIIOP

public void setIIOP(boolean iiop)

isIIOP

public boolean isIIOP()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.