站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 connector API Documentation 英文版文档

RARDeployment (JBoss Connector API) - JBoss 3.2.7 connector API Documentation 英文版文档


org.jboss.resource
Class RARDeployment

java.lang.Object
  extended byorg.jboss.resource.RARDeployment
All Implemented Interfaces:
javax.management.DynamicMBean

public class RARDeployment
extends Object
implements javax.management.DynamicMBean

RARDeployment.java Created: Fri Sep 28 11:59:19 2001

Version:
Author:
David Jencks

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

RARDeployment

public RARDeployment(RARMetaData rarMetaData)
Creates a new RARDeployment instance.

Parameters:
rarMetaData - a RARMetaData value
Method Detail

invoke

public Object invoke(String operation,
                     Object[] params,
                     String[] sig)
              throws javax.management.MBeanException
The invoke method throws an MBeanException for RARDeployement because the mbean is read-only.

Specified by:
invoke in interface javax.management.DynamicMBean
Parameters:
operation - a String value
params - an Object[] value
sig - a String[] value
Returns:
Throws:
javax.management.MBeanException - always thrown
javax.management.ReflectionException - if an error occurs

getAttributes

public javax.management.AttributeList getAttributes(String[] attributeNames)
Describe getAttributes method here.

Specified by:
getAttributes in interface javax.management.DynamicMBean
Returns:
an AttributeList value

getAttribute

public Object getAttribute(String attributeName)
                    throws javax.management.AttributeNotFoundException,
                           javax.management.MBeanException,
                           javax.management.ReflectionException
Specified by:
getAttribute in interface javax.management.DynamicMBean
Throws:
javax.management.AttributeNotFoundException
javax.management.MBeanException
javax.management.ReflectionException

getMBeanInfo

public javax.management.MBeanInfo getMBeanInfo()
Specified by:
getMBeanInfo in interface javax.management.DynamicMBean

setAttribute

public void setAttribute(javax.management.Attribute param1)
                  throws javax.management.AttributeNotFoundException
Specified by:
setAttribute in interface javax.management.DynamicMBean
Throws:
javax.management.AttributeNotFoundException

setAttributes

public javax.management.AttributeList setAttributes(javax.management.AttributeList param1)
Specified by:
setAttributes in interface javax.management.DynamicMBean


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.