|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface has been deprecated as of BusinessObjects Enterprise XI.
The IWCSAdmin interface helps you monitor the efficiency of the WCS server by providing
information on requests to the WCS, time taken by the WCS, and bytes sent by the WCS.
You can also manage logging for the WCS and whether or not it uses NT single sign-on.
| Method Summary | |
void |
commit()
Deprecated. |
double |
getAverageBytes()
Deprecated. |
double |
getAverageRequestTime()
Deprecated. |
int |
getCurrentRequests()
Deprecated. |
ILogFields |
getLogFields()
Deprecated. |
java.lang.String |
getLogPath()
Deprecated. |
double |
getTotalBytes()
Deprecated. |
int |
getTotalRequests()
Deprecated. |
double |
getTotalTime()
Deprecated. |
boolean |
isLoggingEnabled()
Deprecated. |
boolean |
isSingleSignOn()
Deprecated. |
void |
setLoggingEnabled(boolean loggingEnabled)
Deprecated. |
void |
setLogPath(java.lang.String s)
Deprecated. |
void |
setSingleSignOn(boolean singleSignOn)
Deprecated. |
| Method Detail |
public boolean isLoggingEnabled()
throws SDKException
Returns whether the WCS server will create a log file.
true if a log file will be created, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
public void setLoggingEnabled(boolean loggingEnabled)
throws SDKException
Sets whether the WCS server will create a log file.
loggingEnabled - true if a log file will be created, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.String getLogPath()
throws SDKException
Returns the path for log files created by the WCS.
String containing the path for log files created by the
WCS.
SDKException - This is thrown if the process is unsuccessful.
public void setLogPath(java.lang.String s)
throws SDKException
Sets the path for log files created by the WCS.
s - A String containing the path for log files created by the WCS.
SDKException - This is thrown if the process is unsuccessful.
public boolean isSingleSignOn()
throws SDKException
Returns whether or not the WCS accepts NT single sign-on.
true if the WCS accepts NT single sign-on, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
public void setSingleSignOn(boolean singleSignOn)
throws SDKException
Sets whether or not the WCS accepts NT single sign-on.
singleSignOn - true if the WCS accepts NT single sign-on, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
public double getAverageBytes()
throws SDKException
Returns the average number of bytes per request.
double specifying the average number of bytes per request.
SDKException - This is thrown if the process is unsuccessful.
public double getAverageRequestTime()
throws SDKException
Returns the average time taken per request in seconds.
double specifying the average time taken per request (seconds).
SDKException - This is thrown if the process is unsuccessful.
public int getCurrentRequests()
throws SDKException
Returns the total number of current requests.
int specifying the total number of current requests.
SDKException - This is thrown if the process is unsuccessful.
public double getTotalBytes()
throws SDKException
Returns the total number of bytes sent by the WCS.
double specifying the total number of bytes sent by the WCS.
SDKException - This is thrown if the process is unsuccessful.
public int getTotalRequests()
throws SDKException
Returns the total number of requests sent by the WCS.
int specifying the total number of requests sent by the WCS.
SDKException - This is thrown if the process is unsuccessful.
public double getTotalTime()
throws SDKException
Returns the total time taken for all requests sent by the WCS in seconds.
double specifying the total time taken for all requests sent by
the WCS (seconds).
SDKException - This is thrown if the process is unsuccessful.
public void commit()
throws SDKException
Commits to the CMS any changes that are made to the WCS.
SDKException - This is thrown if the process is unsuccessful.
public ILogFields getLogFields()
throws SDKException
Returns the ILogFields collection.
ILogFields representing the LogFields collection.
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 | |||||||||