Package javax.rmi.CORBA
Class GetORBPropertiesFileAction
- java.lang.Object
-
- javax.rmi.CORBA.GetORBPropertiesFileAction
-
- All Implemented Interfaces:
java.security.PrivilegedAction
class GetORBPropertiesFileAction extends java.lang.Object implements java.security.PrivilegedAction
-
-
Field Summary
Fields Modifier and Type Field Description private booleandebug
-
Constructor Summary
Constructors Constructor Description GetORBPropertiesFileAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidgetPropertiesFromFile(java.util.Properties props, java.lang.String fileName)private java.lang.StringgetSystemProperty(java.lang.String name)java.lang.Objectrun()
-
-
-
Method Detail
-
getSystemProperty
private java.lang.String getSystemProperty(java.lang.String name)
-
getPropertiesFromFile
private void getPropertiesFromFile(java.util.Properties props, java.lang.String fileName)
-
run
public java.lang.Object run()
- Specified by:
runin interfacejava.security.PrivilegedAction
-
-