|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.proxy.Interceptor (src)
org.jboss.proxy.ClientMethodInterceptor
Handle toString, equals, hashCode locally on the client.
Field Summary |
Fields inherited from class org.jboss.proxy.Interceptor (src) |
nextInterceptor |
Constructor Summary | |
ClientMethodInterceptor()
|
Method Summary | |
protected java.lang.Object |
getObject(Invocation (src) mi)
Get the object used in Object methods |
java.lang.Object |
invoke(Invocation (src) mi)
Handle methods locally on the client |
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 |
Methods inherited from interface java.io.Externalizable |
readExternal, writeExternal |
Constructor Detail |
public ClientMethodInterceptor()
Method Detail |
public java.lang.Object invoke(Invocation (src) mi) throws java.lang.Throwable
invoke
in class Interceptor (src)
mi
- the invocation
java.lang.Throwable
- for any errorprotected java.lang.Object getObject(Invocation (src) mi)
mi
- the invocation
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |