jrun.ejb
Interface EJBContainerFactoryMBean
- All Superinterfaces:
- J2EEModuleFactoryMBean, java.io.Serializable, Service, ServiceMBean
- All Known Subinterfaces:
- EJBContainerFactoryMBean, EJBContainerFactoryMBean
- All Known Implementing Classes:
- EJBContainerFactory
- public interface EJBContainerFactoryMBean
- extends J2EEModuleFactoryMBean
JMX view of the EJB Container Factory.
- Author:
- PS Neville
|
Method Summary |
java.util.Collection |
create(java.net.URL url,
java.lang.String deploymentOrigin,
java.lang.String ejbModuleName,
ServicePartition parentService,
java.net.URL altDDURL)
This method is used by the EnterpriseApplicationFactory. |
boolean |
isIIOP()
Are containers being created with IIOP enabled |
void |
setIIOP(boolean value)
set to true to make EJB containers use 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 |
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
create
public java.util.Collection create(java.net.URL url,
java.lang.String deploymentOrigin,
java.lang.String ejbModuleName,
ServicePartition parentService,
java.net.URL altDDURL)
throws DeploymentException
- This method is used by the EnterpriseApplicationFactory.
isIIOP
public boolean isIIOP()
- Are containers being created with IIOP enabled
setIIOP
public void setIIOP(boolean value)
- set to true to make EJB containers use IIOP
Copyright � 2002 Macromedia Corporation. All Rights Reserved.