org.jboss.deployment
Interface SARDeployerMBean

All Superinterfaces:
Service, ServiceMBean, SubDeployerExtMBean, SubDeployerMBean
All Known Implementing Classes:
SARDeployer

public interface SARDeployerMBean
extends SubDeployerExtMBean

MBean interface.


Field Summary
static javax.management.ObjectName OBJECT_NAME
          The default object name
 
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
 DeploymentInfo getService(javax.management.ObjectName serviceName)
          Get the associated service DeploymentInfo if found, null otherwise
 
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 object name

Method Detail

getService

DeploymentInfo getService(javax.management.ObjectName serviceName)
Get the associated service DeploymentInfo if found, null otherwise

Parameters:
serviceName - a service object name
Returns:
The associated service DeploymentInfo if found, null otherwise


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.