站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ApacheDSService.GetSystemPropertyAction - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.framework.embedded.apacheds
Class ApacheDSService.GetSystemPropertyAction

java.lang.Object
  extended byorg.jboss.portal.test.framework.embedded.apacheds.ApacheDSService.GetSystemPropertyAction
All Implemented Interfaces:
java.security.PrivilegedAction
Enclosing class:
ApacheDSService

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

A GetSystemPropetyAction.

Version:
$Revision: 1.1 $
Author:
Anil Saldhana

Field Summary
private  java.lang.String property
           
 
Constructor Summary
ApacheDSService.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
 

Field Detail

property

private java.lang.String property
Constructor Detail

ApacheDSService.GetSystemPropertyAction

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

run

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