public class ManagementRemoteEjbComponentView extends Object
| Constructor and Description |
|---|
ManagementRemoteEjbComponentView(MBeanServer server) |
| Modifier and Type | Method and Description |
|---|---|
ManagedReference |
createInstance()
Create the component view instance.
|
ManagedReference |
createInstance(Map<Object,Object> contextData)
Create the component view instance using the additional context data
|
Component |
getComponent()
Get the associated component.
|
Method |
getMethod(String name,
String descriptor)
Gets a view method based on name and descriptor
|
<T> T |
getPrivateData(Class<T> clazz)
Provides a mechanism to attach arbitrary data to the component view
|
Class<?> |
getProxyClass() |
Class<?> |
getViewClass() |
Set<Method> |
getViewMethods() |
Object |
invoke(org.jboss.invocation.InterceptorContext interceptorContext)
Invoke on the component view interceptor chain.
|
boolean |
isAsynchronous(Method method) |
public ManagementRemoteEjbComponentView(MBeanServer server)
public Object invoke(org.jboss.invocation.InterceptorContext interceptorContext) throws Exception
ComponentViewinterceptorContext - The context of the invocationExceptionpublic <T> T getPrivateData(Class<T> clazz)
ComponentViewclazz - The class of attachmentpublic ManagedReference createInstance()
ComponentViewcreateInstance in interface ComponentViewpublic ManagedReference createInstance(Map<Object,Object> contextData)
ComponentViewcreateInstance in interface ComponentViewcontextData - Additional context data used in the view creationpublic Component getComponent()
ComponentViewgetComponent in interface ComponentViewpublic Class<?> getProxyClass()
getProxyClass in interface ComponentViewpublic Class<?> getViewClass()
getViewClass in interface ComponentViewpublic Set<Method> getViewMethods()
getViewMethods in interface ComponentViewpublic Method getMethod(String name, String descriptor)
ComponentViewgetMethod in interface ComponentViewname - the method namedescriptor - The method descriptor in JVM formatpublic boolean isAsynchronous(Method method)
isAsynchronous in interface ComponentViewCopyright © 2014 JBoss by Red Hat. All rights reserved.