| org.jboss.ha.framework.server.JChannelFactory
JChannelFactory | public class JChannelFactory extends org.jgroups.jmx.JChannelFactory (Code) | | Extension to the JGroups JChannelFactory that supports the addition
of "additional_data" to the channel config. Needed until logical
addresses are supported in JGroups.
author: Brian Stansberry version: $Revision$ |
Field Summary | |
protected static Logger | log |
log | protected static Logger log(Code) | | |
createMultiplexerChannel | public Channel createMultiplexerChannel(String stack_name, String id, boolean register_for_state_transfer, String substate_id) throws Exception(Code) | | Overrides the superclass version by generating a unique node id
and passing it down the Channel as additional_data.
|
createMultiplexerChannel | public Channel createMultiplexerChannel(String stack_name, String id) throws Exception(Code) | | Overrides the superclass version by generating a unique node id
and passing it down the Channel as additional_data.
|
|
|