Deprecated API


Contents
Deprecated Classes
org.jgroups.stack.GossipServer
          Use GossipRouter instead 
 

Deprecated Methods
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.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.ProtocolStack.flushEvents()
            
org.jgroups.protocols.TP.getBindToAllInterfaces()
          Use TP.isReceiveOnAllInterfaces() instead 
org.jgroups.conf.ConfiguratorFactory.getStackConfigurator(Object)
          Used by the JChannel(Object) constructor which has been deprecated. 
org.jgroups.Channel.setChannelListener(ChannelListener)
          Use addChannelListener() instead 
org.jgroups.jmx.JChannel.setChannelListener(ChannelListener)
          Use addChannelListener() instead 
org.jgroups.blocks.PullPushAdapter.setMembershipListener(MembershipListener)
          Use PullPushAdapter.addMembershipListener(org.jgroups.MembershipListener) 
 

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



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.