|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAuditAdmin
The IAuditAdmin interface allows you to choose the specific server(s) you would like to audit.
IAuditAdmin also enables the audit functionality, and sets the location of the log directory for each server. The IAuditAdmin
interface is used by each server audit object.
| Method Summary | |
|---|---|
void |
commit()
Deprecated. As of version 12.0. Commit the Job Server InfoObject to save any changes. |
java.lang.String |
getLogDir()
Deprecated. As of version 12.0. |
java.lang.Object |
getServerAuditAdmin()
Deprecated. As of version 12.0. |
java.lang.String |
getServerKind()
Deprecated. As of version 12.0. |
boolean |
getStatus()
Deprecated. As of version 12.0. |
void |
setLogDir(java.lang.String logDir)
Deprecated. As of version 12.0. |
void |
setStatus(boolean status)
Deprecated. As of version 12.0. |
| Method Detail |
|---|
java.lang.String getServerKind()
throws SDKException
Returns the name of the server that is being audited.
String containing the name of the server that is being audited.
SDKException - This is thrown if the process is unsuccessful.
java.lang.Object getServerAuditAdmin()
throws SDKException
Returns each audit admin interface associated only with this server.
Object associated with this server.
SDKException - This is thrown if the process is unsuccessful.
void commit()
throws SDKException
Commits auditing information back to the associated server.
SDKException - This is thrown if the process is unsuccessful.
boolean getStatus()
throws SDKException
Returns a boolean indicating whether or not the auditing feature is enabled.
true if auditing is enabled, false otherwise.
- Throws:
SDKException - This is thrown if the process is unsuccessful.
void setStatus(boolean status)
throws SDKException
Sets the auditing function on or off.
status - A boolean indicating whether or not the auditing function will be enabled or disabled.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getLogDir()
throws SDKException
Returns the Audit log directory.
String containing the location of the Audit log directory.
SDKException - This is thrown if the process is unsuccessful.
void setLogDir(java.lang.String logDir)
throws SDKException
Sets the Audit log directory.
logDir - A String containing the location of the Audit log directory.
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 | ||||||||