Uses of Class
org.objectweb.carol.util.configuration.Protocol

Packages that use Protocol
org.objectweb.carol.util.configuration   
 

Uses of Protocol in org.objectweb.carol.util.configuration
 

Methods in org.objectweb.carol.util.configuration that return Protocol
 Protocol ProtocolConfiguration.getProtocol()
           
 Protocol ProtocolConfigurationImpl.getProtocol()
           
static Protocol ConfigurationRepository.getProtocol(java.lang.String protocolName)
          Gets a protocol with the given name
 

Constructors in org.objectweb.carol.util.configuration with parameters of type Protocol
ProtocolConfigurationImpl(java.lang.String name, Protocol protocol, java.util.Properties properties)
          Build a new configuration with given parameters