org.jboss.deployment
Interface EARDeployerMBean
- All Superinterfaces:
- Service, ServiceMBean, SubDeployerExtMBean, SubDeployerMBean
public interface EARDeployerMBean
- extends SubDeployerExtMBean
EARDeployer MBean interface.
- Version:
- $Revision: 81030 $
- Author:
- Marc Fleury, Scott Stark
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
OBJECT_NAME
static final ObjectName OBJECT_NAME
- The default ObjectName
isIsolated
boolean isIsolated()
setIsolated
void setIsolated(boolean isolated)
isCallByValue
boolean isCallByValue()
setCallByValue
void setCallByValue(boolean callByValue)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.