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

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

public class DeploymentMBeanProxyImpl
extends java.lang.Object

Defines a proxy implementation for javax.slee.management.DeploymentMBean 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:07 NZDT 2004 Command line args: -a javax.slee.management.DeploymentMBean


Field Summary
private  MBeanFacade facade
           
private  javax.management.ObjectName objName
           
 
Constructor Summary
DeploymentMBeanProxyImpl(javax.management.ObjectName objName, MBeanFacade facade)
           
 
Method Summary
 DeployableUnitID getDeployableUnit(java.lang.String p0)
           
 DeployableUnitID[] getDeployableUnits()
           
 DeployableUnitDescriptor getDescriptor(DeployableUnitID p0)
           
 ComponentDescriptor[] getDescriptors(ComponentID[] p0)
           
 EventTypeID[] getEventTypes()
           
 ProfileSpecificationID[] getProfileSpecifications()
           
 ComponentID[] getReferringComponents(ComponentID p0)
           
 ResourceAdaptorID[] getResourceAdaptors()
           
 ResourceAdaptorTypeID[] getResourceAdaptorTypes()
           
 SbbID[] getSbbs()
           
 ServiceID[] getServices()
           
 DeployableUnitID install(java.lang.String p0)
           
 boolean isInstalled(DeployableUnitID p0)
           
 void uninstall(DeployableUnitID 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

DeploymentMBeanProxyImpl

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

getDescriptor

public DeployableUnitDescriptor getDescriptor(DeployableUnitID p0)
                                       throws java.lang.NullPointerException,
                                              UnrecognizedDeployableUnitException,
                                              ManagementException,
                                              TCKTestErrorException

getResourceAdaptors

public ResourceAdaptorID[] getResourceAdaptors()
                                        throws ManagementException,
                                               TCKTestErrorException

uninstall

public void uninstall(DeployableUnitID p0)
               throws java.lang.NullPointerException,
                      UnrecognizedDeployableUnitException,
                      DependencyException,
                      InvalidStateException,
                      ManagementException,
                      TCKTestErrorException

getEventTypes

public EventTypeID[] getEventTypes()
                            throws ManagementException,
                                   TCKTestErrorException

getDescriptors

public ComponentDescriptor[] getDescriptors(ComponentID[] p0)
                                     throws java.lang.NullPointerException,
                                            ManagementException,
                                            TCKTestErrorException

getReferringComponents

public ComponentID[] getReferringComponents(ComponentID p0)
                                     throws java.lang.NullPointerException,
                                            UnrecognizedComponentException,
                                            ManagementException,
                                            TCKTestErrorException

install

public DeployableUnitID install(java.lang.String p0)
                         throws java.lang.NullPointerException,
                                java.net.MalformedURLException,
                                DeploymentException,
                                ManagementException,
                                TCKTestErrorException

getSbbs

public SbbID[] getSbbs()
                throws ManagementException,
                       TCKTestErrorException

getDeployableUnits

public DeployableUnitID[] getDeployableUnits()
                                      throws ManagementException,
                                             TCKTestErrorException

getProfileSpecifications

public ProfileSpecificationID[] getProfileSpecifications()
                                                  throws ManagementException,
                                                         TCKTestErrorException

getResourceAdaptorTypes

public ResourceAdaptorTypeID[] getResourceAdaptorTypes()
                                                throws ManagementException,
                                                       TCKTestErrorException

getDeployableUnit

public DeployableUnitID getDeployableUnit(java.lang.String p0)
                                   throws java.lang.NullPointerException,
                                          UnrecognizedDeployableUnitException,
                                          ManagementException,
                                          TCKTestErrorException

getServices

public ServiceID[] getServices()
                        throws ManagementException,
                               TCKTestErrorException

isInstalled

public boolean isInstalled(DeployableUnitID p0)
                    throws java.lang.NullPointerException,
                           ManagementException,
                           TCKTestErrorException