|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDocProcessingCacheAdmin
The IDocProcessingCacheAdmin interface allows you manage the metrics and properties
for the Desktop Intelligence Cache Server.
| Method Summary | |
|---|---|
void |
commit()
Deprecated. As of version 12.0. |
int |
getBytesTransferred()
Deprecated. As of version 12.0. |
int |
getCacheSize()
Deprecated. As of version 12.0. |
int |
getCacheSizeUpdate()
Deprecated. As of version 12.0. |
int |
getConnections()
Deprecated. As of version 12.0. |
java.lang.String |
getDirectory()
Deprecated. As of version 12.0. |
java.lang.String |
getDirectoryUpdate()
Deprecated. As of version 12.0. |
IDocProcessingProcServerConnection[] |
getDocProcessingProcServerConnection()
Deprecated. As of version 12.0. |
long |
getDriveSpaceUsed()
Deprecated. As of version 12.0. |
double |
getHitRate()
Deprecated. As of version 12.0. |
int |
getMaxIdleTime()
Deprecated. As of version 12.0. |
int |
getMaxIdleTimeUpdate()
Deprecated. As of version 12.0. |
int |
getMaxThreads()
Deprecated. As of version 12.0. |
int |
getMaxThreadsUpdate()
Deprecated. As of version 12.0. |
java.lang.String |
getObjectDLLName()
Deprecated. As of version 12.0. |
java.lang.String |
getObjectTypeName()
Deprecated. As of version 12.0. |
int |
getQueuedRequests()
Deprecated. As of version 12.0. |
int |
getRefresh()
Deprecated. As of version 12.0. |
int |
getRefreshUpdate()
Deprecated. As of version 12.0. |
int |
getThreads()
Deprecated. As of version 12.0. |
int |
getTotalRequests()
Deprecated. As of version 12.0. |
boolean |
isRefreshAlwaysHitsDB()
Deprecated. As of version 12.0. |
boolean |
isRefreshAlwaysHitsDBUpdate()
Deprecated. As of version 12.0. |
boolean |
isShareData()
Deprecated. As of version 12.0. |
boolean |
isShareDataUpdate()
Deprecated. As of version 12.0. |
void |
setCacheSizeUpdate(int n)
Deprecated. As of version 12.0. |
void |
setDirectoryUpdate(java.lang.String s)
Deprecated. As of version 12.0. |
void |
setMaxIdleTimeUpdate(int n)
Deprecated. As of version 12.0. |
void |
setMaxThreadsUpdate(int n)
Deprecated. As of version 12.0. |
void |
setRefreshAlwaysHitsDBUpdate(boolean s)
Deprecated. As of version 12.0. |
void |
setRefreshUpdate(int n)
Deprecated. As of version 12.0. |
void |
setShareDataUpdate(boolean b)
Deprecated. As of version 12.0. |
| Method Detail |
|---|
void commit()
throws SDKException
Commits the updates that have been made to the server's cache expiry time.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getDirectoryUpdate()
throws SDKException
Returns the Desktop Intelligence Cache Server's directory path.
String containing the Page Server's directory path.
SDKException - This is thrown if the process is unsuccessful.
void setDirectoryUpdate(java.lang.String s)
throws SDKException
Sets the Desktop Intelligence Cache Server's directory path. This will take effect once you commit the changes and the Crystal Reports Cache Server is restarted.
s - A String that specifies the Crystal Reports Cache Server's directory path.
SDKException - This is thrown if the process is unsuccessful.
int getMaxThreadsUpdate()
throws SDKException
Returns the maximum number of simultaneous processing threads.
int that specifies the maximum number of simultaneous processing threads.
SDKException - This is thrown if the process is unsuccessful.
void setMaxThreadsUpdate(int n)
throws SDKException
Sets the maximum number of simultaneous processing threads. This will take effect once you commit the changes and the Desktop Intelligence Cache Server is restarted.
n - An int that specifies the maximum number of simultaneous threads.
SDKException - This is thrown if the process is unsuccessful.
int getMaxIdleTimeUpdate()
throws SDKException
Returns the maximum time in minutes before an idle job is closed.
int that contains the maximum time in minutes before an
idle job is closed.
SDKException - This is thrown if the process is unsuccessful.
void setMaxIdleTimeUpdate(int n)
throws SDKException
Sets the maximum time in minutes before an idle job is closed. This will take effect once you commit the changes and the Desktop Intelligence Cache Server is restarted.
n - An int that contains the maximum time in minutes before an
idle job is closed.
SDKException - This is thrown if the process is unsuccessful.
int getCacheSizeUpdate()
throws SDKException
Returns the cache size in KB.
int that specifies the cache size in KB.
SDKException - This is thrown if the process is unsuccessful.
void setCacheSizeUpdate(int n)
throws SDKException
Sets the cache size in KB. This will take effect once the Desktop Intelligence Cache Server is restarted.
n - An int that specifies the new cache size in KB.
SDKException - This is thrown if the process is unsuccessful.
boolean isRefreshAlwaysHitsDBUpdate()
throws SDKException
boolean indicating whether the viewer refresh always hits the database.
SDKException - This is thrown if the process is unsuccessful
void setRefreshAlwaysHitsDBUpdate(boolean s)
throws SDKException
s - A boolean to let viewer refresh when it hits the database
SDKException - This is thrown if the process is unsuccessful
int getRefreshUpdate()
throws SDKException
int that contains the number of minutes that the server will process data before the data is
refreshed and given to a client.
SDKException - This is thrown if the process is unsuccessful
void setRefreshUpdate(int n)
throws SDKException
n - An int that contains the number of minutes that the server will process data before the data is refreshed.
SDKException - This is thrown if the process is unsuccessful
boolean isShareDataUpdate()
throws SDKException
SDKException - This is thrown if the process is unsuccessful
void setShareDataUpdate(boolean b)
throws SDKException
b - A boolean to set the server's default share document behaviour.
SDKException - This is thrown if the process is unsuccessful
java.lang.String getDirectory()
throws SDKException
Returns the Desktop Intelligence Cache Server's current directory path.
String that contains the Cache Server's current directory path.
SDKException - This is thrown if the process is unsuccessful.
int getMaxThreads()
throws SDKException
Returns the maximum number of simultaneous processing threads a cache server will allow.
int that specifies the maximum number of simultaneous processing threads.
SDKException - This is thrown if the process is unsuccessful.
int getMaxIdleTime()
throws SDKException
Returns the maximum time in minutes before an idle job is closed.
int that specifies the maximum time in minutes before an idle job
is closed.
SDKException - This is thrown if the process is unsuccessful.
int getCacheSize()
throws SDKException
Returns the current cache size of the server in KB.
int that specifies the current cache size in KB.
SDKException - This is thrown if the process is unsuccessful.
boolean isRefreshAlwaysHitsDB()
throws SDKException
boolean that indicates whether the viewer will refresh when it hits database.
SDKException - This is thrown if the process is unsuccessful
int getRefresh()
throws SDKException
int that contains the number of minutes that the server will process data before the data is refreshed.
SDKException - This is thrown if the process is unsuccessful
boolean isShareData()
throws SDKException
SDKException - This is thrown if the process is unsuccessful
int getConnections()
throws SDKException
Returns the total number of current connections from the Desktop Intelligence Cache Server(s).
int that specifies the total number of current connections
from the Desktop Intelligence Cache Server(s).
SDKException - This is thrown if the process is unsuccessful.
int getQueuedRequests()
throws SDKException
Returns the number of Desktop Intelligence Cache Server(s) requests in the queue that are waiting to be processed.
int that specifies the number of Desktop Intelligence Cache Server(s) requests in the
queue that are waiting to be processed.
SDKException - This is thrown if the process is unsuccessful.
int getThreads()
throws SDKException
Returns the current number of processing threads that are running.
int that specifies the number of threads that are running.
SDKException - This is thrown if the process is unsuccessful.
int getTotalRequests()
throws SDKException
Returns the total number of requests served by the cache server.
int that specifies the total number of requests served.
SDKException - This is thrown if the process is unsuccessful.
int getBytesTransferred()
throws SDKException
Returns the total number of bytes transferred in KB.
int that specifies the total number of bytes transferred in KB.
SDKException - This is thrown if the process is unsuccessful.
long getDriveSpaceUsed()
throws SDKException
Returns the amount of disk space, in KB, used by the Desktop Intelligence Cache Server.
long that specifies the amount of disk space, in KB, used by the
Crystal Reports Cache Server.
SDKException - This is thrown if the process is unsuccessful.
double getHitRate()
throws SDKException
Returns the rate at which requests can be fulfilled by the Desktop Intelligence Cache Server's cache.
double that specifies the rate at which requests can be fulfilled by
the Cache Server's cache.
SDKException - This is thrown if the process is unsuccessful.
IDocProcessingProcServerConnection[] getDocProcessingProcServerConnection()
throws SDKException
Returns the collection of Crystal Reports Page Servers that are connected to the current Cache Server.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getObjectTypeName()
throws SDKException
String that specifies the document type.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getObjectDLLName()
throws SDKException
String that specifies the dll name.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||