java.lang.Object
com.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
| 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
DeploymentMBeanProxyImpl
public DeploymentMBeanProxyImpl(javax.management.ObjectName objName,
MBeanFacade facade)
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