examples.wslauncher3
Class DelegationServiceImpl.PrivilegedLaunchAction

java.lang.Object
  extended byexamples.wslauncher3.DelegationServiceImpl.PrivilegedLaunchAction
All Implemented Interfaces:
PrivilegedExceptionAction
Enclosing class:
DelegationServiceImpl

private class DelegationServiceImpl.PrivilegedLaunchAction
extends Object
implements PrivilegedExceptionAction

This action launches the agent. Due to security reasons it is called above within a doPrivileged() statement.


Field Summary
(package private)  String method_
           
(package private)  Object[] param_
           
(package private)  String token_
           
(package private)  String wsurl_
           
 
Constructor Summary
DelegationServiceImpl.PrivilegedLaunchAction(String wsurl, String method, Object[] param, String token)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param_

Object[] param_

method_

String method_

token_

String token_

wsurl_

String wsurl_
Constructor Detail

DelegationServiceImpl.PrivilegedLaunchAction

public DelegationServiceImpl.PrivilegedLaunchAction(String wsurl,
                                                    String method,
                                                    Object[] param,
                                                    String token)
Method Detail

run

public Object run()
           throws Exception
Specified by:
run in interface PrivilegedExceptionAction
Throws:
Exception


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.