Uses of Interface
org.apache.activemq.apollo.util.Service

Packages that use Service
org.apache.activemq.apollo.util   
 

Uses of Service in org.apache.activemq.apollo.util
 

Classes in org.apache.activemq.apollo.util that implement Service
 class JavaBaseService
           The BaseService provides helpers for dealing async service state.
 class ServiceSupport
          A helper class for working with services together with a useful base class for service implementations.
 

Methods in org.apache.activemq.apollo.util with parameters of type Service
static void ServiceSupport.dispose(Service service)
           
 void ServiceListener.started(Service service)
           
 void ServiceStopper.stop(Service service)
          Stops the given service, catching any exceptions that are thrown.
 void ServiceListener.stopped(Service service)
           
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.