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  
changeSize — Property, class com.pcbsys.nirvana.client.nRegisteredEvent
Returns the number of changes made since the last commitChanges was called
channel — Property, class com.pcbsys.nirvana.client.nFindResult
If isChannel(), or !isQueue() this method will return the nChannel object found
channel — Property, class com.pcbsys.nirvana.client.nSubscriptionAttributes
Returns the valid nChannel object resulting from the subscription request
channelAttributes() — method, class com.pcbsys.nirvana.client.nChannel
This method returns the channel attributes associated with this instance
channelMultiplexing — Property, class com.pcbsys.nirvana.client.nSession
Returns true if channel multiplexing has been enabled
channelName — Property, class com.pcbsys.nirvana.client.nConsumeEvent
This function will return the name of the channel that the event was delivered from.
channelName — Property, class com.pcbsys.nirvana.client.nSubscriptionAttributes
Return the name of the channel
clear() — method, class com.pcbsys.nirvana.base.LongHashMap
clearBit(value:uint) — method, class Long
Clears the bit at a given location in the long
client — Property, class com.pcbsys.nirvana.client.p2p.nServiceInfo
Returns the whether or not the p2p service is a client
close() — method, class com.pcbsys.nirvana.client.nSession
Closes this session, disconnecting from the server
close(session:com.pcbsys.nirvana.client:nSession) — Static Method , class com.pcbsys.nirvana.client.nSessionFactory
Closes a Nirvana session
close() — method, class com.pcbsys.nirvana.client.p2p.nEventService
Closes the service and informs the remote service that it has been closed.
close() — method, class com.pcbsys.nirvana.client.p2p.nService
Closes the service and informs the remote service that it has been closed.
close() — method, class com.pcbsys.nirvana.client.p2p.nServiceFactory
Closes all currently opened services and disconnects from the realm.
closed — Property, class com.pcbsys.nirvana.client.nDataGroup
Returns whether or not this Data group is closed
closeInt(noWait:Boolean) — method, class com.pcbsys.nirvana.client.nSession
commit(eventId::Long) — method, class com.pcbsys.nirvana.client.nQueueAsynchronousTransactionalReader
Commits all events up to the event id specified.
commit(delay:Number) — method, class com.pcbsys.nirvana.client.nTransaction
Commits the transaction id associated to this channel on the server.
commitChanges(transactionalCommittedCB:Function, replace:Boolean) — method, class com.pcbsys.nirvana.client.nRegisteredEvent
Writes all changes to the server and resets any internal counts, timers and copies
compareTo(value::Long) — method, class Long
Compares this instance to the passed in instance, equals zero if they are the same.
— package
com.pcbsys.nirvana.base — package
— package
com.pcbsys.nirvana.client — package
com.pcbsys.nirvana.client.error — package
com.pcbsys.nirvana.client.event — package
com.pcbsys.nirvana.client.p2p — package
connectionError — Property, class com.pcbsys.nirvana.client.error.nRealmConnectionFailedError
Returns the ErrorEvent Raised by the attempted connection to the realm
connectionList() — method, class com.pcbsys.nirvana.client.nSession
Returns a comma separated list of RNAMEs which can be used to access the realm or cluster namespace.
connectToService(serviceInfo:com.pcbsys.nirvana.client.p2p:nServiceInfo, listener:com.pcbsys.nirvana.client:nEventListener, connectToServiceCB:Function, timeout:Number) — method, class com.pcbsys.nirvana.client.p2p.nServiceFactory
Connects to the given service defined in the nServiceInfo and will wait for the timeout specified for the remote service to respond
contains(stream:String) — method, class com.pcbsys.nirvana.client.nDataGroup
Checks if the stream id exists in this group
contains(key:String) — method, class com.pcbsys.nirvana.client.nEventProperties
Returns true if the key is contained within the dictionary
containsStream(stream:com.pcbsys.nirvana.client:nDataStream) — method, class com.pcbsys.nirvana.client.nDataGroup
Checks if the stream id exists in this group
correlationId — Property, class com.pcbsys.nirvana.client.nEventAttributes
Obtain the correlation id allocated to the event (JMS specific)
create(data:flash.utils:ByteArray, type:flash.utils:ByteArray, tag:String, TTL::Long, isPersistent:Boolean) — Static Method , class com.pcbsys.nirvana.client.nProtobufEventFactory
Creates an nProtobufEvent object based on the parameters supplied
create(attributes:com.pcbsys.nirvana.client:nSessionAttributes, userName:String, appName:String, errorCB:Function) — Static Method , class com.pcbsys.nirvana.client.nSessionFactory
Creates an nSession object (Nirvana session) based on the nSessionAttributes object and the specified reconnect handler.
create(attributes:com.pcbsys.nirvana.client:nTransactionAttributes, transactionCB:Function, oldTXId::Long) — Static Method , class com.pcbsys.nirvana.client.nTransactionFactory
Creates an nTransaction object (Nirvana transaction) based on the nTransactionAttributes object supplied
createAsynchronousReader(context:com.pcbsys.nirvana.client:nQueueReaderContext, asynchronousReaderCB:Function) — method, class com.pcbsys.nirvana.client.nQueue
Creates an Asynchronous queue reader.
createAsynchronousTransactionalReader(context:com.pcbsys.nirvana.client:nQueueReaderContext, asynchronousTransactionalReaderCB:Function) — method, class com.pcbsys.nirvana.client.nQueue
Creates an Asynchronous Transactional queue reader.
createDataGroup(dataGroupName:String, callback:Function, listener:com.pcbsys.nirvana.client:nDataGroupListener, conflationAttributes:com.pcbsys.nirvana.client:nConflationAttributes) — method, class com.pcbsys.nirvana.client.nSession
Create a new data group on the server
createDataGroups(dataGroupNames:Array, callback:Function, conflationAttributes:com.pcbsys.nirvana.client:nConflationAttributes) — method, class com.pcbsys.nirvana.client.nSession
Create a new data group on the server
createdGroup(group:com.pcbsys.nirvana.client:nDataGroup) — method, interface com.pcbsys.nirvana.client.nDataGroupListener
Called when a group has been created
createMultiplexed(session:com.pcbsys.nirvana.client:nSession, newSessionCallback:Function, errorCB:Function, username:String) — Static Method , class com.pcbsys.nirvana.client.nSessionFactory
Enable another session to be constructed that shares the physical connection with the nSession being passed.
createMultiplexedWithAttributes(sessionAttributes:com.pcbsys.nirvana.client:nSessionAttributes, newSessionCallback:Function, userName:String, appName:String, errorCB:Function) — Static Method , class com.pcbsys.nirvana.client.nSessionFactory
Create a multiplexed session with the given session attributes, and call new SessionCallback upon creation
createNamedObject(createNamedObjectCB:Function, name:String, startEID::Long, persist:Boolean, clusterWide:Boolean, enablePriority:Boolean) — method, class com.pcbsys.nirvana.client.nChannel
Creates a named object on the channel with the given name and depending on the persistent flag informs the server to store the name and value to disk or not
createRegisteredEvent(keyValue:Object, isTransactional:Boolean) — method, class com.pcbsys.nirvana.client.nChannel
Creates a new nRegisteredEvent bound to this channel using the keyValue as its unique id.
createRegisteredEvent() — method, class com.pcbsys.nirvana.client.nDataGroup
Used to create a registered event on a data group
createStore(attributes:com.pcbsys.nirvana.client:nStoreAttributes, channelCreatedCB:Function, initialEID::Long) — method, class com.pcbsys.nirvana.client.nSession
Creates a new store on the realm this session is connected too.
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