examples.wslauncher3
Class DelegationServiceImpl.PrivilegedLaunchAction
java.lang.Object
examples.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
param_
Object[] param_
method_
String method_
token_
String token_
wsurl_
String wsurl_
DelegationServiceImpl.PrivilegedLaunchAction
public DelegationServiceImpl.PrivilegedLaunchAction(String wsurl,
String method,
Object[] param,
String token)
run
public Object run()
throws Exception
- Specified by:
run
in interface PrivilegedExceptionAction
- Throws:
Exception
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.