org.springframework.integration.endpoint
Class ConcurrentTarget.TargetTask

java.lang.Object
  extended by org.springframework.integration.endpoint.ConcurrentTarget.TargetTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ConcurrentTarget

private class ConcurrentTarget.TargetTask
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  Message<?> message
           
 
Constructor Summary
ConcurrentTarget.TargetTask(Message<?> message)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

private Message<?> message
Constructor Detail

ConcurrentTarget.TargetTask

ConcurrentTarget.TargetTask(Message<?> message)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable