|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mx4j.adaptor.interceptor.AdaptorInterceptor | +--mx4j.adaptor.rmi.RMIProtocolAdaptorImpl.InvokerAdaptorInterceptor
Constructor Summary | |
RMIProtocolAdaptorImpl.InvokerAdaptorInterceptor()
|
Method Summary | |
protected InvocationResult |
doInvoke(Invocation invocation)
The real invocation on the interceptor chain. |
java.lang.String |
getType()
Returns the type of this interceptor |
boolean |
isEnabled()
This interceptor is always enabled |
void |
setEnabled(boolean value)
Cannot change the status of this attribute, this interceptor is always enabled |
Methods inherited from class mx4j.adaptor.interceptor.AdaptorInterceptor |
getLogger, getNext, getObjectName, invoke, postInvoke, preInvoke, setNext, setObjectName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RMIProtocolAdaptorImpl.InvokerAdaptorInterceptor()
Method Detail |
public java.lang.String getType()
Interceptor
getType
in class AdaptorInterceptor
public void setEnabled(boolean value)
setEnabled
in class AdaptorInterceptor
public boolean isEnabled()
isEnabled
in class AdaptorInterceptor
protected InvocationResult doInvoke(Invocation invocation) throws java.lang.Exception
AdaptorInterceptor
doInvoke
in class AdaptorInterceptor
mx4j.adaptor.interceptor.AdaptorInterceptor
AdaptorInterceptor.setNext(mx4j.adaptor.interceptor.Interceptor)
,
AdaptorInterceptor.preInvoke(mx4j.adaptor.interceptor.Invocation)
,
AdaptorInterceptor.postInvoke(mx4j.adaptor.interceptor.Invocation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |