org.openejb.corba.security.config
Interface ConfigAdapter

All Known Implementing Classes:
SunORBConfigAdapter

public interface ConfigAdapter

Translates TSS and CSS configurations into CORBA startup args and properties.

Version:
$Revision: 446070 $ $Date: 2006-02-27 02:14:45 +0100 (Mon, 27 Feb 2006) $

Method Summary
 InetSocketAddress getDefaultListenAddress(TSSConfig config, ORB orb)
           
 void postProcess(CSSConfig config, ORB orb)
           
 void postProcess(TSSConfig config, ORB orb)
           
 String[] translateToArgs(CSSConfig config, List args)
           
 String[] translateToArgs(TSSConfig config, List args)
           
 Properties translateToProps(CSSConfig config, Properties pros)
           
 Properties translateToProps(TSSConfig config, Properties props)
           
 

Method Detail

translateToArgs

public String[] translateToArgs(TSSConfig config,
                                List args)
                         throws ConfigException
Throws:
ConfigException

translateToProps

public Properties translateToProps(TSSConfig config,
                                   Properties props)
                            throws ConfigException
Throws:
ConfigException

postProcess

public void postProcess(TSSConfig config,
                        ORB orb)
                 throws ConfigException
Throws:
ConfigException

getDefaultListenAddress

public InetSocketAddress getDefaultListenAddress(TSSConfig config,
                                                 ORB orb)
                                          throws ConfigException
Throws:
ConfigException

translateToArgs

public String[] translateToArgs(CSSConfig config,
                                List args)
                         throws ConfigException
Throws:
ConfigException

translateToProps

public Properties translateToProps(CSSConfig config,
                                   Properties pros)
                            throws ConfigException
Throws:
ConfigException

postProcess

public void postProcess(CSSConfig config,
                        ORB orb)
                 throws ConfigException
Throws:
ConfigException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.