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 boolean
debug
-
Constructor Summary
Constructors Constructor Description GetORBPropertiesFileAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
getPropertiesFromFile(java.util.Properties props, java.lang.String fileName)
private java.lang.String
getSystemProperty(java.lang.String name)
java.lang.Object
run()
-
-
-
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:
run
in interfacejava.security.PrivilegedAction
-
-