Kieker 1.9

kieker.tools.bridge.cli
Class PrivilegedClassLoaderAction

java.lang.Object
  extended by kieker.tools.bridge.cli.PrivilegedClassLoaderAction
All Implemented Interfaces:
PrivilegedAction<URLClassLoader>

public class PrivilegedClassLoaderAction
extends Object
implements PrivilegedAction<URLClassLoader>

Since:
1.8
Author:
Reiner Jung, Nils Ehmke

Constructor Summary
PrivilegedClassLoaderAction(URL[] urls)
          Creates a new instance of this class using the given parameters.
 
Method Summary
 URLClassLoader run()
          Runs the action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivilegedClassLoaderAction

public PrivilegedClassLoaderAction(URL[] urls)
Creates a new instance of this class using the given parameters.

Parameters:
urls - The list of libraries used to create the class loader.
Method Detail

run

public URLClassLoader run()
Runs the action.

Specified by:
run in interface PrivilegedAction<URLClassLoader>
Returns:
The class loader.

Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net