com.sun.jini.tool.envcheck.plugins
Class CheckJSKPolicy
java.lang.Object
com.sun.jini.tool.envcheck.AbstractPlugin
com.sun.jini.tool.envcheck.plugins.CheckJSKPolicy
- All Implemented Interfaces:
- Plugin
public class CheckJSKPolicy
- extends AbstractPlugin
Check whether jsk-policy.jar
is installed in the extensions
directory. For both the current VM and for the group VM (if any) load
net.jini.security.policy.DynamicPolicyProvider
and verify that
it was loaded with the extension classloader by verifying that the parent
loader is the bootstrap loader (null
). The group VM is checked
only if the descriptors getServerCommand()
method returns
non-null
Method Summary |
void |
run(EnvCheck envCheck)
Perform the check both for the current VM, and for the group VM if a
SharedActivationGroupDescriptor is available from the plugin
container. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckJSKPolicy
public CheckJSKPolicy()
run
public void run(EnvCheck envCheck)
- Perform the check both for the current VM, and for the group VM if a
SharedActivationGroupDescriptor
is available from the plugin
container.
- Parameters:
envCheck
- a reference to the driver instance.
Copyright © GigaSpaces.