|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.dxc.api.connection.DxcConnector
public abstract class DxcConnector
Interface for sending and receiving DxcData. A DxcConnector is created via the appropriate call to a ConnectorFactory.
Constructor Summary | |
---|---|
DxcConnector(DxcCallback c)
|
|
DxcConnector(DxcCallback c,
String source)
|
Method Summary | |
---|---|
abstract void |
sendMessage(DxcData d)
Sends the DxcData message to the appropriate recipient. |
void |
shutdown()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DxcConnector(DxcCallback c)
public DxcConnector(DxcCallback c, String source)
Method Detail |
---|
public void shutdown()
public abstract void sendMessage(DxcData d)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |