|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAgentProxy
Method Summary | |
---|---|
void |
accept(CommandEnvelope env)
|
void |
accept(ICommand command)
|
void |
accept(ICommand command,
Acknowledge ack)
|
void |
accept(ICommand command,
FutureResult futureResult)
Send commmand to an agent expecting a result to be sent back. |
void |
accept(ICommand command,
IHistorizableCallbackHandler handler)
|
void |
accept(ICommand command,
int kind)
|
void |
accept(IWorkLoadBalancingCommand command)
|
void |
accept(IWorkLoadBalancingCommand command,
Acknowledge ack)
|
void |
accept(IWorkLoadBalancingCommand command,
FutureResult futureResult)
Send commmand to an agent expecting a result to be sent back. |
void |
accept(IWorkLoadBalancingCommand command,
IHistorizableCallbackHandler handler)
|
void |
accept(IWorkLoadSharingCommand command)
|
void |
accept(IWorkLoadSharingCommand command,
Acknowledge ack)
|
void |
accept(IWorkLoadSharingCommand command,
FutureResult futureResult)
Send commmand to an agent expecting a result to be sent back. |
void |
accept(IWorkLoadSharingCommand command,
IHistorizableCallbackHandler handler)
|
int |
size()
|
Method Detail |
---|
void accept(ICommand command) throws java.rmi.RemoteException, InvalidCommandException
command
-
java.rmi.RemoteException
InvalidCommandException
void accept(ICommand command, int kind) throws java.rmi.RemoteException, InvalidCommandException
command
-
java.rmi.RemoteException
InvalidCommandException
void accept(IWorkLoadSharingCommand command) throws java.rmi.RemoteException, InvalidCommandException
command
-
java.rmi.RemoteException
InvalidCommandException
void accept(IWorkLoadBalancingCommand command) throws java.rmi.RemoteException, InvalidCommandException
command
-
java.rmi.RemoteException
InvalidCommandException
void accept(ICommand command, Acknowledge ack) throws java.rmi.RemoteException, InvalidCommandException
command
- ackHandler
-
java.rmi.RemoteException
InvalidCommandException
void accept(ICommand command, FutureResult futureResult) throws java.lang.IllegalArgumentException, java.rmi.RemoteException, InvalidCommandException
commmand
to an agent expecting a result to be sent back.
command
- to be sent to another agentreplyToAgentPath
- path to agent that should receive result
java.lang.IllegalArgumentException
java.rmi.RemoteException
InvalidCommandException
void accept(ICommand command, IHistorizableCallbackHandler handler) throws java.rmi.RemoteException, InvalidCommandException
command
- handler
-
java.rmi.RemoteException
InvalidCommandException
void accept(IWorkLoadSharingCommand command, Acknowledge ack) throws java.rmi.RemoteException, InvalidCommandException
command
- ackHandler
-
java.rmi.RemoteException
InvalidCommandException
void accept(IWorkLoadSharingCommand command, FutureResult futureResult) throws java.lang.IllegalArgumentException, java.rmi.RemoteException, InvalidCommandException
commmand
to an agent expecting a result to be sent back.
command
- to be sent to another agentreplyToAgentPath
- path to agent that should receive result
java.lang.IllegalArgumentException
java.rmi.RemoteException
InvalidCommandException
void accept(IWorkLoadBalancingCommand command, IHistorizableCallbackHandler handler) throws java.rmi.RemoteException, InvalidCommandException
command
- handler
-
java.rmi.RemoteException
InvalidCommandException
void accept(IWorkLoadBalancingCommand command, Acknowledge ack) throws java.rmi.RemoteException, InvalidCommandException
command
- ackHandler
-
java.rmi.RemoteException
InvalidCommandException
void accept(IWorkLoadBalancingCommand command, FutureResult futureResult) throws java.lang.IllegalArgumentException, java.rmi.RemoteException, InvalidCommandException
commmand
to an agent expecting a result to be sent back.
command
- to be sent to another agentreplyToAgentPath
- path to agent that should receive result
java.lang.IllegalArgumentException
java.rmi.RemoteException
InvalidCommandException
void accept(IWorkLoadSharingCommand command, IHistorizableCallbackHandler handler) throws java.rmi.RemoteException, InvalidCommandException
command
- handler
-
java.rmi.RemoteException
InvalidCommandException
void accept(CommandEnvelope env) throws java.rmi.RemoteException, InvalidCommandException
command
-
java.rmi.RemoteException
InvalidCommandException
int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |