Interface IRealmManager

  • All Superinterfaces:
    Remote

    public interface IRealmManager
    extends Remote
    This is an remote interface provided to the RealmManager This allows the realms to be updated while the server is running.
    Author:
    Harpreet Singh ([email protected])
    • Method Detail

      • refreshRealms

        void refreshRealms​(String realmName)
                    throws RemoteException
        This refreshes the realm information. This is used by a client program e.g. realmtool. The client manipulates the realm information and then calls this method. This then updates the realm information in an already running server. If the server is not running the call should not be made. This interface is obtained by looking up the RealmManager from the Naming service.
        Parameters:
        String - realmName
        Throws:
        RemoteException