org.jgroups.stack.IpAddress.compare(IpAddress)
Use #compareTo(org.jgroups.Address) instead
|
org.jgroups.stack.IpAddress.compareToUnique(Object)
Use #compareTo(org.jgroups.Address) instead
|
org.jgroups.JChannelFactory.createChannel(Object)
JChannel 's conversion to type-specific
construction, and the subsequent deprecation of its
JChannel(Object) constructor, necessitate the
deprecation of this factory method as well. Type-specific
protocol stack configuration should be specfied during
construction of an instance of this factory.
|
org.jgroups.jmx.JChannelMBean.down(Event) |
org.jgroups.stack.Protocol.downThreadEnabled()
down thread was removed
|
org.jgroups.stack.ProtocolStack.dumpTimerQueue()
Use TP.getTimer() instead to fetch the timer from the
transport and then invoke the method on it
|
org.jgroups.util.RspList.elementAt(int)
|
org.jgroups.stack.ProtocolStack.flushEvents() |
org.jgroups.JChannel.getAllStates(Vector, long)
|
org.jgroups.Channel.getAllStates(Vector, long)
Not really needed - we always want to get the state from a single member
|
org.jgroups.mux.Multiplexer.getApplicationIds()
Use ${link #getServiceIds()} instead
|
org.jgroups.protocols.TP.getBindToAllInterfaces()
|
org.jgroups.JChannel.getChannelName()
|
org.jgroups.Channel.getChannelName()
|
org.jgroups.stack.GossipRouter.getGossipRequestTimeout() |
org.jgroups.protocols.pbcast.GMS.getJoinRetryTimeout() |
org.jgroups.jmx.protocols.pbcast.NAKACKMBean.getMaxXmitSize()
removed in 2.6
|
org.jgroups.jmx.protocols.pbcast.NAKACK.getMaxXmitSize()
removed in 2.6
|
org.jgroups.protocols.pbcast.NAKACK.getMaxXmitSize()
removed in 2.6
|
org.jgroups.stack.GossipRouter.getRoutingClientReplyTimeout() |
org.jgroups.conf.ConfiguratorFactory.getStackConfigurator(Object)
Used by the JChannel(Object) constructor which has been deprecated.
|
org.jgroups.stack.ProtocolStack.getThreadFactory()
|
org.jgroups.stack.ProtocolStack.getTimerThreadFactory() |
org.jgroups.stack.ProtocolStack.getTimerThreads()
Use TP.getTimer() to fetch the timer and call getCorePoolSize() directly
|
org.jgroups.Channel.peek(long)
Use a Receiver instead, this method will not be available in JGroups 3.0
|
org.jgroups.JChannel.receive(long)
|
org.jgroups.Channel.receive(long)
|
org.jgroups.Message.removeHeader(String)
Use getHeader() instead. The issue with removing a header is described in
http://jira.jboss.com/jira/browse/JGRP-393
|
org.jgroups.util.Headers.removeHeader(String)
Use getHeader() instead. The issue with removing a header is described in
http://jira.jboss.com/jira/browse/JGRP-393
|
org.jgroups.util.RspList.reset()
|
org.jgroups.Channel.setChannelListener(ChannelListener)
Use addChannelListener() instead
|
org.jgroups.jmx.JChannel.setChannelListener(ChannelListener)
Use addChannelListener() instead
|
org.jgroups.stack.GossipRouter.setGossipRequestTimeout(long) |
org.jgroups.protocols.pbcast.GMS.setJoinRetryTimeout(long) |
org.jgroups.jmx.protocols.pbcast.NAKACKMBean.setMaxXmitSize(long)
removed in 2.6
|
org.jgroups.jmx.protocols.pbcast.NAKACK.setMaxXmitSize(long)
removed in 2.6
|
org.jgroups.protocols.pbcast.NAKACK.setMaxXmitSize(long)
removed in 2.6
|
org.jgroups.blocks.PullPushAdapter.setMembershipListener(MembershipListener)
|
org.jgroups.stack.GossipRouter.setRoutingClientReplyTimeout(long) |
org.jgroups.stack.ProtocolStack.setThreadFactory(ThreadFactory)
|
org.jgroups.stack.ProtocolStack.setTimerThreadFactory(ThreadFactory)
|
org.jgroups.Event.setType(int)
in order to make an Event immutable
|
org.jgroups.util.ExposedByteArrayOutputStream.toString(int)
This method does not properly convert bytes into characters.
As of JDK 1.1, the preferred way to do this is via the
toString(String enc) method, which takes an encoding-name
argument, or the toString() method, which uses the
platform's default character encoding.
|
org.jgroups.stack.Protocol.upThreadEnabled()
up_thread was removed
|