Class ManagementRemoteEjbComponentView

  • All Implemented Interfaces:
    org.jboss.as.ee.component.ComponentView

    public class ManagementRemoteEjbComponentView
    extends Object
    Author:
    Kabir Khan
    • Constructor Detail

      • ManagementRemoteEjbComponentView

        public ManagementRemoteEjbComponentView​(MBeanServer server)
    • Method Detail

      • invoke

        public Object invoke​(org.jboss.invocation.InterceptorContext interceptorContext)
                      throws Exception
        Throws:
        Exception
      • getPrivateData

        public <T> T getPrivateData​(Class<T> clazz)
      • createInstance

        public org.jboss.as.naming.ManagedReference createInstance()
        Specified by:
        createInstance in interface org.jboss.as.ee.component.ComponentView
      • createInstance

        public org.jboss.as.naming.ManagedReference createInstance​(Map<Object,​Object> contextData)
        Specified by:
        createInstance in interface org.jboss.as.ee.component.ComponentView
      • getComponent

        public org.jboss.as.ee.component.Component getComponent()
        Specified by:
        getComponent in interface org.jboss.as.ee.component.ComponentView
      • getProxyClass

        public Class<?> getProxyClass()
        Specified by:
        getProxyClass in interface org.jboss.as.ee.component.ComponentView
      • getViewClass

        public Class<?> getViewClass()
        Specified by:
        getViewClass in interface org.jboss.as.ee.component.ComponentView
      • getViewMethods

        public Set<Method> getViewMethods()
        Specified by:
        getViewMethods in interface org.jboss.as.ee.component.ComponentView
      • getMethod

        public Method getMethod​(String name,
                                String descriptor)
        Specified by:
        getMethod in interface org.jboss.as.ee.component.ComponentView
      • isAsynchronous

        public boolean isAsynchronous​(Method method)
        Specified by:
        isAsynchronous in interface org.jboss.as.ee.component.ComponentView