org.jactr.modules.pm.visual.buffer.processor
Class StartTrackingRequestDelegate

java.lang.Object
  extended by org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
      extended by org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
          extended by org.jactr.modules.pm.visual.buffer.processor.StartTrackingRequestDelegate
All Implemented Interfaces:
IRequestDelegate

public class StartTrackingRequestDelegate
extends AbstractRequestDelegate


Field Summary
static org.apache.commons.logging.Log LOGGER
          logger definition
 
Constructor Summary
StartTrackingRequestDelegate(IChunkType chunkType)
           
 
Method Summary
 
Methods inherited from class org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
willAccept
 
Methods inherited from class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
clear, isAsynchronous, isDelayingStart, isUsingBlockingTimedEvents, request, setAsynchronous, setDelayStart, setUseBlockingTimedEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final org.apache.commons.logging.Log LOGGER
logger definition

Constructor Detail

StartTrackingRequestDelegate

public StartTrackingRequestDelegate(IChunkType chunkType)