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
,Bayeux.BayeuxListener
,ConfigurableServerChannel.ServerChannelListener
,ServerChannel.MessageListener
,org.eclipse.jetty.util.component.LifeCycle
@Deprecated public class OortMasterLong extends OortPrimaryLong
Deprecated.useOortPrimaryLong
instead
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cometd.oort.OortPrimaryLong
OortPrimaryLong.Callback, OortPrimaryLong.Context
-
Nested classes/interfaces inherited from class org.cometd.oort.OortService
OortService.Request, OortService.Result<U>, OortService.ServerContext
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Nested classes/interfaces inherited from interface org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener
ConfigurableServerChannel.ServerChannelListener.Weak
-
-
Field Summary
-
Fields inherited from class org.cometd.oort.OortService
logger
-
-
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, onForwardSucceeded
-
Methods inherited from class org.cometd.oort.OortPrimaryService
doStart, doStop, getPrimaryOortURL, isPrimary
-
Methods inherited from class org.cometd.oort.OortService
forward, getLocalSession, getName, getOort, getTimeout, onForwardMessage, onMessage, onResultMessage, setTimeout, toString
-
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cometd.bayeux.server.ServerChannel.MessageListener
onMessage
-
-
-
-
Constructor Detail
-
OortMasterLong
@Deprecated public OortMasterLong(Oort oort, String name, boolean primary)
Deprecated.
-
OortMasterLong
@Deprecated public OortMasterLong(Oort oort, String name, boolean primary, long initial)
Deprecated.
-
-