jet.server.api.rmi.admin
Interface RemoteConnectionInfoProviderService

All Superinterfaces:
java.rmi.Remote

public interface RemoteConnectionInfoProviderService
extends java.rmi.Remote

Interface RemoteConnectionInfoProviderService manages load datasource.xml file.


Method Summary
 boolean reloadFile()
          Reload the configuration file.
 

Method Detail

reloadFile

boolean reloadFile()
                   throws java.rmi.RemoteException
Reload the configuration file.

Returns:
true if reload conneciton configuration file successfully, otherwise return false.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.