|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.proxy.Interceptor (src)
org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor
An Interceptor that plucks the object name out of the arguments into an unmarshalled part of the payload.
Field Summary |
Fields inherited from class org.jboss.proxy.Interceptor (src) |
nextInterceptor |
Constructor Summary | |
InvokerAdaptorClientInterceptor()
|
Method Summary | |
ObjectName (src) |
getObjectNameFromArguments(Invocation (src) invocation)
Return any target object name relevent for this invocation. |
java.lang.Object |
invoke(Invocation (src) invocation)
Invoke using the invoker for remote invocations |
Methods inherited from class org.jboss.proxy.Interceptor (src) |
getNext, readExternal, setNext, writeExternal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InvokerAdaptorClientInterceptor()
Method Detail |
public java.lang.Object invoke(Invocation (src) invocation) throws java.lang.Throwable
invoke
in class Interceptor (src)
java.lang.Throwable
public ObjectName (src) getObjectNameFromArguments(Invocation (src) invocation)
Methods that don't pass arguments that could be custom classes are ignored.
Classloading and registerMBean are ignored, they shouldn't be available remotely
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |