Uses of Class
org.cometd.oort.Oort
-
Packages that use Oort Package Description org.cometd.oort -
-
Uses of Oort in org.cometd.oort
Methods in org.cometd.oort that return Oort Modifier and Type Method Description Oort
Oort.CometListener.Event. getOort()
Oort
OortLong. getOort()
Oort
OortObject. getOort()
Oort
OortService. getOort()
Oort
Seti. getOort()
protected Oort
OortConfigServlet. newOort(BayeuxServer bayeux, String url)
Creates and returns a new Oort instance.Methods in org.cometd.oort with parameters of type Oort Modifier and Type Method Description protected abstract void
OortConfigServlet. configureCloud(javax.servlet.ServletConfig config, Oort oort)
Configures the Oort cloud by establishing connections with other Oort comets.protected void
OortMulticastConfigServlet. configureCloud(javax.servlet.ServletConfig config, Oort oort)
protected void
OortStaticConfigServlet. configureCloud(javax.servlet.ServletConfig config, Oort oort)
protected void
OortConfigServlet. configureOort(javax.servlet.ServletConfig config, Oort oort)
Configures the Oort instance with servlet init parameters.protected Seti
SetiServlet. newSeti(Oort oort)
Constructors in org.cometd.oort with parameters of type Oort Constructor Description Event(Oort source, String cometId, String cometURL)
OortComet(Oort oort, String cometURL, ScheduledExecutorService scheduler, ClientTransport transport, ClientTransport... transports)
OortContainer(Oort oort, String name, OortObject.Factory<T> factory)
OortList(Oort oort, String name, OortObject.Factory<List<E>> factory)
OortLong(Oort oort, String name)
OortLong(Oort oort, String name, long initial)
OortLongMap(Oort oort, String name, OortObject.Factory<ConcurrentMap<Long,V>> factory)
OortMap(Oort oort, String name, OortObject.Factory<ConcurrentMap<K,V>> factory)
OortMasterLong(Oort oort, String name, boolean primary)
Deprecated.OortMasterLong(Oort oort, String name, boolean primary, long initial)
Deprecated.OortMasterService(Oort oort, String name, boolean primary)
Deprecated.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)
OortService(Oort oort, String name)
Creates anOortService
with the given name.OortStringMap(Oort oort, String name, OortObject.Factory<ConcurrentMap<String,V>> factory)
Seti(Oort oort)
-