public abstract class NonSMFServiceAdapter extends ServiceAdapter
| Modifier and Type | Method and Description |
|---|---|
String |
getManifestFilePath()
Returns the absolute location of the manifest file as service understands it.
|
String |
getManifestFileTemplatePath()
Returns the absolute location of the template for the given service.
|
String |
getServiceProperties()
Returns the additional properties of the Service.
|
int |
getTimeoutSeconds() |
boolean |
isConfigValid()
Determines if the configuration of the method is valid.
|
void |
setServiceProperties(String cds)
Sets the additional service properties that are specific to it.
|
void |
setTimeoutSeconds(int number)
Sets timeout in seconds before the master boot restarter should
give up starting this service.
|
Map<String,String> |
tokensAndValues()
Returns the tokens and values of the service as a map.
|
createService, deleteService, getInfo, getLocationArgsRestart, getServerDirs, isDomain, isInstanceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateServiceInternal, deleteServiceInternal, getLocationArgsStart, getLocationArgsStop, getSuccessMessage, initializeInternal, writeReadmeFilepublic final int getTimeoutSeconds()
public final void setTimeoutSeconds(int number)
Servicenumber - a non-negative integer representing timeout. A value of zero implies infinite timeout.public final String getServiceProperties()
Servicepublic final void setServiceProperties(String cds)
Servicepublic final Map<String,String> tokensAndValues()
Servicepublic final String getManifestFilePath()
Servicepublic final String getManifestFileTemplatePath()
Servicepublic final boolean isConfigValid()
ServiceCopyright © 2015. All rights reserved.