|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Serviceable | |
org.exolab.core.service | |
org.exolab.core.util |
Uses of Serviceable in org.exolab.core.service |
Classes in org.exolab.core.service that implement Serviceable | |
class |
BasicService
BasicService is a service implementation that will run the service in a separate thread. |
class |
Service
Service is an implementation of the Servicable interface that
provides default implementations for the Service.start() and Service.stop()
methods. |
Methods in org.exolab.core.service that return Serviceable | |
Serviceable |
ServiceGroup.getServiceByName(java.lang.String name)
Return the service specified by name, or null if one does not exist |
Methods in org.exolab.core.service with parameters of type Serviceable | |
void |
ServiceGroup.add(java.lang.String name,
Serviceable service)
Add the named service to the collection of managed services. |
void |
ServiceGroup.remove(Serviceable service)
Remove the specified service from the ServiceGroup. |
Uses of Serviceable in org.exolab.core.util |
Classes in org.exolab.core.util that implement Serviceable | |
class |
RmiRegistryService
RmiRegistryService is a service that starts an embedded RMI registry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |