Packagecom.pcbsys.nirvana.client
Classpublic class nStore
InheritancenStore Inheritance flash.events.EventDispatcher
Subclasses nChannel, nQueue

This is the base class of nChannel and nQueue, when ever a channel or queue is found it will be returned as this type. It can then be cast to its derived class by either comparing attributes.isChannel or attributes.isQueue



Public Methods
 MethodDefined By
  
Gets the attributes associated with this store
nStore
  
name():String
Gets the name of this store
nStore
Method Detail
attributes()method
public function attributes():nStoreAttributes

Gets the attributes associated with this store

Returns
nStoreAttributes — nStoreAttributes the attributes of this store
name()method 
public function name():String

Gets the name of this store

Returns
String — String specifying the name of this store