|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationPerformance
This interface define methods to manage Performance configuration of server.
| Method Summary | |
|---|---|
boolean |
getCompressIO()
Return if Compress swap files. |
boolean |
getEnablePreloadFont()
Return if preload font.whether to reloade java classes that used by Font |
boolean |
getPreloadCatalogClass()
Return if Preload Catalog Class. |
java.util.Vector |
getPreloadCatalogsName()
Return Catalog's full name which need to preload. |
boolean |
getPreloadDsoClass()
Return if Preload Dso Class. |
boolean |
getPreloadEngineClass()
Return if Preload Engine Class. |
boolean |
getPreloadReportClass()
Return if Preload Report Class. |
java.util.Vector |
getPreloadReportsName()
Return Report file's full name which need to preload. |
void |
loadProperties()
set the properties of server |
void |
setCompressIO(boolean isCompressIO)
Set if Compress swap files. |
void |
setEnablePreloadFont(boolean enablePreloadFont)
Set if preload font.whether to reloade java classes that used by Font |
void |
setPreloadCatalogClass(boolean isPreloadCatalogClass)
Set if Preload Catalog Class. |
void |
setPreloadCatalogsName(java.util.Vector preloadCatalogsName)
Set Catalog's full name which need to preload. |
void |
setPreloadDsoClass(boolean isPreloadDsoClass)
Set if Preload DSO Class.whether to reloade java classes that used by DSO |
void |
setPreloadEngineClass(boolean isPreloadEngineClass)
Set if Preload Engine Class.whether to reloade java classes that used by engine |
void |
setPreloadReportClass(boolean isPreloadReportClass)
Set if Preload Report Class. |
void |
setPreloadReportsName(java.util.Vector preloadReportsName)
Set Report file's full name which need to preload. |
| Method Detail |
|---|
void setEnablePreloadFont(boolean enablePreloadFont)
throws java.rmi.RemoteException
enablePreloadFont - if preload font.
java.rmi.RemoteException - will be thrown if error occurs.
boolean getEnablePreloadFont()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPreloadCatalogsName(java.util.Vector preloadCatalogsName)
throws java.rmi.RemoteException
preloadCatalogsName - Catalog's full name which need to preload.
java.rmi.RemoteException - will be thrown if error occurs.
java.util.Vector getPreloadCatalogsName()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPreloadReportsName(java.util.Vector preloadReportsName)
throws java.rmi.RemoteException
preloadReportsName - Report file's full name which need to preload.
java.rmi.RemoteException - will be thrown if error occurs.
java.util.Vector getPreloadReportsName()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPreloadCatalogClass(boolean isPreloadCatalogClass)
throws java.rmi.RemoteException
isPreloadCatalogClass - if Preload Catalog Class.
java.rmi.RemoteException - will be thrown if error occurs.
boolean getPreloadCatalogClass()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPreloadReportClass(boolean isPreloadReportClass)
throws java.rmi.RemoteException
isPreloadReportClass - if Preload Report Class.
java.rmi.RemoteException - will be thrown if error occurs.
boolean getPreloadReportClass()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPreloadEngineClass(boolean isPreloadEngineClass)
throws java.rmi.RemoteException
isPreloadEngineClass - if Preload Engine Class.
java.rmi.RemoteException - will be thrown if error occurs.
boolean getPreloadEngineClass()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setPreloadDsoClass(boolean isPreloadDsoClass)
throws java.rmi.RemoteException
isPreloadDsoClass - if Preload Dso Class.
java.rmi.RemoteException - will be thrown if error occurs.
boolean getPreloadDsoClass()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setCompressIO(boolean isCompressIO)
throws java.rmi.RemoteException
isCompressIO - if Compress swap files.
java.rmi.RemoteException
boolean getCompressIO()
throws java.rmi.RemoteException
java.rmi.RemoteException
void loadProperties()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||