Uses of Class
org.cometd.oort.Oort
-
Uses of Oort in org.cometd.oort
Modifier and TypeMethodDescriptionOort.CometListener.Event.getOort()
OortLong.getOort()
OortObject.getOort()
OortService.getOort()
Seti.getOort()
ModifierConstructorDescriptionOortComet
(Oort oort, String cometURL, ScheduledExecutorService scheduler, ClientTransport transport, ClientTransport... transports) OortContainer
(Oort oort, String name, OortObject.Factory<T> factory) OortLongMap
(Oort oort, String name, OortObject.Factory<ConcurrentMap<Long, V>> factory) protected
OortMap
(Oort oort, String name, OortObject.Factory<ConcurrentMap<K, V>> factory) OortMulticastConfigurer
(Oort oort) OortObject
(Oort oort, String name, OortObject.Factory<T> factory) OortPrimaryLong
(Oort oort, String name, boolean primary) OortPrimaryLong
(Oort oort, String name, boolean primary, long initial) OortPrimaryService
(Oort oort, String name, boolean primary) protected
OortService
(Oort oort, String name) Creates anOortService
with the given name.OortStringMap
(Oort oort, String name, OortObject.Factory<ConcurrentMap<String, V>> factory) -
Uses of Oort in org.cometd.oort.jakarta
Modifier and TypeMethodDescriptionprotected Oort
OortConfigServlet.newOort
(BayeuxServer bayeux, String url) Creates and returns a new Oort instance.Modifier and TypeMethodDescriptionprotected abstract void
OortConfigServlet.configureCloud
(jakarta.servlet.ServletConfig config, Oort oort) Configures the Oort cloud by establishing connections with other Oort comets.protected void
OortMulticastConfigServlet.configureCloud
(jakarta.servlet.ServletConfig config, Oort oort) protected void
OortStaticConfigServlet.configureCloud
(jakarta.servlet.ServletConfig config, Oort oort) protected void
OortConfigServlet.configureOort
(jakarta.servlet.ServletConfig config, Oort oort) Configures the Oort instance with servlet init parameters.protected Seti