jpel.remote.resolver
Class StaticConfigurationClient

java.lang.Object
  |
  +--StaticConfigurationImpl
        |
        +--jpel.remote.resolver.StaticConfigurationClient

public class StaticConfigurationClient
extends StaticConfigurationImpl

See Also:
Serialized Form

Constructor Summary
StaticConfigurationClient(java.lang.String host, int port)
           
 
Method Summary
 void load(java.lang.Object obj)
           
 java.lang.Object process(java.lang.Object command)
           
 void reload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticConfigurationClient

public StaticConfigurationClient(java.lang.String host,
                                 int port)
                          throws ConfigurationException
Method Detail

load

public void load(java.lang.Object obj)
          throws ConfigurationException
ConfigurationException

reload

public void reload()
            throws ConfigurationException
ConfigurationException

process

public java.lang.Object process(java.lang.Object command)
                         throws ConfigurationException
ConfigurationException