Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opencloud.sleetck.lib.testutils.jmx.impl
Class ServiceUsageMBeanProxyImpl  view ServiceUsageMBeanProxyImpl download ServiceUsageMBeanProxyImpl.java

java.lang.Object
  extended byNotificationBroadcasterProxyImpl
      extended bycom.opencloud.sleetck.lib.testutils.jmx.impl.ServiceUsageMBeanProxyImpl

public class ServiceUsageMBeanProxyImpl
extends NotificationBroadcasterProxyImpl

Defines a proxy implementation for javax.slee.management.ServiceUsageMBean In addition to the Exceptions declared by each proxied method, each proxy method can throw a TCKTestErrorException - for commication failures, and to wrap InstanceNotFoundExceptions and ReflectionExceptions generated by the MBeanServer.invoke() method, and unchecked Exceptions other than RuntimeExceptions. RuntimeExceptions generated by the MBean are rethrown by the proxy. This class was generated by the ProxyGenerator tool - Tue Jan 20 14:34:10 NZDT 2004 Command line args: -n -a javax.slee.management.ServiceUsageMBean


Field Summary
private  MBeanFacade facade
           
private  javax.management.ObjectName objName
           
 
Constructor Summary
ServiceUsageMBeanProxyImpl(javax.management.ObjectName objName, MBeanFacade facade)
           
 
Method Summary
 void close()
           
 void createUsageParameterSet(SbbID p0, java.lang.String p1)
           
 javax.management.ObjectName getSbbUsageMBean(SbbID p0)
           
 javax.management.ObjectName getSbbUsageMBean(SbbID p0, java.lang.String p1)
           
 ServiceID getService()
           
 java.lang.String[] getUsageParameterSets(SbbID p0)
           
 void removeUsageParameterSet(SbbID p0, java.lang.String p1)
           
 void resetAllUsageParameters()
           
 void resetAllUsageParameters(SbbID p0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objName

private javax.management.ObjectName objName

facade

private MBeanFacade facade
Constructor Detail

ServiceUsageMBeanProxyImpl

public ServiceUsageMBeanProxyImpl(javax.management.ObjectName objName,
                                  MBeanFacade facade)
Method Detail

getSbbUsageMBean

public javax.management.ObjectName getSbbUsageMBean(SbbID p0)
                                             throws java.lang.NullPointerException,
                                                    UnrecognizedSbbException,
                                                    InvalidArgumentException,
                                                    ManagementException,
                                                    TCKTestErrorException

close

public void close()
           throws ManagementException,
                  TCKTestErrorException

getService

public ServiceID getService()
                     throws ManagementException,
                            TCKTestErrorException

removeUsageParameterSet

public void removeUsageParameterSet(SbbID p0,
                                    java.lang.String p1)
                             throws java.lang.NullPointerException,
                                    UnrecognizedSbbException,
                                    InvalidArgumentException,
                                    UnrecognizedUsageParameterSetNameException,
                                    ManagementException,
                                    TCKTestErrorException

createUsageParameterSet

public void createUsageParameterSet(SbbID p0,
                                    java.lang.String p1)
                             throws java.lang.NullPointerException,
                                    UnrecognizedSbbException,
                                    InvalidArgumentException,
                                    UsageParameterSetNameAlreadyExistsException,
                                    ManagementException,
                                    TCKTestErrorException

getSbbUsageMBean

public javax.management.ObjectName getSbbUsageMBean(SbbID p0,
                                                    java.lang.String p1)
                                             throws java.lang.NullPointerException,
                                                    UnrecognizedSbbException,
                                                    InvalidArgumentException,
                                                    UnrecognizedUsageParameterSetNameException,
                                                    ManagementException,
                                                    TCKTestErrorException

getUsageParameterSets

public java.lang.String[] getUsageParameterSets(SbbID p0)
                                         throws java.lang.NullPointerException,
                                                UnrecognizedSbbException,
                                                InvalidArgumentException,
                                                ManagementException,
                                                TCKTestErrorException

resetAllUsageParameters

public void resetAllUsageParameters(SbbID p0)
                             throws java.lang.NullPointerException,
                                    UnrecognizedSbbException,
                                    InvalidArgumentException,
                                    ManagementException,
                                    TCKTestErrorException

resetAllUsageParameters

public void resetAllUsageParameters()
                             throws ManagementException,
                                    TCKTestErrorException