com.intel.gpe.client2.common.configurators
Class NetworkConfigurator

java.lang.Object
  extended by com.intel.gpe.client2.common.configurators.BaseConfigurator
      extended by com.intel.gpe.client2.common.configurators.NetworkConfigurator

public abstract class NetworkConfigurator
extends BaseConfigurator

The network configuration provider.

Version:
$Id: NetworkConfigurator.java,v 1.3 2006/10/19 13:40:54 dizhigul Exp $
Author:
Alexander Lukichev

Constructor Summary
NetworkConfigurator()
           
 
Method Summary
abstract  void configure()
          Configure the network properties.
static NetworkConfigurator getConfigurator()
          Load the network configurator from the class specified in the System property "com.intel.gpe.client2.common.configurators.NetworkConfigurator"
 
Methods inherited from class com.intel.gpe.client2.common.configurators.BaseConfigurator
load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkConfigurator

public NetworkConfigurator()
Method Detail

configure

public abstract void configure()
Configure the network properties.


getConfigurator

public static NetworkConfigurator getConfigurator()
                                           throws java.lang.InstantiationException,
                                                  java.lang.IllegalAccessException,
                                                  java.lang.ClassNotFoundException
Load the network configurator from the class specified in the System property "com.intel.gpe.client2.common.configurators.NetworkConfigurator"

Returns:
the loaded configurator
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException


Copyright © 2008. All Rights Reserved.