javax.rmi.CORBA
Class GetORBPropertiesFileAction

java.lang.Object
  extended byjavax.rmi.CORBA.GetORBPropertiesFileAction
All Implemented Interfaces:
java.security.PrivilegedAction

class GetORBPropertiesFileAction
extends Object
implements java.security.PrivilegedAction


Field Summary
private  boolean debug
           
 
Constructor Summary
GetORBPropertiesFileAction()
           
 
Method Summary
private  void getPropertiesFromFile(Properties props, String fileName)
           
private  String getSystemProperty(String name)
           
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

private boolean debug
Constructor Detail

GetORBPropertiesFileAction

public GetORBPropertiesFileAction()
Method Detail

getSystemProperty

private String getSystemProperty(String name)

getPropertiesFromFile

private void getPropertiesFromFile(Properties props,
                                   String fileName)

run

public Object run()
Specified by:
run in interface java.security.PrivilegedAction