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 ProfileProvisioningMBeanProxyImpl  view ProfileProvisioningMBeanProxyImpl download ProfileProvisioningMBeanProxyImpl.java

java.lang.Object
  extended bycom.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


Field Summary
private  MBeanFacade facade
           
private  javax.management.ObjectName objName
           
 
Constructor Summary
ProfileProvisioningMBeanProxyImpl(javax.management.ObjectName objName, MBeanFacade facade)
           
 
Method Summary
 javax.management.ObjectName createProfile(java.lang.String p0, java.lang.String p1)
           
 void createProfileTable(ProfileSpecificationID p0, java.lang.String p1)
           
 javax.management.ObjectName getDefaultProfile(java.lang.String p0)
           
 javax.management.ObjectName getProfile(java.lang.String p0, java.lang.String p1)
           
 java.util.Collection getProfiles(java.lang.String p0)
           
 java.util.Collection getProfilesByIndexedAttribute(java.lang.String p0, java.lang.String p1, java.lang.Object p2)
           
 ProfileSpecificationID getProfileSpecification(java.lang.String p0)
           
 java.util.Collection getProfileTables()
           
 void removeProfile(java.lang.String p0, java.lang.String p1)
           
 void removeProfileTable(java.lang.String p0)
           
 void renameProfileTable(java.lang.String p0, java.lang.String p1)
           
 
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

ProfileProvisioningMBeanProxyImpl

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

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