Package | Description |
---|---|
org.cometd.oort |
Class and Description |
---|
Oort
Oort is the cluster manager that links one CometD server to a set of other CometD servers.
|
Oort.CometListener
Listener interface that gets notified of comet events, that is when a new
comet joins the cloud or when a comet leaves the cloud.
|
Oort.CometListener.Event
Comet event object delivered to
Oort.CometListener methods. |
OortComet
The Oort comet client connects a local Oort comet server to a remote Oort comet server.
|
OortConfigServlet
This servlet serves as a base class for initializing and configuring an
instance of the
Oort CometD cluster manager. |
OortContainer |
OortList
A specialized oort object whose entity is a
List . |
OortList.ElementListener
Listener for element events that update the entity list, either locally or remotely.
|
OortMap
A specialized oort object whose entity is a
ConcurrentMap . |
OortMap.Entry
A triple that holds the key, the previous value and the new value, used to notify entry updates:
(key, oldValue, newValue)
|
OortMap.EntryListener
Listener for entry events that update the entity map, either locally or remotely.
|
OortObject
An
OortObject represents a named composite entity that is distributed in an Oort cluster. |
OortObject.Factory
Factory that creates objects stored by
OortObject s. |
OortObject.Info
The oort object part holding the object and the metadata associated with it.
|
OortObject.Listener
Listener for events that update the value of a
OortObject.Info , either local or remote. |
OortObject.Merger
A merge strategy for object values.
|
OortObject.Result
An asynchronous result.
|
OortPrimaryLong.Callback
Callback invoked when the result of the operation on the counter is available,
or when the operation failed.
|
OortPrimaryLong.Context |
OortPrimaryService
OortPrimaryService extends OortService to allow applications
to perform actions on entities that always live in a "primary" node. |
OortService
An
OortService allows applications to forward actions to Oort
nodes that own the entity onto which the action should be applied. |
OortService.Request
Encapsulates a forwarded request.
|
OortService.Result
Encapsulates the result of a forwarded request returned by
OortService.onForward(Request) . |
Seti
The component that Searches for Extra Terrestrial Intelligence or,
in this case, just searches for a user logged onto a comet in an Oort cloud.
|
Seti.Location
The representation of where a user is.
|
Seti.PresenceListener
Listener interface that gets notified of remote Seti presence events.
|
Seti.PresenceListener.Event
Seti presence event object, delivered to
Seti.PresenceListener methods. |
Copyright © 2008–2024 The CometD Project. All rights reserved.