Uses of Class
org.cometd.oort.Oort
Packages that use Oort
-
Uses of Oort in org.cometd.oort
Methods in org.cometd.oort that return OortModifier and TypeMethodDescriptionOort.CometListener.Event.getOort()
OortLong.getOort()
OortObject.getOort()
OortService.getOort()
Seti.getOort()
Constructors in org.cometd.oort with parameters of type OortModifierConstructorDescriptionOortComet
(Oort oort, String cometURL, ScheduledExecutorService scheduler, org.cometd.client.transport.ClientTransport transport, org.cometd.client.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)