当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
InvocationContext (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.server
Class InvocationContext
java.lang.Object
org.jboss.mx.server.InvocationContext
- Direct Known Subclasses:
- Invocation
- public class InvocationContext
- extends Object
- Version:
- $Revision: 1.16 $
- Author:
- Juha Lindfors., David Jencks
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OP_INVOKE
public static final String OP_INVOKE
- See Also:
- Constant Field Values
OP_GETATTRIBUTE
public static final String OP_GETATTRIBUTE
- See Also:
- Constant Field Values
OP_SETATTRIBUTE
public static final String OP_SETATTRIBUTE
- See Also:
- Constant Field Values
OP_GETMBEANINFO
public static final String OP_GETMBEANINFO
- See Also:
- Constant Field Values
OPERATION_IMPACT
public static final String OPERATION_IMPACT
- See Also:
- Constant Field Values
ATTRIBUTE_ACCESS
public static final String ATTRIBUTE_ACCESS
- See Also:
- Constant Field Values
NOCLASSES
public static final Class[] NOCLASSES
InvocationContext
public InvocationContext()
copy
public final void copy(InvocationContext src)
setType
public void setType(String type)
getType
public String getType()
setName
public void setName(String name)
getName
public String getName()
getSignature
public String[] getSignature()
getSignatureClasses
public Class[] getSignatureClasses()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
setAttributeType
public void setAttributeType(String attrType)
getAttributeType
public String getAttributeType()
getAttributeTypeClass
public Class getAttributeTypeClass()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
setReturnType
public void setReturnType(String returnType)
getReturnType
public String getReturnType()
getReturnTypeClass
public Class getReturnTypeClass()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
isReadable
public boolean isReadable()
setReadable
public void setReadable(boolean readable)
isWritable
public boolean isWritable()
setWritable
public void setWritable(boolean writable)
setInterceptors
public void setInterceptors(List interceptors)
getInterceptors
public List getInterceptors()
setDispatcher
public void setDispatcher(Interceptor d)
getDispatcher
public Interceptor getDispatcher()
getTarget
public Object getTarget()
setDescriptor
public void setDescriptor(Descriptor d)
getDescriptor
public Descriptor getDescriptor()
setInvoker
public void setInvoker(AbstractMBeanInvoker mi)
getInvoker
public MBeanInvoker getInvoker()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.