Packagecom.pcbsys.nirvana.client
Classpublic class nStoreAttributes
InheritancenStoreAttributes Inheritance Object
Subclasses nChannelAttributes, nQueueAttributes

This is the base class of nChannelAttributes and nQueueAttributes, it will be returned in most cases from the server it can then be cast to its derived classes To check which type it is call isChannel or isQueue to find out.



Public Methods
 MethodDefined By
  
isChannel():Boolean
Checks if this nStoreAttribute is a channel
nStoreAttributes
  
isQueue():Boolean
Checks if this nStoreAttribute is a queue
nStoreAttributes
Method Detail
isChannel()method
public function isChannel():Boolean

Checks if this nStoreAttribute is a channel

Returns
Boolean — true if this attribute is a channel
isQueue()method 
public function isQueue():Boolean

Checks if this nStoreAttribute is a queue

Returns
Boolean — true if this attribute is a queue