Uses of Class
org.jgroups.mux.MuxChannel

Packages that use MuxChannel
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.mux   
 

Uses of MuxChannel in org.jgroups
 

Methods in org.jgroups with parameters of type MuxChannel
 void JChannelFactory.close(MuxChannel ch)
           
 void JChannelFactory.connect(MuxChannel ch)
           
 void JChannelFactory.disconnect(MuxChannel ch)
           
 void JChannelFactory.open(MuxChannel ch)
           
 void JChannelFactory.shutdown(MuxChannel ch)
           
 

Uses of MuxChannel in org.jgroups.mux
 

Methods in org.jgroups.mux that return MuxChannel
 MuxChannel Multiplexer.remove(java.lang.String id)
           
 

Methods in org.jgroups.mux with parameters of type MuxChannel
 void Multiplexer.addServiceIfNotPresent(java.lang.String id, MuxChannel ch)
           
 



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