Deprecated API

Deprecated Methods
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.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.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 ? 2001,2002 www.jgroups.com . All Rights Reserved.