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, shutdownThread
public 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)
AbstractProtocolRunner
processProtocolMessage
in class AbstractProtocolRunner
public boolean sendShutdown()
sendShutdown
in class AbstractProtocolRunner
public boolean sendDispatchProps(java.util.Properties trd)
sendDispatchProps
in class AbstractProtocolRunner
public boolean sendDispatchFile(java.lang.String filepath)
sendDispatchFile
in class AbstractProtocolRunner
filepath
- path to a remote client readable file.Copyright © SAS Institute. All Rights Reserved.