Uses of Class
org.jgroups.conf.ProtocolData

Packages that use ProtocolData
org.jgroups.conf Provides ways to configure a protocol stack. 
 

Uses of ProtocolData in org.jgroups.conf
 

Methods in org.jgroups.conf that return ProtocolData
 ProtocolData[] ProtocolStackConfigurator.getProtocolStack()
           
 ProtocolData[] XmlConfigurator.getProtocolStack()
           
 ProtocolData[] PlainConfigurator.getProtocolStack()
          Throws a UnsupportedOperationException all the time.
 

Methods in org.jgroups.conf with parameters of type ProtocolData
 void XmlConfigurator.add(ProtocolData data)
           
 void XmlConfigurator.override(ProtocolData data)
           
 

Constructors in org.jgroups.conf with parameters of type ProtocolData
XmlConfigurator(java.lang.String stackName, ProtocolData[] protocols)
           
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.