public class RemoteClientRunner extends AbstractProtocolRunner
_debugEnabled, protocolserver, runnerlisteners| Constructor and Description |
|---|
RemoteClientRunner() |
RemoteClientRunner(RemoteClientListener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
notifyDispatchFile(java.lang.String filepath) |
protected void |
notifyDispatchProps(char[] props) |
protected void |
notifyMessage(java.lang.String message) |
void |
processProtocolMessage(java.lang.String message)
Concrete implementations must insert the parsing and processing of the messages
received from the underlying SocketProtocol.
|
boolean |
sendDispatchFile(java.lang.String filepath)
Remote client does nothing with this.
|
boolean |
sendDispatchProps(java.util.Properties trd)
Remote client does nothing with this.
|
boolean |
sendShutdown()
Remote client does nothing with this.
|
addListener, debug, getListenerName, onReceiveConnection, onReceiveDebug, onReceiveLocalShutdown, onReceiveRemoteShutdown, removeListener, run, sendProtocolMessage, setListenerName, shutdownThreadpublic RemoteClientRunner()
public RemoteClientRunner(RemoteClientListener listener)
protected void notifyMessage(java.lang.String message)
protected void notifyDispatchFile(java.lang.String filepath)
protected void notifyDispatchProps(char[] props)
public void processProtocolMessage(java.lang.String message)
AbstractProtocolRunnerprocessProtocolMessage in class AbstractProtocolRunnerpublic boolean sendShutdown()
sendShutdown in class AbstractProtocolRunnerpublic boolean sendDispatchProps(java.util.Properties trd)
sendDispatchProps in class AbstractProtocolRunnerpublic boolean sendDispatchFile(java.lang.String filepath)
sendDispatchFile in class AbstractProtocolRunnerfilepath - path to a remote client readable file.Copyright © SAS Institute. All Rights Reserved.