org.exolab.jms.server.net
Class ConnectorCfgFactory

java.lang.Object
  |
  +--org.exolab.jms.server.net.ConnectorCfgFactory

public class ConnectorCfgFactory
extends java.lang.Object

Factory for ConnectorCfg instances.

Version:
$Revision: 1.1 $ $Date: 2005/05/03 13:47:22 $
Author:
Tim Anderson

Constructor Summary
ConnectorCfgFactory()
           
 
Method Summary
static ConnectorCfg create(org.exolab.jms.config.types.SchemeType scheme, Configuration config)
          Creates a new ConnectorCfg.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorCfgFactory

public ConnectorCfgFactory()
Method Detail

create

public static ConnectorCfg create(org.exolab.jms.config.types.SchemeType scheme,
                                  Configuration config)
Creates a new ConnectorCfg.
Parameters:
scheme - the connector scheme
config - the configuration to use
Returns:
a new ConnectorCfg.


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.