Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.transport.stomp
Class AsyncHelper  view AsyncHelper download AsyncHelper.java

java.lang.Object
  extended byorg.activemq.transport.stomp.AsyncHelper

class AsyncHelper
extends java.lang.Object


Nested Class Summary
(package private) static interface AsyncHelper.Helper
           
(package private) static interface AsyncHelper.HelperWithReturn
           
 
Constructor Summary
(package private) AsyncHelper()
           
 
Method Summary
(package private) static void tryUntilNotInterrupted(AsyncHelper.Helper helper)
           
static java.lang.Object tryUntilNotInterrupted(AsyncHelper.HelperWithReturn helper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncHelper

AsyncHelper()
Method Detail

tryUntilNotInterrupted

public static java.lang.Object tryUntilNotInterrupted(AsyncHelper.HelperWithReturn helper)

tryUntilNotInterrupted

static void tryUntilNotInterrupted(AsyncHelper.Helper helper)