Class ServiceListenerFuture<S,V>

java.lang.Object
org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture<S,V>
All Implemented Interfaces:
Future<V>, org.jboss.msc.service.LifecycleListener

public abstract class ServiceListenerFuture<S,V> extends Object implements org.jboss.msc.service.LifecycleListener, Future<V>

A Future implementation backed by a LifecycleListener

Author:
Daniel Meyer