de.bsvrz.ars.ars.mgmt
Class InQueuesMgr.DataAckSender
java.lang.Object
de.bsvrz.ars.ars.mgmt.InQueuesMgr.DataAckSender
- All Implemented Interfaces:
- ClientSenderInterface
- Enclosing class:
- InQueuesMgr
public class InQueuesMgr.DataAckSender
- extends Object
- implements ClientSenderInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InQueuesMgr.DataAckSender
public InQueuesMgr.DataAckSender()
sendAck
public void sendAck(ResultData rd,
long qAspID)
throws ConfigurationException,
DataNotSubscribedException,
SendSubscriptionNotConfirmed
- Throws:
ConfigurationException
DataNotSubscribedException
SendSubscriptionNotConfirmed
isRequestSupported
public boolean isRequestSupported(SystemObject object,
DataDescription dataDescription)
- Specified by:
isRequestSupported
in interface ClientSenderInterface
- See Also:
ClientSenderInterface.isRequestSupported(SystemObject,DataDescription)
dataRequest
public void dataRequest(SystemObject object,
DataDescription dataDescription,
byte state)
- Specified by:
dataRequest
in interface ClientSenderInterface
- See Also:
ClientSenderInterface.dataRequest(SystemObject,DataDescription,byte)