|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDocProcessingProcAdmin
The IDocProcessingProcAdmin interface allows you manage the metrics and properties
for the Desktop Intelligence Page Server.
| Method Summary | |
|---|---|
void |
commit()
Deprecated. As of version 12.0. |
int |
getBytesTransferred()
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. |
int |
getFailedRequests()
Deprecated. As of version 12.0. |
int |
getMaxChildProcesses()
Deprecated. As of version 12.0. |
int |
getMaxIdleTime()
Deprecated. As of version 12.0. |
int |
getMaxIdleTimeUpdate()
Deprecated. As of version 12.0. |
int |
getMaxLifetimeJobsPerChild()
Deprecated. As of version 12.0. |
int |
getMaxLifetimeJobsPerChildUpdate()
Deprecated. As of version 12.0. |
int |
getMaxNumPrestartedChildren()
Deprecated. As of version 12.0. |
int |
getMaxNumPrestartedChildrenUpdate()
Deprecated. As of version 12.0. |
int |
getMaxProcessingTime()
Deprecated. As of version 12.0. |
int |
getMaxProcessingTimeUpdate()
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 |
setDirectoryUpdate(java.lang.String s)
Deprecated. As of version 12.0. |
void |
setMaxIdleTimeUpdate(int n)
Deprecated. As of version 12.0. |
void |
setMaxLifetimeJobsPerChildUpdate(int n)
Deprecated. As of version 12.0. |
void |
setMaxNumPrestartedChildrenUpdate(int n)
Deprecated. As of version 12.0. |
void |
setMaxProcessingTimeUpdate(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 Page 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 Page Server's directory path. This will take effect once you commit the changes and the Crystal Reports Page Server is restarted.
s - A String that specifies the Desktop Intelligence Page Server 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 Page 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 Page 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.
boolean isRefreshAlwaysHitsDBUpdate()
throws SDKException
true if the viewer refresh always hits the database and false otherwise.
boolean indicating whether viewer refresh always hits database.
SDKException - This is thrown if the process is unsuccessful.
void setRefreshAlwaysHitsDBUpdate(boolean s)
throws SDKException
Sets to true if you want to let the viewer refresh when it hits the database. Set to False if you do not want this option enabled.
This will take effect once you commit the changes and the Desktop Intelligence Page Server is restarted.
s - A boolean to let viewer refresh hits the database
SDKException - This is thrown if the process is unsuccessful
int getRefreshUpdate()
throws SDKException
int that contains the number of minutes since data was oldest processed data given to a client in minutes.
SDKException - This is thrown if the process is unsuccessful.
void setRefreshUpdate(int n)
throws SDKException
n - An int containing the oldest processed data given to a client in minutes.
SDKException - This is thrown if the process is unsuccessful.
int getMaxProcessingTimeUpdate()
throws SDKException
int that contains the maximum minutes before processing is stopped.
SDKException - This is thrown if the process is unsuccessful.
void setMaxProcessingTimeUpdate(int n)
throws SDKException
Sets the maximum number of minutes before processing a request is stopped.
This will take effect once you commit the changes and the Desktop Intelligence Page Server is restarted.
For more information on performance, see "Modifying Desktop Intelligence Page Server performance settings" in the BusinessObjects Enterprise Administrator's Guide.
n - An int that contains the maximum number of minutes before processing a request is stopped.
SDKException - This is thrown if the process is unsuccessful.
int getMaxNumPrestartedChildrenUpdate()
throws SDKException
int that contains the number of report engines.
SDKException - This is thrown if the process is unsuccessful.
void setMaxNumPrestartedChildrenUpdate(int n)
throws SDKException
n - An int that contains the maximum number of report engines to be preloaded.
SDKException - This is thrown if the process is unsuccessful.
int getMaxLifetimeJobsPerChildUpdate()
throws SDKException
int that contains the maximum number of actions that each report engine can perform.
SDKException - This is thrown if the process is unsuccessful.
void setMaxLifetimeJobsPerChildUpdate(int n)
throws SDKException
n - An int that contains the maximum number of actions that each report engine can perform.
SDKException - This is thrown if the process is unsuccessful.
boolean isShareDataUpdate()
throws SDKException
boolean that indicates whether the cache server's behaviour is to share documents.
SDKException - This is thrown if the process is unsuccessful.
void setShareDataUpdate(boolean b)
throws SDKException
b - A boolean that indicates whether the cache server's behaviour is to share documents.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getDirectory()
throws SDKException
Returns the Desktop Intelligence Page Server's current directory path.
String that contains the Page 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.
int specifying 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.
boolean isRefreshAlwaysHitsDB()
throws SDKException
boolean that indicates whether the viewer refresh always hits a database.
SDKException - This is thrown if the process is unsuccessful
int getRefresh()
throws SDKException
int that contains the oldest processed data given to a client in minutes.
SDKException - This is thrown if the process is unsuccessful
int getMaxProcessingTime()
throws SDKException
int that contains the maximum number of minutes before processing a request is stopped.
SDKException - This is thrown if the process is unsuccessful.
int getMaxNumPrestartedChildren()
throws SDKException
int that contains the number of report engines that are preloaded.
SDKException - This is thrown if the process is unsuccessful.
int getMaxLifetimeJobsPerChild()
throws SDKException
int that contains the maximum number of actions that each report engine can perform.
SDKException - This is thrown if the process is unsuccessful.
boolean isShareData()
throws SDKException
boolean that indicates whether the cache server's behaviour is to share documents.
SDKException - This is thrown if the process is unsuccessful.
int getConnections()
throws SDKException
Returns the total number of current connections to the Desktop Intelligence Cache Server(s).
int that specifies the total number of current connections
to 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 specifyies the number of Crystal Reports 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 threads that are currently being processed.
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 Desktop Intelligence 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.
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 cache dll name.
SDKException - This is thrown if the process is unsuccessful.
int getFailedRequests()
throws SDKException
int that specifies the number of failed requests.
SDKException - This is thrown if the process is unsuccessful.
int getMaxChildProcesses()
throws SDKException
int that specifies the maximum number of children that can exist.
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 | ||||||||