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 |
OBJECT_NAME
static final javax.management.ObjectName OBJECT_NAME
- The default object name
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.