org.mobicents.slee.container.management.console.server.mbeans
Class ServiceUsageMBeanUtils

java.lang.Object
  extended by org.mobicents.slee.container.management.console.server.mbeans.ServiceUsageMBeanUtils

public class ServiceUsageMBeanUtils
extends java.lang.Object

Author:
Stefano Zappaterra

Constructor Summary
ServiceUsageMBeanUtils(javax.management.MBeanServerConnection mbeanServer, javax.management.ObjectName serviceManagementMBean, javax.slee.ServiceID serviceID)
           
 
Method Summary
 void close()
           
 void createUsageParameterSet(javax.slee.SbbID sbbID, java.lang.String name)
           
 SbbUsageMBeanUtils getSbbUsageMBeanUtils(javax.slee.SbbID sbbID)
           
 SbbUsageMBeanUtils getSbbUsageMBeanUtils(javax.slee.SbbID sbbID, java.lang.String name)
           
 javax.slee.ServiceID getService()
           
 java.lang.String[] getUsageParameterSets(javax.slee.SbbID sbbID)
           
 void removeUsageParameterSet(javax.slee.SbbID sbbID, java.lang.String name)
           
 void resetAllUsageParameters()
           
 void resetAllUsageParameters(javax.slee.SbbID sbbID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceUsageMBeanUtils

public ServiceUsageMBeanUtils(javax.management.MBeanServerConnection mbeanServer,
                              javax.management.ObjectName serviceManagementMBean,
                              javax.slee.ServiceID serviceID)
                       throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
Method Detail

close

public void close()
           throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

createUsageParameterSet

public void createUsageParameterSet(javax.slee.SbbID sbbID,
                                    java.lang.String name)
                             throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getSbbUsageMBeanUtils

public SbbUsageMBeanUtils getSbbUsageMBeanUtils(javax.slee.SbbID sbbID)
                                         throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getSbbUsageMBeanUtils

public SbbUsageMBeanUtils getSbbUsageMBeanUtils(javax.slee.SbbID sbbID,
                                                java.lang.String name)
                                         throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getService

public javax.slee.ServiceID getService()
                                throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getUsageParameterSets

public java.lang.String[] getUsageParameterSets(javax.slee.SbbID sbbID)
                                         throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

removeUsageParameterSet

public void removeUsageParameterSet(javax.slee.SbbID sbbID,
                                    java.lang.String name)
                             throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

resetAllUsageParameters

public void resetAllUsageParameters()
                             throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

resetAllUsageParameters

public void resetAllUsageParameters(javax.slee.SbbID sbbID)
                             throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException


Copyright © 2009. All Rights Reserved.