Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.mx » server » [javadoc | source]
org.jboss.mx.server
public class: RawDynamicInvoker [javadoc | source]
java.lang.Object
   org.jboss.mx.server.AbstractMBeanInvoker
      org.jboss.mx.server.RawDynamicInvoker

All Implemented Interfaces:
    MBeanInvoker

Direct Known Subclasses:
    RequiredModelMBeanInvoker

Fields inherited from org.jboss.mx.server.AbstractMBeanInvoker:
preRegisterInfo,  resourceEntry,  dynamicResource,  info,  attributeContextMap,  operationContextMap,  constructorContextMap,  getMBeanInfoCtx,  preRegisterCtx,  postRegisterCtx,  preDeregisterCtx,  postDeregisterCtx,  log
Constructor:
 public RawDynamicInvoker(DynamicMBean resource) 
Method from org.jboss.mx.server.RawDynamicInvoker Summary:
getAttribute,   getAttributes,   getMBeanInfo,   invoke,   postDeregister,   postRegister,   preDeregister,   preRegister,   setAttribute,   setAttributes
Methods from org.jboss.mx.server.AbstractMBeanInvoker:
addNotificationListener,   addNotificationListenerToResource,   addOperationInterceptor,   getAttribute,   getAttributes,   getInvocationTimeout,   getMBeanEntry,   getMBeanInfo,   getMetaData,   getNotificationInfo,   getNotificationInfoFromResource,   getObjectName,   getResource,   getServer,   getSignatureString,   initAttributeContexts,   initDispatchers,   initOperationContexts,   inject,   invoke,   invokePostDeregister,   invokePostRegister,   invokePreDeregister,   invokePreRegister,   isSuspended,   override,   postDeregister,   postRegister,   preDeregister,   preRegister,   removeNotificationListener,   removeNotificationListener,   removeNotificationListenerFromResource,   removeNotificationListenerFromResource,   removeOperationInterceptor,   resume,   setAttribute,   setAttributes,   setInvocationTimeout,   setMBeanEntry,   setResource,   suspend,   suspend,   suspend,   updateAttributeInfo
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.mx.server.RawDynamicInvoker Detail:
 public Object getAttribute(String name) throws ReflectionException, AttributeNotFoundException, MBeanException 
 public AttributeList getAttributes(String[] attributes) 
 public MBeanInfo getMBeanInfo() 
 public Object invoke(String name,
    Object[] args,
    String[] signature) throws ReflectionException, MBeanException 
 public  void postDeregister() 
 public  void postRegister(Boolean b) 
 public  void preDeregister() throws Exception 
 public ObjectName preRegister(MBeanServer server,
    ObjectName oname) throws Exception 
 public  void setAttribute(Attribute attribute) throws InvalidAttributeValueException, ReflectionException, AttributeNotFoundException, MBeanException 
 public AttributeList setAttributes(AttributeList attributes)