org.codehaus.wadi.servicespace.admin.commands
Class AbstractCountingCommand
java.lang.Object
org.codehaus.wadi.servicespace.admin.commands.AbstractCountingCommand
- All Implemented Interfaces:
- java.io.Serializable, Command
- Direct Known Subclasses:
- CountingGlobalEnvelopeCommand, CountingServiceSpaceEnvelopeCommand
public abstract class AbstractCountingCommand
- extends java.lang.Object
- implements Command
- Version:
- $Revision: 1538 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCountingCommand
public AbstractCountingCommand()
execute
public java.lang.Object execute(Dispatcher underlyingDispatcher,
LocalPeer localPeer,
ServiceSpaceRegistry registry)
- Specified by:
execute
in interface Command
getDispatcher
protected abstract Dispatcher getDispatcher(Dispatcher underlyingDispatcher,
LocalPeer localPeer,
ServiceSpaceRegistry registry)
deriveCountingEnvelopeInfo
protected java.lang.Object deriveCountingEnvelopeInfo(LocalPeer localPeer,
Dispatcher disptacher)
getInvocationResultCombiner
public InvocationResultCombiner getInvocationResultCombiner()
- Specified by:
getInvocationResultCombiner
in interface Command
Copyright © 2011. All Rights Reserved.