com.sun.jini.tool.envcheck.plugins
Class CheckConfig
java.lang.Object
com.sun.jini.tool.envcheck.AbstractPlugin
com.sun.jini.tool.envcheck.plugins.CheckConfig
- All Implemented Interfaces:
- Plugin
public class CheckConfig
- extends AbstractPlugin
Check the configuration files for services identified by service descriptors
in the service starter configuration. For each
SharedActivatableServiceDescriptor
or
NonActivatableServiceDescriptor
, a check is made that the
command line arguments are not null
or empty and that a
configuration can be instantiated from those arguments. The configuration is
searched for all occurrences of initialLookupGroups
entries and
generates warnings for those set to ALL_GROUPS
.
Method Summary |
void |
run(EnvCheck envCheck)
If configured to perform JSK checks, perform checks for each descriptor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckConfig
public CheckConfig()
run
public void run(EnvCheck envCheck)
- If configured to perform JSK checks, perform checks for each descriptor.
Any service which conforms to the same command line argument convention
may be included in a JSK check.
- Parameters:
envCheck
- the plugin container
Copyright © GigaSpaces.