
public interface RemoteAgentCallbackPort
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeTasks(String authorizationcode,
String id,
String workingDir,
String command,
boolean waitforexit)
Executes a set of tasks via command line
|
GetOperatingStatusResponseMessage |
getOperatingStatus(GetOperatingStatusRequestMessage request)
Gets the operating status of an remove agent
|
@RequestWrapper(localName="ExecuteTasks", targetNamespace="urn:org:miloss:fgsms:services:interfaces:agentCallbackService", className="org.miloss.fgsms.services.interfaces.agentcallbackservice.ExecuteTasks") @ResponseWrapper(localName="ExecuteTasksResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:agentCallbackService", className="org.miloss.fgsms.services.interfaces.agentcallbackservice.ExecuteTasksResponse") boolean executeTasks(String authorizationcode, String id, String workingDir, String command, boolean waitforexit) throws AccessDeniedException, ServiceUnavailableException
id - waitforexit - authorizationcode - command - workingDir - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetOperatingStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:common", className="org.miloss.fgsms.services.interfaces.common.GetOperatingStatus") @ResponseWrapper(localName="GetOperatingStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:common", className="org.miloss.fgsms.services.interfaces.common.GetOperatingStatusResponse") GetOperatingStatusResponseMessage getOperatingStatus(GetOperatingStatusRequestMessage request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedExceptionCopyright © 2008–2017 MIL-OSS. All rights reserved.