org.jboss.deployment
Interface EARDeployerMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean, org.jboss.deployment.SubDeployerExtMBean, org.jboss.deployment.SubDeployerMBean
All Known Implementing Classes:
EARDeployer

public interface EARDeployerMBean
extends org.jboss.deployment.SubDeployerExtMBean

EARDeployer MBean interface.

Version:
$Revision: 57209 $
Author:
Marc Fleury, Scott Stark

Field Summary
static javax.management.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 javax.management.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 © 2002 JBoss Group, LLC. All Rights Reserved.