A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
nAckedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nAckedEvent to be dispatched
name() — method, class com.pcbsys.nirvana.client.nChannel
Gets the name of this channel
name — Property, class com.pcbsys.nirvana.client.nChannelAttributes
Gets the channel name
name — Property, class com.pcbsys.nirvana.client.nChannelPublishKeys
Returns the name of the publish key
name — Property, class com.pcbsys.nirvana.client.nDataStream
eturns the name of this stream
name — Property, class com.pcbsys.nirvana.client.nNamedObject
Returns the name of this client context
name() — method, class com.pcbsys.nirvana.client.nQueue
Gets the name of this queue
name — Property, class com.pcbsys.nirvana.client.nQueueAttributes
Gets the queue name
name() — method, class com.pcbsys.nirvana.client.nStore
Gets the name of this store
name — Property, class com.pcbsys.nirvana.client.event.nStoreDeletedEvent
Returns the name of deleted stream that the event found.
name — Property, class com.pcbsys.nirvana.client.p2p.nServiceInfo
Returns the name of the service.
nBaseNirvanaEvent — class, package com.pcbsys.nirvana.client.event
This class is the base class for all nirvana events that are dispatched when using EventDispatchers.
nBaseNirvanaEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nBaseNirvanaEvent
nBatchCompleteEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nBatchCompleteEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nBatchCompleteEvent
nBatchPublish — class, package
nBatchPublish(publish:Array, destinations:Array, pubToAll:Boolean) — Constructor, class nBatchPublish
nChannel — class, package 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 — class, package com.pcbsys.nirvana.client.error
This error is thrown if the channel already exists on the server
nChannelAlreadyExistsError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nChannelAlreadyExistsError
nChannelAttributes — class, package com.pcbsys.nirvana.client
This class is a container for the attributes necessary to create or locate a Nirvana channel
nChannelAttributes(channelAttributes:com.pcbsys.nirvana.client:nChannelAttributes) — Constructor, class com.pcbsys.nirvana.client.nChannelAttributes
Constructs from an instance of nChannelAttributes else just creates a new instance
nChannelConnectionListener — Interface, package 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 — class, package com.pcbsys.nirvana.client
This class contains the information about a single channel key.
nChannelPublishKeys(name:String, depth:int) — Constructor, class com.pcbsys.nirvana.client.nChannelPublishKeys
Constructs a publish key object to be used in the channel creation
nClusterNotReadyError — class, package com.pcbsys.nirvana.client.error
This error is thrown if the Cluster is not formed
nClusterNotReadyError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nClusterNotReadyError
nConflationAttributes — class, package com.pcbsys.nirvana.client
This class represents the conflation attributes that can be used when creating resources which allow conflation.
nConflationAttributes(interval::Long, action:int) — Constructor, class com.pcbsys.nirvana.client.nConflationAttributes
Creates a conflation attribute specifying the action as either drop or merge within the time interval specified
nConnectedEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nConnectedEvent(eventType:String) — Constructor, class com.pcbsys.nirvana.client.event.nConnectedEvent
nConnectedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nConnectedEvent to be dispatched
nConnectionListener — Interface, package 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 — class, package com.pcbsys.nirvana.client
This class represents a Nirvana event, which consists a tag and some data.
nConsumeEvent(tag:String, properties:com.pcbsys.nirvana.client:nEventProperties, data:flash.utils:ByteArray) — Constructor, class com.pcbsys.nirvana.client.nConsumeEvent
Constructs a new nConsumeEvent with the specified event properties and data.
nConsumeEventNullError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a null has been passed where a nConsumeEvent should be
nConsumeEventNullError() — Constructor, class com.pcbsys.nirvana.client.error.nConsumeEventNullError
nDataGroup — class, package com.pcbsys.nirvana.client
This class represents a individual data group object.
nDataGroupCreatedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nDataGroupCreatedEvent to be dispatched
nDataGroupDeletedError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a requested data group has been deleted
nDataGroupDeletedError(message:String) — Constructor, class com.pcbsys.nirvana.client.error.nDataGroupDeletedError
nDataGroupEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nDataGroupEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nDataGroupEvent
nDataGroupGetDefaultEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nDataGroupGetDefaultEvent to be dispatched
nDataGroupGetGroupsEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nDataGroupGetGroupsEvent to be dispatched
nDataGroupIsReadOnlyError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a requested data group is read only
nDataGroupIsReadOnlyError(message:String) — Constructor, class com.pcbsys.nirvana.client.error.nDataGroupIsReadOnlyError
nDataGroupIterator — class, package com.pcbsys.nirvana.client
Used to iterate through the nDataStreams contained within an nDataGroup
nDataGroupIterator(group:com.pcbsys.nirvana.client:nDataGroup) — Constructor, class com.pcbsys.nirvana.client.nDataGroupIterator
Constructs a new Iterator for the given nDataGroup
nDataGroupListener — Interface, package com.pcbsys.nirvana.client
The nDataGroupListener class is a Listener interface used to manage changes to membership of data groups
nDataGroupsCreatedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nDataGroupsCreatedEvent to be dispatched
nDataGroupsEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nDataGroupsEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nDataGroupsEvent
nDataStream — class, package com.pcbsys.nirvana.client
The nDataStream class is a single instance of a data stream.
nDataStreamListener — Interface, package com.pcbsys.nirvana.client
The nDataStreamListener class is used to receive events asynchronously from a data group
nDisconnectedError — class, package com.pcbsys.nirvana.client.error
This error is thrown if there is a event outstanding from the server when the connection has been lost
nDisconnectedError() — Constructor, class com.pcbsys.nirvana.client.error.nDisconnectedError
nDisconnectedEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nDisconnectedEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nDisconnectedEvent
nDisconnectedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nDisconnectedEvent to be dispatched
NEGATIVE_ONE — Static Property, class Long
nErrorEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nErrorEvent(eventType:String) — Constructor, class com.pcbsys.nirvana.client.event.nErrorEvent
nErrorEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nErrorEvent to be dispatched
nEventAttributes — class, package 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.
nEventAttributes() — Constructor, class com.pcbsys.nirvana.client.nEventAttributes
Generate a new nEventAttributes object
nEventListener — Interface, package 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 — class, package com.pcbsys.nirvana.client
This class is a helper class for the nEventListener class
nEventListenerHelper(eventCB:Function) — Constructor, class com.pcbsys.nirvana.client.nEventListenerHelper
This constructor takes a function that will be called every time a event is delivered to it.
nEventListenerNotSuppliedError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a nEventListener is not supplied but is required
nEventListenerNotSuppliedError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nEventListenerNotSuppliedError
nEventProperties — class, package 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.
nEventProperties(properties:com.pcbsys.nirvana.client:nEventProperties) — Constructor, class com.pcbsys.nirvana.client.nEventProperties
Default constructor
nEventService — class, package com.pcbsys.nirvana.client.p2p
This class implements the end point of an event based P2P connection.
newConnection(connectionId:String, subject:String, filter:String, protocol:String, subscriberName:String) — method, interface com.pcbsys.nirvana.client.nChannelConnectionListener
This method is called asynchronously when a new connection is added to the nirvana channel.
nExceededLimitError — class, package com.pcbsys.nirvana.client.error
This error is thrown if the number of events in the current transaction has exceeded the server configuration.
nExceededLimitError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nExceededLimitError
next() — method, class com.pcbsys.nirvana.client.nDataGroupIterator
Gets the next nDataStream contained within this nDataGroup
nFindResult — class, package com.pcbsys.nirvana.client
This class represents the results of the nSession.find(nChannelAttributes[]) call.
nFindResultEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nFindResultEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nFindResultEvent
nFindResultEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nFindResultEvent to be dispatched
nGetStoresEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nGetStoresEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nGetStoresEvent
nGetStoresEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nGetStoresEvent to be dispatched
nIllegalArgumentError — class, package com.pcbsys.nirvana.client.error
This error is thrown if an illegal argument is encountered
nIllegalArgumentError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nIllegalArgumentError
nIllegalEIDError — class, package com.pcbsys.nirvana.client.error
This error is thrown if an EID has been given outside of the bounds of the realm
nIllegalEIDError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nIllegalEIDError
nIllegalStateError — class, package com.pcbsys.nirvana.client.error
This error is thrown if an illegal state is encountered
nIllegalStateError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nIllegalStateError
nIOError — class, package com.pcbsys.nirvana.client.error
This error is thrown if there is a error with IO
nIOError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nIOError
nLastEIDEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nLastEIDEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nLastEIDEvent
nLastEIDEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nLastEIDEvents to be dispatched
nLastEIDEventString — Constant Static Property, class com.pcbsys.nirvana.client.nQueue
String used for nLastEIDEvent to be dispatched
nLastStoredEIDEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nLastStoredEIDEvent to be dispatched
nManyToManyBatchCompleteEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nManyToManyBatchCompleteEvent to be dispatched
nMessageActionEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nMessageActionEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nMessageActionEvent
nNameAlreadyBoundError — class, package 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.
nNameAlreadyBoundError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nNameAlreadyBoundError
nNamedObject — class, package com.pcbsys.nirvana.client
This class represents a client context on a RealmServer.
nNamedObjectCreatedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nNamedObjectCreatedEvent to be dispatched
nNamedObjectDeleteEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nNamedObjectDeleteEvent to be dispatched
nNamedObjectEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nNamedObjectEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nNamedObjectEvent
nNamedObjectEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nNamedObjectEvent to be dispatched
nNamedObjectRequestEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nNamedObjectRequestEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nNamedObjectRequestEvent
nNamedObjectsEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nNamedObjectsEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nNamedObjectsEvent
nNamedObjectsEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nNamedObjectsEvent to be dispatched
nNamedObjectUnbindEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nNamedObjectUnbindEvent to be dispatched
nNameDoesNotExistError — class, package 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.
nNameDoesNotExistError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nNameDoesNotExistError
nNamedPriorityListener — Interface, package 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 — class, package com.pcbsys.nirvana.client.error
This error is thrown if there is a conflict in the name space and the attempted operation failed
nNameSpaceConflictError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nNameSpaceConflictError
nOneToOneBatchCompleteEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nOneToOneBatchCompleteEvent to be dispatched
noOfEvents — Property, class com.pcbsys.nirvana.client.nQueueDetails
Retrieves the total number of events in this queue
noOfReaders — Property, class com.pcbsys.nirvana.client.nQueueDetails
Retrieves the total number of readers on this queue
nProtobufEvent — class, package com.pcbsys.nirvana.client
This class is a Protocol Buffer event.
nProtobufEvent(data:flash.utils:ByteArray, descriptionName:flash.utils:ByteArray, tag:String) — Constructor, class com.pcbsys.nirvana.client.nProtobufEvent
Constructs a new nProtocolBufferEvent
nProtobufEventFactory — class, package com.pcbsys.nirvana.client
This class is used to create nProtobufEvent's.
nPurgeEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nPurgeEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nPurgeEvent
nPurgeEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nPurgeEvent to be dispatched
nPurgeEventString — Constant Static Property, class com.pcbsys.nirvana.client.nQueue
String used for nPurgeEvent to be dispatched
nQueue — class, package 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 — class, package com.pcbsys.nirvana.client.error
This error is thrown if there is already an outstanding asynchronousReader request
nQueueAsynchronousReaderOutstandingError() — Constructor, class com.pcbsys.nirvana.client.error.nQueueAsynchronousReaderOutstandingError
nQueueAsynchronousTransactionalReader — class, package com.pcbsys.nirvana.client
This class extends the asynchronous queue model by adding the transactional ability to the reader.
nQueueAttributes — class, package com.pcbsys.nirvana.client
This class is a container for the attributes necessary to create or locate a Nirvana queue
nQueueAttributes(queueAttributes:com.pcbsys.nirvana.client:nQueueAttributes) — Constructor, class com.pcbsys.nirvana.client.nQueueAttributes
Constructs from an instance of nQueueAttributes else just creates a new instance
nQueueDetails — class, package com.pcbsys.nirvana.client
Container class, containing statistics on the queue
nQueueDetailsEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nQueueDetailsEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nQueueDetailsEvent
nQueueDetailsEventString — Constant Static Property, class com.pcbsys.nirvana.client.nQueue
String used for nQueueDetailsEvent to be dispatched
nQueueReader — class, package com.pcbsys.nirvana.client
This class is the base class for all Queue Readers and provides a generic reader interface.
nQueueReaderClosedError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a function requiring a queue reader is called when the reader is closed
nQueueReaderClosedError() — Constructor, class com.pcbsys.nirvana.client.error.nQueueReaderClosedError
nQueueReaderContext — class, package com.pcbsys.nirvana.client
This class is used to construct a Queue Reader.
nQueueReaderContext(eventListener:com.pcbsys.nirvana.client:nEventListener, selector:String, windowSize::Long, timeout:Number, maintainPriority:Boolean) — Constructor, class com.pcbsys.nirvana.client.nQueueReaderContext
This constructor supports an asynchronous queue reader, if applied to a synchronous queue reader the listener is ignored.
nQueueReaderContextNullError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a Null nQueueReaderContext is provided
nQueueReaderContextNullError() — Constructor, class com.pcbsys.nirvana.client.error.nQueueReaderContextNullError
nQueueReaderEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nQueueReaderEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nQueueReaderEvent
nQueueReaderEventString — Constant Static Property, class com.pcbsys.nirvana.client.nQueue
String used for nQueueReaderEvent to be dispatched
nQueueSizeEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nQueueSizeEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nQueueSizeEvent
nQueueSizeEventString — Constant Static Property, class com.pcbsys.nirvana.client.nQueue
String used for nQueueSizeEvent to be dispatched
nRealmConnectionFailedError — class, package 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
nRealmConnectionFailedError(msg:String, error:flash.events:ErrorEvent) — Constructor, class com.pcbsys.nirvana.client.error.nRealmConnectionFailedError
nRealmNotFoundError — class, package com.pcbsys.nirvana.client.error
This error is thrown if the specified realm was not found on the server.
nRealmNotFoundError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nRealmNotFoundError
nRealmUnreachableError — class, package com.pcbsys.nirvana.client.error
This error is thrown if flex was unable to reach the specified realm.
nRealmUnreachableError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nRealmUnreachableError
nReconnectedEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nReconnectedEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nReconnectedEvent
nReconnectedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nReconnectedEvent to be dispatched
nRegisteredEvent — class, package 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 — Interface, package 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 — Interface, package 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 — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nRemovedSubscriberEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nRemovedSubscriberEvent
nRemovedSubscriberEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nRemovedSubscriberEvent to be dispatched
nSecurityError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a security exception has been thrown by the server
nSecurityError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nSecurityError
nSecurityEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nSecurityEvent to be dispatched
nSelectorParserError — class, package com.pcbsys.nirvana.client.error
This error is thrown if the supplied message filter string failed to be parsed.
nSelectorParserError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nSelectorParserError
nService — class, package com.pcbsys.nirvana.client.p2p
nServiceConnectionAlreadyInProgressError — class, package com.pcbsys.nirvana.client.error
This error is thrown if multiple connectToService is called before the one in progress has finished
nServiceConnectionAlreadyInProgressError() — Constructor, class com.pcbsys.nirvana.client.error.nServiceConnectionAlreadyInProgressError
nServiceFactory — class, package com.pcbsys.nirvana.client.p2p
A ServiceFactory is used to create both client and server services.
nServiceFactory(session:com.pcbsys.nirvana.client:nSession, connectedCB:Function) — Constructor, class com.pcbsys.nirvana.client.p2p.nServiceFactory
Construct a P2P Service Factory re-using an existing nSession object
nServiceInfo — class, package com.pcbsys.nirvana.client.p2p
nServiceStateListener — Interface, package 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 — class, package com.pcbsys.nirvana.client
This class represents a Nirvana session, the logical connection between the client API and the Nirvana realm.
nSessionAlreadyInitialisedError — class, package 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.
nSessionAlreadyInitialisedError() — Constructor, class com.pcbsys.nirvana.client.error.nSessionAlreadyInitialisedError
nSessionAttributes — class, package com.pcbsys.nirvana.client
This class is a container for the attributes necessary to create a Nirvana session.
nSessionAttributes(url:String, initialConnectionRetry:int) — Constructor, class com.pcbsys.nirvana.client.nSessionAttributes
Constructor for nSessionAttributes
nSessionAttributesNullError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a null nSessionAttributes is supplied
nSessionAttributesNullError() — Constructor, class com.pcbsys.nirvana.client.error.nSessionAttributesNullError
nSessionFactory — class, package com.pcbsys.nirvana.client
This class is used with a nSessionAttributes object to create a Nirvana session.
nSessionNotConnectedError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a nSession has not been initiated but is required to complete some functionality.
nSessionNotConnectedError() — Constructor, class com.pcbsys.nirvana.client.error.nSessionNotConnectedError
nSessionNotInitialisedError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a nSession has not been initialised on this session.
nSessionNotInitialisedError() — Constructor, class com.pcbsys.nirvana.client.error.nSessionNotInitialisedError
nSessionUsernameNullError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a null username is supplied
nSessionUsernameNullError() — Constructor, class com.pcbsys.nirvana.client.error.nSessionUsernameNullError
nStore — class, package 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 — class, package com.pcbsys.nirvana.client.error
This error is thrown if the user has tried to subscribe to the channel more than once.
nStoreAlreadySubscribedError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nStoreAlreadySubscribedError
nStoreAttributes — class, package 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.
nStoreCreatedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nStoreCreatedEvent to be dispatched
nStoreDeletedEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nStoreDeletedEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nStoreDeletedEvent
nStoreDeletedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nStoreDeletedEvent to be dispatched
nStoreEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nStoreEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nStoreEvent
nStoreFoundEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nStoreFoundEvent to be dispatched
nStoreNotFoundError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a channel cannot be found from the realm
nStoreNotFoundError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nStoreNotFoundError
nStoreNullError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a null has been substituted for a nChannelAttribute or a nQueueAttribute
nStoreNullError() — Constructor, class com.pcbsys.nirvana.client.error.nStoreNullError
nStreamNotADataGroupError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a given stream is not of Data Group Type
nStreamNotADataGroupError(message:String) — Constructor, class com.pcbsys.nirvana.client.error.nStreamNotADataGroupError
nSubscribedEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nSubscribedEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nSubscribedEvent
nSubscribedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nChannel
String used for nSubscribedEvent to be dispatched
nSubscribeResultEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nSubscribeResultEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nSubscribeResultEvent
nSubscribeResultEventString — Constant Static Property, class com.pcbsys.nirvana.client.nSession
String used for nSubscribeResultEvent to be dispatched
nSubscriptionAttributes — class, package com.pcbsys.nirvana.client
This class represents the attributes used for channel subscriptions.
nSubscriptionAttributes(name:String, eid::Long, eventCallback:com.pcbsys.nirvana.client:nEventListener, selector:String) — Constructor, class com.pcbsys.nirvana.client.nSubscriptionAttributes
Constructor for setting up the attributes for a subscription to a channel
nTransaction — class, package com.pcbsys.nirvana.client
This class enables the client to perform transactional publishing, representing a nirvana transaction
nTransaction(attributes:com.pcbsys.nirvana.client:nTransactionAttributes, transactionCB:Function, oldTXId::Long) — Constructor, class com.pcbsys.nirvana.client.nTransaction
nTransactionAbortedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nTransaction
String is used for nTransactionAbortedEvent dispatching
nTransactionAlreadyAbortedError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a transaction has already been aborted but it is attempted again
nTransactionAlreadyAbortedError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nTransactionAlreadyAbortedError
nTransactionAlreadyCommittedError — class, package com.pcbsys.nirvana.client.error
This function is thrown if a transaction is attempted to be committed and a committ is tried agian
nTransactionAlreadyCommittedError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nTransactionAlreadyCommittedError
nTransactionAttributes — class, package com.pcbsys.nirvana.client
This class is a container for the attributes necessary to create a Nirvana transaction
nTransactionAttributes(store:com.pcbsys.nirvana.client:nStore, timeToLive:Number) — Constructor, class com.pcbsys.nirvana.client.nTransactionAttributes
Constructs an nTransactionAttributes object associated with the channel specified.
nTransactionCommittedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nTransaction
String is used for nTransactionCommittedEvent dispatching
nTransactionError — class, package com.pcbsys.nirvana.client.error
This is the base class that several errors reference see the derived class for more information
nTransactionError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nTransactionError
nTransactionEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nTransactionEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nTransactionEvent
nTransactionEventString — Constant Static Property, class com.pcbsys.nirvana.client.nTransaction
String is used for nTransactionEvent dispatching
nTransactionFactory — class, package com.pcbsys.nirvana.client
This class is used with a nTransactionAttributes object to create a Nirvana transaction.
nTransactionFailedCommitError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a transaction fails to commit
nTransactionFailedCommitError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nTransactionFailedCommitError
nTransactionFailedEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nTransactionFailedEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nTransactionFailedEvent
nTransactionFailedEventString — Constant Static Property, class com.pcbsys.nirvana.client.nTransaction
String is used for nTransactionFailedEvent dispatching
nTransactionFailedRollbackError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a Rollback fails to complete
nTransactionFailedRollbackError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nTransactionFailedRollbackError
nTransactionIncompleteError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a operation is attempted that requires a transaction be constructed with the server first
nTransactionIncompleteError() — Constructor, class com.pcbsys.nirvana.client.error.nTransactionIncompleteError
nTransactionNoEventsError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a publish is attempt when there is no events to publish
nTransactionNoEventsError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nTransactionNoEventsError
nTransactionNoSuchTXIDError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a given transaction ID does not exist
nTransactionNoSuchTXIDError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nTransactionNoSuchTXIDError
nTransactionNotCommittedError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a function requiring a commit is called before a commit is undertaken
nTransactionNotCommittedError() — Constructor, class com.pcbsys.nirvana.client.error.nTransactionNotCommittedError
nTransactionNotStartedError — class, package 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
nTransactionNotStartedError() — Constructor, class com.pcbsys.nirvana.client.error.nTransactionNotStartedError
nTransactionStatusEvent — class, package com.pcbsys.nirvana.client.event
This class will be used by event dispatchers when events are required
nTransactionStatusEvent(type:String) — Constructor, class com.pcbsys.nirvana.client.event.nTransactionStatusEvent
nTransactionTimeoutExceedsServersError — class, package com.pcbsys.nirvana.client.error
This error is thrown if the given timeout exceeds the servers maximum timeout
nTransactionTimeoutExceedsServersError() — Constructor, class com.pcbsys.nirvana.client.error.nTransactionTimeoutExceedsServersError
numberOfConnections() — method, class com.pcbsys.nirvana.client.nSessionAttributes
Returns the number of protocols used by this nSession
nUnknownRemoteRealmError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a remote realm is unreachable
nUnknownRemoteRealmError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nUnknownRemoteRealmError
nUnsupportedProtocolError — class, package com.pcbsys.nirvana.client.error
This error is thrown if a unsupported network protocol is entered
nUnsupportedProtocolError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nUnsupportedProtocolError
nUserNotSubscribedError — class, package com.pcbsys.nirvana.client.error
This error is thrown if the user is not currently subscribed to the channel
nUserNotSubscribedError(msg:String) — Constructor, class com.pcbsys.nirvana.client.error.nUserNotSubscribedError
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z