|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CascadingService
Interface CascadingService defines a pluggable "service" class that can be loaded by the ServiceLoader
utility.
ServiceLoader
Method Summary | |
---|---|
boolean |
isEnabled()
Returns true if this service has been enabled. |
void |
setProperties(Map<Object,Object> properties)
|
void |
startService()
May be called more than once, but only the first invocation will start the service. |
void |
stopService()
May be called more than once, but only the first invocation will stop the service. |
Method Detail |
---|
void setProperties(Map<Object,Object> properties)
void startService()
void stopService()
boolean isEnabled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |