Packagecom.pcbsys.nirvana.client
Classpublic class nChannelPublishKeys
InheritancenChannelPublishKeys Inheritance Object

This class contains the information about a single channel key. It contains the name and the depth of the key.



Public Properties
 PropertyDefined By
  depth : int
[read-only] Returns the depth of the publish key
nChannelPublishKeys
  name : String
[read-only] Returns the name of the publish key
nChannelPublishKeys
Public Methods
 MethodDefined By
  
nChannelPublishKeys(name:String, depth:int)
Constructs a publish key object to be used in the channel creation
nChannelPublishKeys
Property Detail
depthproperty
depth:int  [read-only]

Returns the depth of the publish key


Implementation
    public function get depth():int
nameproperty 
name:String  [read-only]

Returns the name of the publish key


Implementation
    public function get name():String
Constructor Detail
nChannelPublishKeys()Constructor
public function nChannelPublishKeys(name:String, depth:int)

Constructs a publish key object to be used in the channel creation

Parameters
name:String — name of the key
 
depth:int — The number of unique values to keep in the channel