Constant Index
A | |
ARRAY, EventDictionary | |
B | |
BOOLEAN, EventDictionary | |
BUILD_DATE, Nirvana | |
BUILD_NUMBER, Nirvana | |
BYTE, EventDictionary | |
C | |
CHANNEL_RESOURCE, Nirvana | |
CHARACTER, EventDictionary | |
COMMIT, Nirvana. | |
D | |
DATA, Nirvana. | |
DICTIONARY, EventDictionary | |
DISCONNECT, Nirvana. | |
DOUBLE, EventDictionary | |
Driver, Nirvana | |
E | |
ERROR, Nirvana. | |
EVENTSOURCE_STREAMING_POSTMESSAGE, Nirvana | |
F | |
FLOAT, EventDictionary | |
I | |
IFRAME_STREAMING_POSTMESSAGE, Nirvana | |
INTEGER, EventDictionary | |
J | |
JSONP_LONGPOLL, Nirvana | |
L | |
LONG, EventDictionary | |
N | |
NOXD_IFRAME_STREAMING, Nirvana | |
O | |
Observe, Nirvana | |
P | |
PUBLISH, Nirvana. | |
Q | |
QUEUE_RESOURCE, Nirvana | |
R | |
RECONNECT, Nirvana. | |
ROLLBACK, Nirvana. | |
S | |
START, Nirvana. | |
STOP, Nirvana. | |
STRING, EventDictionary | |
SUBSCRIBE, Nirvana. | |
T | |
TRANSACTIONAL_QUEUE_RESOURCE, Nirvana | |
U | |
UNSUBSCRIBE, Nirvana. | |
V | |
VERSION_NUMBER, Nirvana | |
W | |
WEBSOCKET, Nirvana | |
X | |
XDR_LONGPOLL, Nirvana | |
XDR_STREAMING, Nirvana | |
XHR_LONGPOLL_CORS, Nirvana | |
XHR_LONGPOLL_POSTMESSAGE, Nirvana | |
XHR_STREAMING_CORS, Nirvana |
EventDictionary.ARRAY is an integer constant representing the Array data type.
EventDictionary.BOOLEAN is an integer constant representing the Boolean data type.
Nirvana.BUILD_DATE defines the API build date.
Nirvana.BUILD_NUMBER is an integer constant representing the API build number.
EventDictionary.BYTE is an integer constant representing the Byte data type.
Nirvana.CHANNEL_RESOURCE is an integer constant representing a Channel’s type.
EventDictionary.CHARACTER is an integer constant representing the Character data type.
Fires when a transactional read is successfully committed to the server.
Fires when a Universal Messaging Event is received by a DataStream-enabled Session.
EventDictionary.DICTIONARY is an integer constant representing the EventDictionary data type (useful for nested EventDictionaries).
Fires when the Session is disconnected and automatically attempts to reconnect.
EventDictionary.DOUBLE is an integer constant representing the Double data type.
Nirvana.Driver defines the names of all available transport drivers that may be used by a Session.
Fires when an unexpected error occurs.
Streaming driver for browsers supporting both Server-Sent-Events and the cross-window postMessage API.
EventDictionary.FLOAT is an integer constant representing the Float data type.
Streaming driver for browsers supporting the cross-window postMessage API (per https://developer.mozilla.org/en/DOM/window.postMessage).
EventDictionary.INTEGER is an integer constant representing the Integer data type.
Longpoll driver for older browsers relying on DOM manipulation only.
EventDictionary.LONG is an integer constant representing the Long data type.
Legacy non-cross domain streaming driver for older clients requiring streaming from the realm that serves the application itself.
Nirvana.Observe defines constants which identify observable events that, when fired, notify interested listeners (see the on() and removeListener() methods in the Nirvana, Session, Channel, Queue and TransactionalQueue objects).
Fires when an event is successfully published to a resource such as a Channel or a Queue.
Nirvana.QUEUE_RESOURCE is an integer constant representing a Queue’s type.
Fires when the Session has successfully automatically reconnected following temporary disconnection.
Fires when a transactional read is rolled back on the server.
Fires when the Session successfully starts.
Fires when the Session is cleanly closed.
EventDictionary.STRING is an integer constant representing the String data type.
Fires when a subscription to a resource such as a Channel or a Queue is successfully started.
Nirvana.TRANSACTIONAL_QUEUE_RESOURCE is an integer constant representing a TransactionalQueue’s type.
Fires when a subscription to a resource such as a Channel or a Queue is ended.
Nirvana.VERSION_NUMBER is an integer constant representing the API version number.
Streaming driver for browsers supporting HTML5 Web Sockets.
Longpoll driver for browsers supporting XDomainRequest (Microsoft Internet Explorer 8+).
Streaming driver for browsers supporting XDomainRequest (Microsoft Internet Explorer 8+).
Longpoll driver for browsers supporting XMLHTTPRequest with CORS (Cross-Origin Resource Sharing).
Longpoll driver for browsers supporting the cross-window postMessage API.
Streaming driver for browsers supporting XMLHTTPRequest with CORS (Cross-Origin Resource Sharing).