org.codehaus.wadi.servicespace.admin.commands
Class AbstractCountingCommand

java.lang.Object
  extended by 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

Constructor Summary
AbstractCountingCommand()
           
 
Method Summary
protected  java.lang.Object deriveCountingEnvelopeInfo(LocalPeer localPeer, Dispatcher disptacher)
           
 java.lang.Object execute(Dispatcher underlyingDispatcher, LocalPeer localPeer, ServiceSpaceRegistry registry)
           
protected abstract  Dispatcher getDispatcher(Dispatcher underlyingDispatcher, LocalPeer localPeer, ServiceSpaceRegistry registry)
           
 InvocationResultCombiner getInvocationResultCombiner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCountingCommand

public AbstractCountingCommand()
Method Detail

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.