org.strutsit.chain.interfaces
Interface ChainConfiguration

All Known Implementing Classes:
ChainConfigurationBase

public interface ChainConfiguration

Interface for a chain configuration.

Since:
JDK 1.4
Version:
$Revision: 1.3 $
Author:
Manfred Wolff

Method Summary
 boolean checkConfiguration()
          Checks the configuration of all chains
 org.apache.commons.chain.Catalog getCatalog()
           
 void init()
          Inits the configuration.
 void reread()
          Rereads the configuration.
 

Method Detail

init

public void init()
          throws ChainException
Inits the configuration.

Throws:
ChainException - if something goes wrong

reread

public void reread()
Rereads the configuration.


getCatalog

public org.apache.commons.chain.Catalog getCatalog()
Returns:
Returns the catalog.

checkConfiguration

public boolean checkConfiguration()
                           throws ChainException
Checks the configuration of all chains

Throws:
ChainException


Copyright © 2004-2005 Struts-it community. All Rights Reserved.