|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Service
Service is a basic interface used to identify a class
as a Service. Objects that implement this interface can be
registered and looked up using a ServiceManager.
| Method Summary | |
|---|---|
void |
destroy()
Destroy the Service. |
ServiceConfig |
getServiceConfig()
Get the ServiceConfig. |
void |
initialize(ServiceConfig config)
Initialize the Service. |
| Methods inherited from interface com.cafesoft.core.util.Debuggable |
|---|
setDebug |
| Method Detail |
|---|
void initialize(ServiceConfig config)
throws ServiceException
config - the ServiceConfig
ServiceException - if an error initializing the ServiceServiceConfig getServiceConfig()
void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||