Uses of Class
com.sun.jini.tool.envcheck.EnvCheck

Packages that use EnvCheck
com.sun.jini.tool.envcheck Tool for examining the run-time environment of a Jini component. 
com.sun.jini.tool.envcheck.plugins   
 

Uses of EnvCheck in com.sun.jini.tool.envcheck
 

Methods in com.sun.jini.tool.envcheck with parameters of type EnvCheck
 void Plugin.run(EnvCheck envCheck)
          Run the test implemented by the plugin.
 

Uses of EnvCheck in com.sun.jini.tool.envcheck.plugins
 

Fields in com.sun.jini.tool.envcheck.plugins declared as EnvCheck
(package private)  EnvCheck CheckPersistence.envCheck
           
private  EnvCheck CheckLoggingConfig.envCheck
           
private  EnvCheck CheckJSKPlatform.envCheck
          the plugin container
private  EnvCheck CheckConfig.envCheck
          reference to the plugin container
(package private)  EnvCheck CheckCodebase.envCheck
          reference to the plugin container
private  EnvCheck CheckJSKPolicy.envCheck
           
private  EnvCheck CheckActivationSystem.envCheck
          reference to the container
private  EnvCheck CheckPolicy.envCheck
          the plugin container
private  EnvCheck CheckJDK1_4.envCheck
          reference to the plugin container
(package private)  EnvCheck CheckJsseProps.envCheck
          reference to the plugin container
 

Methods in com.sun.jini.tool.envcheck.plugins with parameters of type EnvCheck
 void CheckPersistence.run(EnvCheck envCheck)
          Check the persistence directory for every SharedActivatableServiceDescriptor in the starter configuration.
 void CheckLoggingConfig.run(EnvCheck envCheck)
           
 void CheckJSKPlatform.run(EnvCheck envCheck)
          Check the command line vm and the group, if there is one, for a classpath containing jsk-platform.jar.
 void CheckConfig.run(EnvCheck envCheck)
          If configured to perform JSK checks, perform checks for each descriptor.
 void CheckCodebase.run(EnvCheck envCheck)
          Depending on whether service start checks are configured, either check the codebase system property or all of the ServiceDescriptors that are instanceof NonActivatableServiceDescriptor.
 void CheckJSKPolicy.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.
 void CheckActivationSystem.run(EnvCheck envCheck)
          Determine whether to perform this check, and perform the check if appropriate.
 void CheckPolicy.run(EnvCheck envCheck)
          Perform policy file checks for the current VM and all service descriptors.
 void CheckJDK1_4.run(EnvCheck envCheck)
          Check the validity of the activation group VM (if there is one)
 void CheckJsseProps.run(EnvCheck envCheck)
          Check the security files for the current VM and for the group VM if there is a SharedActivationGroupDescriptor.
 void CheckNoLoopback.run(EnvCheck envCheck)
          Get the address of the local host and check for loopback.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.