|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjasco.runtime.distribution.DistributedInvoker
public class DistributedInvoker
Nested Class Summary | |
---|---|
protected class |
DistributedInvoker.Invoker
|
Method Summary | |
---|---|
static DistributedInvoker |
getInstance()
|
java.lang.Object |
invokeASynchronous(DistributedAdviceExecution adviceExecution)
|
java.lang.Object |
invokeRemoteASynchronous(DistributedAdviceExecution adviceExecution)
|
java.lang.Object |
invokeRemoteSynchronous(DistributedAdviceExecution adviceExecution)
What this method should do is invoke the DistributedInvoker.invokeSynchronous method on the correct host in a synchronous manner. |
java.lang.Object |
invokeSynchronous(DistributedAdviceExecution adviceExecution)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DistributedInvoker getInstance()
public java.lang.Object invokeRemoteSynchronous(DistributedAdviceExecution adviceExecution)
public java.lang.Object invokeSynchronous(DistributedAdviceExecution adviceExecution)
public java.lang.Object invokeRemoteASynchronous(DistributedAdviceExecution adviceExecution)
public java.lang.Object invokeASynchronous(DistributedAdviceExecution adviceExecution)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |