Package com.sun.jini.action

Provides convenience PrivilegedAction implementations for retrieving system property values.

See:
          Description

Class Summary
GetBooleanAction A convenience class for retrieving the boolean value of a system property as a privileged action.
GetIntegerAction A convenience class for retrieving the int value of a system property as a privileged action.
GetLongAction A convenience class for retrieving the long value of a system property as a privileged action.
GetPropertyAction A convenience class for retrieving the string value of a system property as a privileged action.
 

Package com.sun.jini.action Description

Provides convenience PrivilegedAction implementations for retrieving system property values.

Since:
2.0


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