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

Field Summary
static ObjectName OBJECT_NAME
          The default ObjectName
 
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
 
Method Summary
 boolean isCallByValue()
           
 boolean isIsolated()
           
 void setCallByValue(boolean callByValue)
           
 void setIsolated(boolean isolated)
           
 
Methods inherited from interface org.jboss.deployment.SubDeployerExtMBean
getEnhancedSuffixes, setEnhancedSuffixes
 
Methods inherited from interface org.jboss.deployment.SubDeployerMBean
accepts, create, destroy, getRelativeOrder, getServiceName, getSuffixes, init, start, stop
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

static final ObjectName OBJECT_NAME
The default ObjectName

Method Detail

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.