com.sun.jini.outrigger
Class SpaceProxy2.ReadProperityPrivilegedAction

java.lang.Object
  extended by com.sun.jini.outrigger.SpaceProxy2.ReadProperityPrivilegedAction
All Implemented Interfaces:
PrivilegedAction
Enclosing class:
SpaceProxy2

private static class SpaceProxy2.ReadProperityPrivilegedAction
extends Object
implements PrivilegedAction

PrivilegedAction for reading a property. Returns a string.


Field Summary
private  String propName
          Property to read
 
Constructor Summary
SpaceProxy2.ReadProperityPrivilegedAction(String propName)
          Construct a ReadProperityPrivilegedAction that will read the specified property.
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propName

private final String propName
Property to read

Constructor Detail

SpaceProxy2.ReadProperityPrivilegedAction

SpaceProxy2.ReadProperityPrivilegedAction(String propName)
Construct a ReadProperityPrivilegedAction that will read the specified property.

Method Detail

run

public Object run()
Specified by:
run in interface PrivilegedAction


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.