public class NativeInputDelegate extends InputDelegate
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
protected long |
nativeDelegate |
Constructor and Description |
---|
NativeInputDelegate(long nativeDelegate) |
Modifier and Type | Method and Description |
---|---|
void |
_processInboundData(long nativeDelegate,
byte[] data,
byte[] props) |
void |
processInboundData(java.lang.Object data,
java.util.Properties properties)
Notify host application of inbound data
|
void |
startInputConnector() |
void |
stopInputConnector() |
createConnectorInternal, getInputConnector
asyncFailure, asyncRequestSuccess, asyncSendSuccess, createConnector, getConnector, getServices, initialiseConnector, terminateConnector
public static final java.lang.String COPYRIGHT
protected final long nativeDelegate
public void startInputConnector() throws ConnectorException
startInputConnector
in class InputDelegate
ConnectorException
public void stopInputConnector() throws ConnectorException
stopInputConnector
in class InputDelegate
ConnectorException
public void processInboundData(java.lang.Object data, java.util.Properties properties)
ConnectorCallback
processInboundData
in interface ConnectorCallback
processInboundData
in class InputDelegate
public void _processInboundData(long nativeDelegate, byte[] data, byte[] props)