public class SleeManagement extends Object
Create SLEE standard proxy instances for MBeans with well-known Object Names.
The return type of these methods is always a standard JAIN SLEE MBean interface, defined by the SLEE specification.
Modifier and Type | Field and Description |
---|---|
static ObjectName |
alarmObjectName |
static ObjectName |
deploymentObjectName |
static ObjectName |
profileProvisioningObjectName |
static ObjectName |
resourceManagementObjectName |
static ObjectName |
serviceManagementObjectName |
static ObjectName |
sleeManagementObjectName |
static ObjectName |
traceObjectName |
Modifier and Type | Method and Description |
---|---|
static AlarmMBean |
getAlarmMBean(MBeanServerConnection server)
Get a proxy to the AlarmMBean object on the given MBean server.
|
static DeploymentMBean |
getDeploymentMBean(MBeanServerConnection server)
Get a proxy to the DeploymentMBean object on the given MBean server.
|
static ProfileProvisioningMBean |
getProfileProvisioningMBean(MBeanServerConnection server)
Get a proxy to the ProfileProvisioningMBean object on the given MBean server.
|
static ResourceManagementMBean |
getResourceManagementMBean(MBeanServerConnection server)
Get a proxy to the ResourceManagementMBean object on the given MBean server.
|
static ServiceManagementMBean |
getServiceManagementMBean(MBeanServerConnection server)
Get a proxy to the ServiceManagementMBean object on the given MBean server.
|
static SleeManagementMBean |
getSleeManagementMBean(MBeanServerConnection server)
Get a proxy to the SleeManagementMBean object on the given MBean server.
|
static TraceMBean |
getTraceMBean(MBeanServerConnection server)
Get a proxy to the TraceMBean object on the given MBean server.
|
public static final ObjectName alarmObjectName
public static final ObjectName deploymentObjectName
public static final ObjectName resourceManagementObjectName
public static final ObjectName profileProvisioningObjectName
public static final ObjectName serviceManagementObjectName
public static final ObjectName sleeManagementObjectName
public static final ObjectName traceObjectName
public static AlarmMBean getAlarmMBean(MBeanServerConnection server)
Get a proxy to the AlarmMBean object on the given MBean server.
server
- the MBeanServer where operations will be proxied topublic static DeploymentMBean getDeploymentMBean(MBeanServerConnection server)
Get a proxy to the DeploymentMBean object on the given MBean server.
server
- the MBeanServer where operations will be proxied topublic static ProfileProvisioningMBean getProfileProvisioningMBean(MBeanServerConnection server)
Get a proxy to the ProfileProvisioningMBean object on the given MBean server.
server
- the MBeanServer where operations will be proxied topublic static ResourceManagementMBean getResourceManagementMBean(MBeanServerConnection server)
Get a proxy to the ResourceManagementMBean object on the given MBean server.
server
- the MBeanServer where operations will be proxied topublic static ServiceManagementMBean getServiceManagementMBean(MBeanServerConnection server)
Get a proxy to the ServiceManagementMBean object on the given MBean server.
server
- the MBeanServer where operations will be proxied topublic static SleeManagementMBean getSleeManagementMBean(MBeanServerConnection server)
Get a proxy to the SleeManagementMBean object on the given MBean server.
server
- the MBeanServer where operations will be proxied topublic static TraceMBean getTraceMBean(MBeanServerConnection server)
Get a proxy to the TraceMBean object on the given MBean server.
server
- the MBeanServer where operations will be proxied to