|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationPerformance
This interface defines methods to manage Performance configuration of the server.
| Method Summary | |
|---|---|
boolean |
getCompressIO()
Returns whether to Compress swap files. |
boolean |
getEnablePreloadFont()
Returns whether to preload font. |
boolean |
getPreloadCatalogClass()
Returns whether to Preload Catalog Class. |
java.util.Vector |
getPreloadCatalogsName()
Returns the Catalog's full name which needs to preload. |
boolean |
getPreloadDsoClass()
Returns whether to Preload Dso Class. |
boolean |
getPreloadEngineClass()
Return whether to Preload Engine Class. |
boolean |
getPreloadReportClass()
Returns whether to Preload Report Class. |
java.util.Vector |
getPreloadReportsName()
Returns the Report file's full name which needs to preload. |
void |
loadProperties()
Sets the properties of the server. |
void |
setCompressIO(boolean isCompressIO)
Sets whether to Compress swap files. |
void |
setEnablePreloadFont(boolean enablePreloadFont)
Sets whether to preload font. |
void |
setPreloadCatalogClass(boolean isPreloadCatalogClass)
Sets whether to Preload Catalog Class. |
void |
setPreloadCatalogsName(java.util.Vector preloadCatalogsName)
Sets the Catalog's full name which needs to preload. |
void |
setPreloadDsoClass(boolean isPreloadDsoClass)
Sets whether to Preload DSO Class. |
void |
setPreloadEngineClass(boolean isPreloadEngineClass)
Sets whether to Preload Engine Class. |
void |
setPreloadReportClass(boolean isPreloadReportClass)
Sets whether to Preload Report Class. |
void |
setPreloadReportsName(java.util.Vector preloadReportsName)
Sets the Report file's full name which needs to preload. |
| Method Detail |
|---|
void setEnablePreloadFont(boolean enablePreloadFont)
throws java.rmi.RemoteException
enablePreloadFont - whether to preload font.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean getEnablePreloadFont()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setPreloadCatalogsName(java.util.Vector preloadCatalogsName)
throws java.rmi.RemoteException
preloadCatalogsName - the Catalog's full name which needs to preload.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.Vector getPreloadCatalogsName()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setPreloadReportsName(java.util.Vector preloadReportsName)
throws java.rmi.RemoteException
preloadReportsName - the Report file's full name which needs to preload.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.Vector getPreloadReportsName()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setPreloadCatalogClass(boolean isPreloadCatalogClass)
throws java.rmi.RemoteException
isPreloadCatalogClass - whether to Preload Catalog Class.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean getPreloadCatalogClass()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setPreloadReportClass(boolean isPreloadReportClass)
throws java.rmi.RemoteException
isPreloadReportClass - whether to Preload Report Class.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean getPreloadReportClass()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setPreloadEngineClass(boolean isPreloadEngineClass)
throws java.rmi.RemoteException
isPreloadEngineClass - whether to Preload Engine Class.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean getPreloadEngineClass()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setPreloadDsoClass(boolean isPreloadDsoClass)
throws java.rmi.RemoteException
isPreloadDsoClass - whether to Preload Dso Class.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean getPreloadDsoClass()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setCompressIO(boolean isCompressIO)
throws java.rmi.RemoteException
isCompressIO - whether to Compress swap files.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean getCompressIO()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void loadProperties()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||