com.cafesoft.core.service
Class StandardServiceProvider

java.lang.Object
  |
  +--com.cafesoft.core.service.StandardServiceManager
        |
        +--com.cafesoft.core.service.StandardServiceProvider
All Implemented Interfaces:
Debuggable, Lifecycle, LifecycleService, Service, ServiceManager, ServiceProvider

public class StandardServiceProvider
extends StandardServiceManager
implements ServiceProvider

StandardServiceProvider is a special ServiceManager that is usually managed within a Service hierarchy. In most cases, ServiceProviders have special requirements for when they are started and stopped in relation to peer Services.

Since:
07/18/2002

Field Summary
 
Fields inherited from class com.cafesoft.core.service.StandardServiceManager
serviceConfig
 
Fields inherited from interface com.cafesoft.core.lifecycle.Lifecycle
START_EVENT, STOP_EVENT
 
Constructor Summary
StandardServiceProvider()
           
 
Methods inherited from class com.cafesoft.core.service.StandardServiceManager
add, addLifecycleListener, destroy, finalize, getServiceConfig, getServices, initialize, isStarted, lookup, lookup, lookup, remove, removeLifecycleListener, setDebug, setServiceStarter, setServiceStopper, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.cafesoft.core.service.ServiceManager
add, getServices, lookup, lookup, lookup, remove, setServiceStarter, setServiceStopper
 
Methods inherited from interface com.cafesoft.core.service.Service
destroy, getServiceConfig, initialize
 
Methods inherited from interface com.cafesoft.core.util.Debuggable
setDebug
 
Methods inherited from interface com.cafesoft.core.lifecycle.Lifecycle
addLifecycleListener, isStarted, removeLifecycleListener, start, stop
 

Constructor Detail

StandardServiceProvider

public StandardServiceProvider()


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.