java.lang.Object
com.opencloud.sleetck.lib.testutils.jmx.impl.ProfileProvisioningMBeanProxyImpl
- public class ProfileProvisioningMBeanProxyImpl
- extends java.lang.Object
Defines a proxy implementation for javax.slee.management.ProfileProvisioningMBean
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:08 NZDT 2004
Command line args: -a javax.slee.management.ProfileProvisioningMBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objName
private javax.management.ObjectName objName
facade
private MBeanFacade facade
ProfileProvisioningMBeanProxyImpl
public ProfileProvisioningMBeanProxyImpl(javax.management.ObjectName objName,
MBeanFacade facade)
getDefaultProfile
public javax.management.ObjectName getDefaultProfile(java.lang.String p0)
throws java.lang.NullPointerException,
UnrecognizedProfileTableNameException,
ManagementException,
TCKTestErrorException
getProfileSpecification
public ProfileSpecificationID getProfileSpecification(java.lang.String p0)
throws java.lang.NullPointerException,
UnrecognizedProfileTableNameException,
ManagementException,
TCKTestErrorException
getProfiles
public java.util.Collection getProfiles(java.lang.String p0)
throws java.lang.NullPointerException,
UnrecognizedProfileTableNameException,
ManagementException,
TCKTestErrorException
getProfile
public javax.management.ObjectName getProfile(java.lang.String p0,
java.lang.String p1)
throws java.lang.NullPointerException,
UnrecognizedProfileTableNameException,
UnrecognizedProfileNameException,
ManagementException,
TCKTestErrorException
removeProfileTable
public void removeProfileTable(java.lang.String p0)
throws java.lang.NullPointerException,
UnrecognizedProfileTableNameException,
ManagementException,
TCKTestErrorException
removeProfile
public void removeProfile(java.lang.String p0,
java.lang.String p1)
throws java.lang.NullPointerException,
UnrecognizedProfileTableNameException,
UnrecognizedProfileNameException,
ManagementException,
TCKTestErrorException
createProfileTable
public void createProfileTable(ProfileSpecificationID p0,
java.lang.String p1)
throws java.lang.NullPointerException,
UnrecognizedProfileSpecificationException,
InvalidArgumentException,
ProfileTableAlreadyExistsException,
ManagementException,
TCKTestErrorException
getProfilesByIndexedAttribute
public java.util.Collection getProfilesByIndexedAttribute(java.lang.String p0,
java.lang.String p1,
java.lang.Object p2)
throws java.lang.NullPointerException,
UnrecognizedProfileTableNameException,
UnrecognizedAttributeException,
AttributeNotIndexedException,
AttributeTypeMismatchException,
ManagementException,
TCKTestErrorException
renameProfileTable
public void renameProfileTable(java.lang.String p0,
java.lang.String p1)
throws java.lang.NullPointerException,
UnrecognizedProfileTableNameException,
InvalidArgumentException,
ProfileTableAlreadyExistsException,
ManagementException,
TCKTestErrorException
getProfileTables
public java.util.Collection getProfileTables()
throws ManagementException,
TCKTestErrorException
createProfile
public javax.management.ObjectName createProfile(java.lang.String p0,
java.lang.String p1)
throws java.lang.NullPointerException,
UnrecognizedProfileTableNameException,
InvalidArgumentException,
ProfileAlreadyExistsException,
ManagementException,
TCKTestErrorException