org.jboss.portal.test.framework.embedded.opends
Class OpenDSService.GetSystemPropertyAction

java.lang.Object
  extended by org.jboss.portal.test.framework.embedded.opends.OpenDSService.GetSystemPropertyAction
All Implemented Interfaces:
java.security.PrivilegedAction
Enclosing class:
OpenDSService

public class OpenDSService.GetSystemPropertyAction
extends java.lang.Object
implements java.security.PrivilegedAction

A GetSystemPropetyAction.

Version:
$Revision: 1.1 $
Author:
Anil Saldhana

Constructor Summary
OpenDSService.GetSystemPropertyAction(java.lang.String prop)
           
 
Method Summary
 java.lang.Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenDSService.GetSystemPropertyAction

public OpenDSService.GetSystemPropertyAction(java.lang.String prop)
Method Detail

run

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