Deprecated API

Contents

Deprecated Classes

GossipServer
Use GossipRouter instead

Deprecated Methods

org.jgroups.Channel.setChannelListener(ChannelListener)
Use addChannelListener() instead
org.jgroups.ChannelFactory.createChannel(Object)
Channel factories should pass configuration information related to the protocol stack during construction or via another method before attempting to create any channels.
org.jgroups.conf.ConfiguratorFactory.getStackConfigurator(Object)
Used by the JChannel(Object) constructor which has been deprecated.
org.jgroups.jmx.JChannel.setChannelListener(ChannelListener)
Use addChannelListener() instead
org.jgroups.jmx.JChannel.down(Event)
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.
org.jgroups.jmx.JChannelMBean.down(Event)
org.jgroups.stack.ProtocolStack.flushEvents()
org.jgroups.blocks.PullPushAdapter.setMembershipListener(MembershipListener)
org.jgroups.protocols.TP.getBindToAllInterfaces()

Deprecated Constructors

org.jgroups.JChannel.JChannel(Object)
Use the constructors with specific parameter types instead.
org.jgroups.JChannelFactory.JChannelFactory()
This constructor should only be used in conjunction with the deprecated getChannel(Object) method of this class.
org.jgroups.blocks.MethodCall.MethodCall(String,Object[])
Use one of the constructors that take class types as arguments

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.