Uses of Package
org.cometd.oort
Packages that use org.cometd.oort
-
Classes in org.cometd.oort used by org.cometd.oortClassDescriptionOort is the cluster manager that links one CometD server to a set of other CometD servers.Listener interface that gets notified of comet events, that is when a new comet joins the cloud or when a comet leaves the cloud.Comet event object delivered to
Oort.CometListener
methods.The Oort comet client connects a local Oort comet server to a remote Oort comet server.A specialized oort object whose entity is aList
.Listener for element events that update the entity list, either locally or remotely.A specialized oort object whose entity is aConcurrentMap
.A triple that holds the key, the previous value and the new value, used to notify entry updates:Listener for entry events that update the entity map, either locally or remotely.AnOortObject
represents a named composite entity that is distributed in an Oort cluster.Factory that creates objects stored byOortObject
s.The oort object part holding the object and the metadata associated with it.Listener for events that update the value of aOortObject.Info
, either local or remote.A merge strategy for object values.An asynchronous result.Callback invoked when the result of the operation on the counter is available, or when the operation failed.OortPrimaryService
extendsOortService
to allow applications to perform actions on entities that always live in a "primary" node.AnOortService
allows applications to forward actions to Oort nodes that own the entity onto which the action should be applied.Encapsulates a forwarded request.Encapsulates the result of a forwarded request returned byOortService.onForward(Request)
.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.The representation of where a user is.Listener interface that gets notified of remote Seti presence events.Seti presence event object, delivered toSeti.PresenceListener
methods. -
Classes in org.cometd.oort used by org.cometd.oort.jakarta