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.util.RspList.elementAt(int)
|
org.jgroups.stack.ProtocolStack.flushEvents() |
org.jgroups.Channel.getAllStates(Vector, long)
Not really needed - we always want to get the state from a single member
|
org.jgroups.JChannel.getAllStates(Vector, long)
|
org.jgroups.mux.Multiplexer.getApplicationIds()
Use ${link #getServiceIds()} instead
|
org.jgroups.protocols.TP.getBindToAllInterfaces()
|
org.jgroups.Channel.getChannelName()
|
org.jgroups.JChannel.getChannelName()
|
org.jgroups.conf.ConfiguratorFactory.getStackConfigurator(Object)
Used by the JChannel(Object) constructor which has been deprecated.
|
org.jgroups.util.RspList.reset()
|
org.jgroups.Channel.setChannelListener(ChannelListener)
Use addChannelListener() instead
|
org.jgroups.jmx.JChannel.setChannelListener(ChannelListener)
Use addChannelListener() instead
|
org.jgroups.blocks.PullPushAdapter.setMembershipListener(MembershipListener)
|