Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.tools.db.priv
Class OracleUserPrivilegeCheck

java.lang.Object
  extended by org.hyperic.tools.db.priv.OracleUserPrivilegeCheck
All Implemented Interfaces:
PrivilegeCheck

public class OracleUserPrivilegeCheck
extends java.lang.Object
implements PrivilegeCheck


Constructor Summary
OracleUserPrivilegeCheck(java.sql.Connection conn)
           
 
Method Summary
 void cleanup()
          Release resources (like connections) used by this checker
 java.lang.String isPrivileged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleUserPrivilegeCheck

public OracleUserPrivilegeCheck(java.sql.Connection conn)
Method Detail

isPrivileged

public java.lang.String isPrivileged()
Specified by:
isPrivileged in interface PrivilegeCheck
Returns:
a useful error message indicating which permissions were missing. Or, returns null if all permissions are OK.

cleanup

public void cleanup()
Description copied from interface: PrivilegeCheck
Release resources (like connections) used by this checker

Specified by:
cleanup in interface PrivilegeCheck

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.