Packagecom.pcbsys.nirvana.client
Classpublic class nNamedObject
InheritancenNamedObject Inheritance Object

This class represents a client context on a RealmServer. In as much as that if a client session is closed and sometime later a new client session is created by referencing this named object the client can resume where they were



Public Properties
 PropertyDefined 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
EIDproperty
EID:Long  [read-only]

Returns the current event ID that this named context is bound to


Implementation
    public function get EID():Long
isClusterWideproperty 
isClusterWide:Boolean  [read-only]

Does this named object exist across the cluster


Implementation
    public function get isClusterWide():Boolean
isPersistentproperty 
isPersistent:Boolean  [read-only]

Will this named object be restored after the Realm Server has been restarted


Implementation
    public function get isPersistent():Boolean
isPriorityEnabledproperty 
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
nameproperty 
name:String  [read-only]

Returns the name of this client context


Implementation
    public function get name():String