com.sun.jini.outrigger
Class SpaceProxy2.ReadProperityPrivilegedAction
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propName
private final String propName
- Property to read
SpaceProxy2.ReadProperityPrivilegedAction
SpaceProxy2.ReadProperityPrivilegedAction(String propName)
- Construct a ReadProperityPrivilegedAction that will read
the specified property.
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.