Package | Description |
---|---|
org.alfresco.jlan.client.admin |
Modifier and Type | Method and Description |
---|---|
ServiceHandle |
SvcctlPipeFile.createService(String serviceName,
String displayName,
int svcType,
int startType,
int errCtrl,
String binPath)
Create a new service with no dependencies and using the default LocalSystem account
|
ServiceHandle |
SvcctlPipeFile.createService(String serviceName,
String displayName,
int svcType,
int startType,
int errCtrl,
String binPath,
String loadGrp,
StringList depend,
String account,
byte[] password)
Create a new service
|
ServiceHandle |
SvcctlPipeFile.openService(String serviceName)
Open a service on the remote server
|
ServiceHandle |
SvcctlPipeFile.openService(String serviceName,
int accessMode)
Open a service on the remote server
|
Modifier and Type | Method and Description |
---|---|
void |
SvcctlPipeFile.closeService(ServiceHandle handle)
Close a remote service
|
void |
SvcctlPipeFile.controlService(ServiceHandle handle,
int ctrl)
Service control
|
void |
SvcctlPipeFile.deleteService(ServiceHandle handle)
Delete a remote service
|
ServiceConfigInfo |
SvcctlPipeFile.getServiceConfiguration(ServiceHandle handle)
Return the remote service configuration details
|
ServiceStatusInfo |
SvcctlPipeFile.getServiceStatus(ServiceHandle handle)
Return the service status for the specified service
|
void |
SvcctlPipeFile.pauseService(ServiceHandle handle)
Pause a service
|
void |
SvcctlPipeFile.resumeService(ServiceHandle handle)
Resume a service
|
int |
SvcctlPipeFile.setServiceConfiguration(ServiceHandle handle,
ServiceConfigInfo config)
Set the remote service configuration details
|
void |
SvcctlPipeFile.startService(ServiceHandle handle)
Start a service
|
void |
SvcctlPipeFile.stopService(ServiceHandle handle)
Stop a service
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.