Package | com.pcbsys.nirvana.client |
Class | public class nNamedObject |
Inheritance | nNamedObject Object |
Public Properties
Property | Defined By | ||
---|---|---|---|
EID : Long [read-only]
Returns the current event ID that this named context is bound to
| nNamedObject | ||
isClusterWide : Boolean [read-only]
Does this named object exist across the cluster
| nNamedObject | ||
isPersistent : Boolean [read-only]
Will this named object be restored after the Realm Server has been restarted
| nNamedObject | ||
isPriorityEnabled : Boolean [read-only]
If set the named object will queue multiple subscription such that the first subscriber will receive all events until
it either disconnects or deletes the subscription, at which time, the next subscription request will start to
receive events. | nNamedObject | ||
name : String [read-only]
Returns the name of this client context
| nNamedObject |
Property Detail
EID | property |
EID:Long
[read-only] Returns the current event ID that this named context is bound to
Implementation
public function get EID():Long
isClusterWide | property |
isClusterWide:Boolean
[read-only] Does this named object exist across the cluster
Implementation
public function get isClusterWide():Boolean
isPersistent | property |
isPersistent:Boolean
[read-only] Will this named object be restored after the Realm Server has been restarted
Implementation
public function get isPersistent():Boolean
isPriorityEnabled | property |
isPriorityEnabled:Boolean
[read-only] If set the named object will queue multiple subscription such that the first subscriber will receive all events until it either disconnects or deletes the subscription, at which time, the next subscription request will start to receive events.
Implementation
public function get isPriorityEnabled():Boolean
name | property |
name:String
[read-only] Returns the name of this client context
Implementation
public function get name():String