public abstract class InvocationCommand<Z,D extends Database<Z>> extends Object implements Command<Void,StateCommandContext<Z,D>>
| Modifier | Constructor and Description |
|---|---|
protected |
InvocationCommand(RemoteInvocationDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
execute(Map<InvocationEvent,Map<String,InvokerEvent>> invokers,
InvocationEvent event) |
Void |
execute(StateCommandContext<Z,D> context)
Execute this command with the specified context.
|
String |
toString() |
protected InvocationCommand(RemoteInvocationDescriptor descriptor)
public Void execute(StateCommandContext<Z,D> context)
execute in interface Command<Void,StateCommandContext<Z,D extends Database<Z>>>context - the execution context.Command.execute(java.lang.Object)protected abstract void execute(Map<InvocationEvent,Map<String,InvokerEvent>> invokers, InvocationEvent event)
public String toString()
toString in class ObjectObject.toString()Copyright © 2004–2014 Paul Ferraro. All rights reserved.