Package org.cometd.oort
Class OortMasterLong
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.cometd.oort.OortService<R,C>
org.cometd.oort.OortPrimaryService<Long,OortPrimaryLong.Context>
org.cometd.oort.OortPrimaryLong
org.cometd.oort.OortMasterLong
- All Implemented Interfaces:
EventListener,org.cometd.bayeux.Bayeux.BayeuxListener,org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener,org.cometd.bayeux.server.ServerChannel.MessageListener,org.eclipse.jetty.util.component.LifeCycle
@Deprecated public class OortMasterLong extends OortPrimaryLong
Deprecated.
use
OortPrimaryLong instead-
Nested Class Summary
Nested classes/interfaces inherited from class org.cometd.oort.OortPrimaryLong
OortPrimaryLong.Callback, OortPrimaryLong.ContextNested classes/interfaces inherited from class org.cometd.oort.OortService
OortService.Request, OortService.Result<U>, OortService.ServerContextNested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener -
Field Summary
-
Constructor Summary
Constructors Constructor Description OortMasterLong(Oort oort, String name, boolean primary)Deprecated.OortMasterLong(Oort oort, String name, boolean primary, long initial)Deprecated. -
Method Summary
Methods inherited from class org.cometd.oort.OortPrimaryLong
addAndGet, get, getAndAdd, getValue, onForward, onForwardFailed, onForwardSucceededMethods inherited from class org.cometd.oort.OortPrimaryService
doStart, doStop, getPrimaryOortURL, isPrimaryMethods inherited from class org.cometd.oort.OortService
forward, getLocalSession, getName, getOort, getTimeout, onForwardMessage, onMessage, onResultMessage, setTimeout, toStringMethods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop
-
Constructor Details
-
OortMasterLong
Deprecated. -
OortMasterLong
Deprecated.
-