Uses of Class
org.cometd.bayeux.MarkedReference
Packages that use MarkedReference
-
Uses of MarkedReference in org.cometd.bayeux
Methods in org.cometd.bayeux that return MarkedReference -
Uses of MarkedReference in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return MarkedReferenceModifier and TypeMethodDescriptionBayeuxServer.createChannelIfAbsent
(String channelName, ConfigurableServerChannel.Initializer... initializers) Creates aServerChannel
and initializes it atomically if the channel does not exist, or returns it if it already exists. -
Uses of MarkedReference in org.cometd.server
Methods in org.cometd.server that return MarkedReferenceModifier and TypeMethodDescriptionBayeuxServerImpl.createChannelIfAbsent
(String channelName, ConfigurableServerChannel.Initializer... initializers)