@Deprecated public class RemoteAgentCallbackImpl extends Object implements RemoteAgentCallbackPort, Runnable
Modifier and Type | Field and Description |
---|---|
protected boolean |
acceptingcommands
Deprecated.
|
Constructor and Description |
---|
RemoteAgentCallbackImpl(OSAgent ref)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
executeTasks(String authorizationcode,
String id,
String workingDir,
String command,
boolean waitforexit)
Deprecated.
Executes a set of tasks via command line
|
GetOperatingStatusResponseMessage |
getOperatingStatus(GetOperatingStatusRequestMessage request)
Deprecated.
Gets the operating status of an remove agent
|
void |
run()
Deprecated.
|
public RemoteAgentCallbackImpl(OSAgent ref)
@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") public boolean executeTasks(String authorizationcode, String id, String workingDir, String command, boolean waitforexit) throws AccessDeniedException, ServiceUnavailableException
executeTasks
in interface RemoteAgentCallbackPort
id
- waitforexit
- authorizationcode
- command
- workingDir
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetOperatingStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:agentCallbackService", className="org.miloss.fgsms.services.interfaces.agentcallbackservice.GetOperatingStatus") @ResponseWrapper(localName="GetOperatingStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:agentCallbackService", className="org.miloss.fgsms.services.interfaces.agentcallbackservice.GetOperatingStatusResponse") public GetOperatingStatusResponseMessage getOperatingStatus(GetOperatingStatusRequestMessage request) throws AccessDeniedException, ServiceUnavailableException
getOperatingStatus
in interface RemoteAgentCallbackPort
request
- ServiceUnavailableException
AccessDeniedException
Copyright © 2008–2017 MIL-OSS. All rights reserved.