Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
Long | The Long implementation for flex to support 64 bit Integers | ||
LongHashMap | com.pcbsys.nirvana.base | ||
nBaseNirvanaEvent | com.pcbsys.nirvana.client.event | This class is the base class for all nirvana events that are dispatched when using EventDispatchers. | |
nBatchCompleteEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nBatchPublish | |||
nChannel | com.pcbsys.nirvana.client | This class is a Nirvana channel, offering the Nirvana channel related services it can only be made by calling the appropriate method in nSession | |
nChannelAlreadyExistsError | com.pcbsys.nirvana.client.error | This error is thrown if the channel already exists on the server | |
nChannelAttributes | com.pcbsys.nirvana.client | This class is a container for the attributes necessary to create or locate a Nirvana channel | |
nChannelConnectionListener | com.pcbsys.nirvana.client | This interface should be implemented by classes wishing to register to receive callbacks when connections are added or removed to a nirvana channel | |
nChannelPublishKeys | com.pcbsys.nirvana.client | This class contains the information about a single channel key. | |
nClusterNotReadyError | com.pcbsys.nirvana.client.error | This error is thrown if the Cluster is not formed | |
nConflationAttributes | com.pcbsys.nirvana.client | This class represents the conflation attributes that can be used when creating resources which allow conflation. | |
nConnectedEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nConnectionListener | com.pcbsys.nirvana.client | This interface should be implemented by any object that wishes to handle disconnects and reconnects with the Nirvana server/s | |
nConsumeEvent | com.pcbsys.nirvana.client | This class represents a Nirvana event, which consists a tag and some data. | |
nConsumeEventNullError | com.pcbsys.nirvana.client.error | This error is thrown if a null has been passed where a nConsumeEvent should be | |
nDataGroup | com.pcbsys.nirvana.client | This class represents a individual data group object. | |
nDataGroupDeletedError | com.pcbsys.nirvana.client.error | This error is thrown if a requested data group has been deleted | |
nDataGroupEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nDataGroupIsReadOnlyError | com.pcbsys.nirvana.client.error | This error is thrown if a requested data group is read only | |
nDataGroupIterator | com.pcbsys.nirvana.client | Used to iterate through the nDataStreams contained within an nDataGroup | |
nDataGroupListener | com.pcbsys.nirvana.client | The nDataGroupListener class is a Listener interface used to manage changes to membership of data groups | |
nDataGroupsEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nDataStream | com.pcbsys.nirvana.client | The nDataStream class is a single instance of a data stream. | |
nDataStreamListener | com.pcbsys.nirvana.client | The nDataStreamListener class is used to receive events asynchronously from a data group | |
nDisconnectedError | com.pcbsys.nirvana.client.error | This error is thrown if there is a event outstanding from the server when the connection has been lost | |
nDisconnectedEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nErrorEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nEventAttributes | com.pcbsys.nirvana.client | The nEventAttributes class is used by the nConsumeEvent object in order to store standard header values associated with nirvana client, p2p and JMS events. | |
nEventListener | com.pcbsys.nirvana.client | This interface should be implemented by any object that wishes to register itself as a subscriber to a nirvana channel or queue | |
nEventListenerHelper | com.pcbsys.nirvana.client | This class is a helper class for the nEventListener class | |
nEventListenerNotSuppliedError | com.pcbsys.nirvana.client.error | This error is thrown if a nEventListener is not supplied but is required | |
nEventProperties | com.pcbsys.nirvana.client | This class contains a collection of key-value pairs, defining event meta data which can be used to create filter rules. | |
nEventService | com.pcbsys.nirvana.client.p2p | This class implements the end point of an event based P2P connection. | |
nExceededLimitError | com.pcbsys.nirvana.client.error | This error is thrown if the number of events in the current transaction has exceeded the server configuration. | |
nFindResult | com.pcbsys.nirvana.client | This class represents the results of the nSession.find(nChannelAttributes[]) call. | |
nFindResultEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nGetStoresEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nIllegalArgumentError | com.pcbsys.nirvana.client.error | This error is thrown if an illegal argument is encountered | |
nIllegalEIDError | com.pcbsys.nirvana.client.error | This error is thrown if an EID has been given outside of the bounds of the realm | |
nIllegalStateError | com.pcbsys.nirvana.client.error | This error is thrown if an illegal state is encountered | |
nIOError | com.pcbsys.nirvana.client.error | This error is thrown if there is a error with IO | |
nLastEIDEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nMessageActionEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nNameAlreadyBoundError | com.pcbsys.nirvana.client.error | This error is thrown if a user attempts to create a named client context on a channel or queue that is already in use. | |
nNamedObject | com.pcbsys.nirvana.client | This class represents a client context on a RealmServer. | |
nNamedObjectEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nNamedObjectRequestEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nNamedObjectsEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nNameDoesNotExistError | com.pcbsys.nirvana.client.error | This error is thrown if a user attempts to delete a named client context on a channel or queue that does not exist. | |
nNamedPriorityListener | com.pcbsys.nirvana.client | This interface should be implemented by any object that requires a callback when the subscription to a channel with a named object and priority enabled reaches the top. | |
nNameSpaceConflictError | com.pcbsys.nirvana.client.error | This error is thrown if there is a conflict in the name space and the attempted operation failed | |
nProtobufEvent | com.pcbsys.nirvana.client | This class is a Protocol Buffer event. | |
nProtobufEventFactory | com.pcbsys.nirvana.client | This class is used to create nProtobufEvent's. | |
nPurgeEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nQueue | com.pcbsys.nirvana.client | This class is a Nirvana queue, offering the Nirvana queue related services it can only be made by calling the appropriate method in nSession | |
nQueueAsynchronousReaderOutstandingError | com.pcbsys.nirvana.client.error | This error is thrown if there is already an outstanding asynchronousReader request | |
nQueueAsynchronousTransactionalReader | com.pcbsys.nirvana.client | This class extends the asynchronous queue model by adding the transactional ability to the reader. | |
nQueueAttributes | com.pcbsys.nirvana.client | This class is a container for the attributes necessary to create or locate a Nirvana queue | |
nQueueDetails | com.pcbsys.nirvana.client | Container class, containing statistics on the queue | |
nQueueDetailsEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nQueueReader | com.pcbsys.nirvana.client | This class is the base class for all Queue Readers and provides a generic reader interface. | |
nQueueReaderClosedError | com.pcbsys.nirvana.client.error | This error is thrown if a function requiring a queue reader is called when the reader is closed | |
nQueueReaderContext | com.pcbsys.nirvana.client | This class is used to construct a Queue Reader. | |
nQueueReaderContextNullError | com.pcbsys.nirvana.client.error | This error is thrown if a Null nQueueReaderContext is provided | |
nQueueReaderEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nQueueSizeEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nRealmConnectionFailedError | com.pcbsys.nirvana.client.error | This error is thrown if a realm connection cannot be made after a predetermined amount of times on initial connection | |
nRealmNotFoundError | com.pcbsys.nirvana.client.error | This error is thrown if the specified realm was not found on the server. | |
nRealmUnreachableError | com.pcbsys.nirvana.client.error | This error is thrown if flex was unable to reach the specified realm. | |
nReconnectedEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nRegisteredEvent | com.pcbsys.nirvana.client | This class enables a client to maintain a copy of an event, make changes to the properties and then when commit is called only the changes are published to the server. | |
nRegisteredEventListener | com.pcbsys.nirvana.client | This interface should be implemented by any object that wishes to register itself as an asynchronous subscriber and receive update events and complete merged events from a registered event Depreciated as of Version 6.0, use a standard nEventProperties merge if you wish to have complete messages. | |
nRegisteredEventUpdateListener | com.pcbsys.nirvana.client | This interface should be implemented by any object that wishes to register itself as an asynchronous subscriber and only receive update events only from a registered event Depreciated as of Version 6.0, use a standard nEventProperties merge if you wish to have complete messages. | |
nRemovedSubscriberEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nSecurityError | com.pcbsys.nirvana.client.error | This error is thrown if a security exception has been thrown by the server | |
nSelectorParserError | com.pcbsys.nirvana.client.error | This error is thrown if the supplied message filter string failed to be parsed. | |
nService | com.pcbsys.nirvana.client.p2p | ||
nServiceConnectionAlreadyInProgressError | com.pcbsys.nirvana.client.error | This error is thrown if multiple connectToService is called before the one in progress has finished | |
nServiceFactory | com.pcbsys.nirvana.client.p2p | A ServiceFactory is used to create both client and server services. | |
nServiceInfo | com.pcbsys.nirvana.client.p2p | ||
nServiceStateListener | com.pcbsys.nirvana.client.p2p | This interface should be implemented by objects that require notification when nService objects become disconnected and reconnected to the realm server. | |
nSession | com.pcbsys.nirvana.client | This class represents a Nirvana session, the logical connection between the client API and the Nirvana realm. | |
nSessionAlreadyInitialisedError | com.pcbsys.nirvana.client.error | This error is thrown if a variable set during initialisation is attempted to be set after a session is initialised. | |
nSessionAttributes | com.pcbsys.nirvana.client | This class is a container for the attributes necessary to create a Nirvana session. | |
nSessionAttributesNullError | com.pcbsys.nirvana.client.error | This error is thrown if a null nSessionAttributes is supplied | |
nSessionFactory | com.pcbsys.nirvana.client | This class is used with a nSessionAttributes object to create a Nirvana session. | |
nSessionNotConnectedError | com.pcbsys.nirvana.client.error | This error is thrown if a nSession has not been initiated but is required to complete some functionality. | |
nSessionNotInitialisedError | com.pcbsys.nirvana.client.error | This error is thrown if a nSession has not been initialised on this session. | |
nSessionUsernameNullError | com.pcbsys.nirvana.client.error | This error is thrown if a null username is supplied | |
nStore | com.pcbsys.nirvana.client | This is the base class of nChannel and nQueue, when ever a channel or queue is found it will be returned as this type. | |
nStoreAlreadySubscribedError | com.pcbsys.nirvana.client.error | This error is thrown if the user has tried to subscribe to the channel more than once. | |
nStoreAttributes | com.pcbsys.nirvana.client | 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. | |
nStoreDeletedEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nStoreEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nStoreNotFoundError | com.pcbsys.nirvana.client.error | This error is thrown if a channel cannot be found from the realm | |
nStoreNullError | com.pcbsys.nirvana.client.error | This error is thrown if a null has been substituted for a nChannelAttribute or a nQueueAttribute | |
nStreamNotADataGroupError | com.pcbsys.nirvana.client.error | This error is thrown if a given stream is not of Data Group Type | |
nSubscribedEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nSubscribeResultEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nSubscriptionAttributes | com.pcbsys.nirvana.client | This class represents the attributes used for channel subscriptions. | |
nTransaction | com.pcbsys.nirvana.client | This class enables the client to perform transactional publishing, representing a nirvana transaction | |
nTransactionAlreadyAbortedError | com.pcbsys.nirvana.client.error | This error is thrown if a transaction has already been aborted but it is attempted again | |
nTransactionAlreadyCommittedError | com.pcbsys.nirvana.client.error | This function is thrown if a transaction is attempted to be committed and a committ is tried agian | |
nTransactionAttributes | com.pcbsys.nirvana.client | This class is a container for the attributes necessary to create a Nirvana transaction | |
nTransactionError | com.pcbsys.nirvana.client.error | This is the base class that several errors reference see the derived class for more information | |
nTransactionEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nTransactionFactory | com.pcbsys.nirvana.client | This class is used with a nTransactionAttributes object to create a Nirvana transaction. | |
nTransactionFailedCommitError | com.pcbsys.nirvana.client.error | This error is thrown if a transaction fails to commit | |
nTransactionFailedEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nTransactionFailedRollbackError | com.pcbsys.nirvana.client.error | This error is thrown if a Rollback fails to complete | |
nTransactionIncompleteError | com.pcbsys.nirvana.client.error | This error is thrown if a operation is attempted that requires a transaction be constructed with the server first | |
nTransactionNoEventsError | com.pcbsys.nirvana.client.error | This error is thrown if a publish is attempt when there is no events to publish | |
nTransactionNoSuchTXIDError | com.pcbsys.nirvana.client.error | This error is thrown if a given transaction ID does not exist | |
nTransactionNotCommittedError | com.pcbsys.nirvana.client.error | This error is thrown if a function requiring a commit is called before a commit is undertaken | |
nTransactionNotStartedError | com.pcbsys.nirvana.client.error | This error is thrown if a function requiring a transaction to be started is called before a transaction is started | |
nTransactionStatusEvent | com.pcbsys.nirvana.client.event | This class will be used by event dispatchers when events are required | |
nTransactionTimeoutExceedsServersError | com.pcbsys.nirvana.client.error | This error is thrown if the given timeout exceeds the servers maximum timeout | |
nUnknownRemoteRealmError | com.pcbsys.nirvana.client.error | This error is thrown if a remote realm is unreachable | |
nUnsupportedProtocolError | com.pcbsys.nirvana.client.error | This error is thrown if a unsupported network protocol is entered | |
nUserNotSubscribedError | com.pcbsys.nirvana.client.error | This error is thrown if the user is not currently subscribed to the channel |