|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalDelegate
Local calls are routed to instances of this interface.
Method Summary | |
---|---|
java.lang.Object |
getState()
Local state to be sent to JMS as part of method invocation. |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args,
Method jmsMethod)
All proxy calls are routed to this method. |
void |
setState(java.lang.Object state)
|
Method Detail |
---|
java.lang.Object getState()
void setState(java.lang.Object state)
state
- Local state.java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args, Method jmsMethod) throws java.lang.Throwable
proxy
- Proxy instancemethod
- Methodargs
- Method argumentsjmsMethod
- Remote method. Null for local method calls. If jmsMethod is asynchronous, local delgate
can execute is synchronously or asynchronously at its discretion.
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |