org.codehaus.wadi.group.impl
Class AbstractMsgDispatcher

java.lang.Object
  extended by org.codehaus.wadi.group.impl.AbstractMsgDispatcher
All Implemented Interfaces:
ServiceEndpoint

public abstract class AbstractMsgDispatcher
extends java.lang.Object
implements ServiceEndpoint

Version:
$Revision: 1603 $

Field Summary
protected  Dispatcher _dispatcher
           
 
Constructor Summary
AbstractMsgDispatcher(Dispatcher dispatcher, java.lang.Class type)
           
 
Method Summary
 void dispose(int nbAttemp, long delayMillis)
           
 boolean testDispatchEnvelope(Envelope envelope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.wadi.group.ServiceEndpoint
dispatch
 

Field Detail

_dispatcher

protected final Dispatcher _dispatcher
Constructor Detail

AbstractMsgDispatcher

public AbstractMsgDispatcher(Dispatcher dispatcher,
                             java.lang.Class type)
Method Detail

testDispatchEnvelope

public boolean testDispatchEnvelope(Envelope envelope)
Specified by:
testDispatchEnvelope in interface ServiceEndpoint

dispose

public void dispose(int nbAttemp,
                    long delayMillis)
Specified by:
dispose in interface ServiceEndpoint


Copyright © 2008. All Rights Reserved.