|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceConfig | |
|---|---|
| com.cafesoft.core.service | Services API support. |
| Uses of ServiceConfig in com.cafesoft.core.service |
|---|
| Classes in com.cafesoft.core.service that implement ServiceConfig | |
|---|---|
class |
StandardServiceConfig
StandardServiceConfig provides the standard implementation of
ServiceConfig, which provides a Service with configuration
parameters and it's execution context. |
| Fields in com.cafesoft.core.service declared as ServiceConfig | |
|---|---|
protected ServiceConfig |
AbstractLifecycleService.serviceConfig
The ServiceConfig object that configures this Service |
protected ServiceConfig |
AbstractService.serviceConfig
The ServiceConfig object that configures this Service |
protected ServiceConfig |
StandardServiceManager.serviceConfig
The ServiceConfig for this ServiceManager (because it's also a Service). |
| Methods in com.cafesoft.core.service that return ServiceConfig | |
|---|---|
ServiceConfig |
AbstractLifecycleService.getServiceConfig()
Get the ServiceConfig. |
ServiceConfig |
AbstractService.getServiceConfig()
Get the ServiceConfig. |
ServiceConfig |
Service.getServiceConfig()
Get the ServiceConfig. |
ServiceConfig |
StandardServiceManager.getServiceConfig()
Get the ServiceConfig. |
| Methods in com.cafesoft.core.service with parameters of type ServiceConfig | |
|---|---|
static boolean |
ServiceConfigSupport.getBooleanParam(ServiceConfig config,
String paramName,
boolean defaultValue)
Get a boolean param from the ServiceConfig object |
static Properties |
ServiceConfigSupport.getInitProperties(ServiceConfig config)
Get the initial parameters from the ServiceConfig object and put them into a new Properties object This method is useful in situations where a Properties object is used to initialize an Object and the parent Object has a ServiceConfig Object instead. |
static int |
ServiceConfigSupport.getRequiredIntParam(ServiceConfig config,
String source,
String paramName,
int defaultValue,
Logger logger)
Get an Integer parameter from the ServiceConfig object |
static String |
ServiceConfigSupport.getRequiredStringParam(ServiceConfig config,
String source,
String paramName,
String defaultValue,
Logger logger)
Get a required String param from the ServiceConfig object |
void |
AbstractLifecycleService.initialize(ServiceConfig config)
Initialize the Service. |
void |
AbstractService.initialize(ServiceConfig config)
Initialize the Service. |
void |
Service.initialize(ServiceConfig config)
Initialize the Service. |
void |
StandardServiceManager.initialize(ServiceConfig config)
Initialize the Service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||