java.lang.Object
org.apache.derby.client.am.GetResourceBundleAction
- All Implemented Interfaces:
- java.security.PrivilegedExceptionAction
- public class GetResourceBundleAction
- extends java.lang.Object
- implements java.security.PrivilegedExceptionAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceBundleName_
private java.lang.String resourceBundleName_
GetResourceBundleAction
public GetResourceBundleAction(java.lang.String resourceBundleName)
run
public java.lang.Object run()
throws java.lang.NullPointerException,
java.util.MissingResourceException
- Description copied from interface:
java.security.PrivilegedExceptionAction
- This method performs an operation that requires higher privileges to
successfully complete. It is called when a section of code invokes
AccessController.doPrivileged().
- Specified by:
run in interface java.security.PrivilegedExceptionAction
setResourceBundleName
public void setResourceBundleName(java.lang.String resourceBundleName)