|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.RARDeployment
RARDeployment.java Created: Fri Sep 28 11:59:19 2001
Constructor Summary | |
RARDeployment(RARMetaData rarMetaData)
Creates a new RARDeployment instance. |
Method Summary | |
Object |
getAttribute(String attributeName)
|
javax.management.AttributeList |
getAttributes(String[] attributeNames)
Describe getAttributes method here. |
javax.management.MBeanInfo |
getMBeanInfo()
|
Object |
invoke(String operation,
Object[] params,
String[] sig)
The invoke method throws an MBeanException for RARDeployement
because the mbean is read-only. |
void |
setAttribute(javax.management.Attribute param1)
|
javax.management.AttributeList |
setAttributes(javax.management.AttributeList param1)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RARDeployment(RARMetaData rarMetaData)
RARDeployment
instance.
rarMetaData
- a RARMetaData
valueMethod Detail |
public Object invoke(String operation, Object[] params, String[] sig) throws javax.management.MBeanException
invoke
method throws an MBeanException for RARDeployement
because the mbean is read-only.
invoke
in interface javax.management.DynamicMBean
operation
- a String
valueparams
- an Object[]
valuesig
- a String[]
value
javax.management.MBeanException
- always thrown
javax.management.ReflectionException
- if an error occurspublic javax.management.AttributeList getAttributes(String[] attributeNames)
getAttributes
method here.
getAttributes
in interface javax.management.DynamicMBean
AttributeList
valuepublic Object getAttribute(String attributeName) throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionException
getAttribute
in interface javax.management.DynamicMBean
javax.management.AttributeNotFoundException
javax.management.MBeanException
javax.management.ReflectionException
public javax.management.MBeanInfo getMBeanInfo()
getMBeanInfo
in interface javax.management.DynamicMBean
public void setAttribute(javax.management.Attribute param1) throws javax.management.AttributeNotFoundException
setAttribute
in interface javax.management.DynamicMBean
javax.management.AttributeNotFoundException
public javax.management.AttributeList setAttributes(javax.management.AttributeList param1)
setAttributes
in interface javax.management.DynamicMBean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |