Package | com.pcbsys.nirvana.client |
Class | public class nQueueReader |
Inheritance | nQueueReader Object |
Public Properties
Property | Defined By | ||
---|---|---|---|
eventsConsumed : Boolean [read-only]
Method to see whether the reader has consumed any events. | nQueueReader | ||
isClosed : Boolean [read-only]
When a reader is closed, the physical subscription is closed at the server. | nQueueReader | ||
isClosedLocally : Boolean [read-only]
A reader can be closed, but the physical subscription queue is not closed at the server. | nQueueReader |
Property Detail
eventsConsumed | property |
eventsConsumed:Boolean
[read-only] Method to see whether the reader has consumed any events. For transactional readers, this is reset every time commit or rollback is called.
Implementation
public function get eventsConsumed():Boolean
isClosed | property |
isClosed:Boolean
[read-only] When a reader is closed, the physical subscription is closed at the server. For Transactional readers, a close will rollback to the last committed event.
Implementation
public function get isClosed():Boolean
isClosedLocally | property |
isClosedLocally:Boolean
[read-only] A reader can be closed, but the physical subscription queue is not closed at the server. For Transactional readers, a local close will not rollback to the last committed event.
Implementation
public function get isClosedLocally():Boolean