org.mule.transport.servlet.jetty
Class ContinuationsReplyTo

java.lang.Object
  extended by org.mule.transport.servlet.jetty.ContinuationsReplyTo

public class ContinuationsReplyTo
extends Object

This class wraps a continuation object and provides a way to synchronize the access to it by a mutex lock object.


Constructor Summary
ContinuationsReplyTo(org.eclipse.jetty.continuation.Continuation continuation, Object mutex)
           
 
Method Summary
 void setAndResume(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuationsReplyTo

public ContinuationsReplyTo(org.eclipse.jetty.continuation.Continuation continuation,
                            Object mutex)
Method Detail

setAndResume

public void setAndResume(Object value)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.