Class FutureServiceContainer

java.lang.Object
org.jboss.threads.AsyncFutureTask<org.jboss.msc.service.ServiceContainer>
org.jboss.as.server.FutureServiceContainer
All Implemented Interfaces:
Future<org.jboss.msc.service.ServiceContainer>, org.jboss.threads.AsyncCancellable, org.jboss.threads.AsyncFuture<org.jboss.msc.service.ServiceContainer>

public class FutureServiceContainer extends org.jboss.threads.AsyncFutureTask<org.jboss.msc.service.ServiceContainer>
Author:
John Bailey
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jboss.threads.AsyncFuture

    org.jboss.threads.AsyncFuture.AbstractListener<T extends Object,A extends Object>, org.jboss.threads.AsyncFuture.Listener<T extends Object,A extends Object>, org.jboss.threads.AsyncFuture.Status
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.jboss.threads.AsyncFutureTask

    addListener, asyncCancel, await, await, awaitUninterruptibly, awaitUninterruptibly, cancel, get, get, getStatus, getUninterruptibly, getUninterruptibly, isCancelled, isDone, setCancelled, setFailed, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FutureServiceContainer

      public FutureServiceContainer()