|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void initialize(ServiceConfig config)
throws ServiceException
config - the ServiceConfig
ServiceException - if an error initializing the Servicepublic ServiceConfig getServiceConfig()
public void destroy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||