jgroup.relacs.config
Interface ConfigurationObject

All Known Implementing Classes:
AppConfig, BootstrapRegistryConfig, ClientsConfig, DistributedSystemConfig, LayerConfig, ServiceConfig, TransportConfig

public interface ConfigurationObject

Interface denoting configuration objects.

Since:
Jgroup 1.2
Author:
Alberto Montresor

Method Summary
 void parse(org.w3c.dom.Element elm)
          Parses the specified element.
 

Method Detail

parse

void parse(org.w3c.dom.Element elm)
           throws ConfigurationException
Parses the specified element.

Throws:
ConfigurationException


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.