Frames | No Frames |
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.conf.ConfiguratorFactory.getStackConfigurator(Object) Used by the JChannel(Object) constructor which has been deprecated. | |
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.blocks.PullPushAdapter.setMembershipListener(MembershipListener) |
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 |