jet.server.api.rmi.admin
Interface RemoteCatalogInfoManager

All Superinterfaces:
java.rmi.Remote

public interface RemoteCatalogInfoManager
extends java.rmi.Remote

RemoteCatalogInfoManager is used to manage information inside a catalog file.

Since:
v8.1

Method Summary
 boolean updateCubeAuthorization(java.lang.String catalog)
          Updates cube authorization information
 

Method Detail

updateCubeAuthorization

boolean updateCubeAuthorization(java.lang.String catalog)
                                throws java.rmi.RemoteException
Updates cube authorization information

Parameters:
catalog - the catalog (or self-contained report) file name with full path.
Returns:
A boolean value indicates that if the updating is finished successfully.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.