public interface RemoteNLSLibraryManager
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
RemoteCatalogNLSLibrary |
getCatalogNLSLibrary(java.lang.String catalogPath,
int catalogVersionNumber,
java.lang.String user)
Gets a Catalog NLS Library.
|
RemoteReportNLSLibrary |
getReportNLSLibrary(java.lang.String reportPath,
int reportVersionNumber,
java.lang.String user)
Gets a Report NLS Library.
|
RemoteReportNLSLibrary getReportNLSLibrary(java.lang.String reportPath, int reportVersionNumber, java.lang.String user) throws java.rmi.RemoteException
reportPath
- The path of report.reportVersionNumber
- The version number of report.user
- The user name who log onto the JReport server.java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.RemoteCatalogNLSLibrary getCatalogNLSLibrary(java.lang.String catalogPath, int catalogVersionNumber, java.lang.String user) throws java.rmi.RemoteException
catalogPath
- The path of catalog.catalogVersionNumber
- The version number of catalog.user
- The user name who log onto the JReport server.java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.