jet.server.api.rmi.admin
Interface RemoteConnectionInfoProviderService

All Superinterfaces:
java.rmi.Remote

public interface RemoteConnectionInfoProviderService
extends java.rmi.Remote

Interface RemoteConnectionInfoProviderService loads the datasource.xml file.


Method Summary
 boolean reloadFile()
          Reloads the configuration file.
 

Method Detail

reloadFile

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

Returns:
true if reloaded successfully, otherwise return false.
Throws:
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.