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.
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 indicating if the updating is finished
successfully.
- Throws:
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.