|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonActivatableServiceDescriptor | |
---|---|
com.sun.jini.start | Provides the utilities and APIs used to launch the contributed services provided in the Apache River release. |
com.sun.jini.tool.envcheck | Tool for examining the run-time environment of a Jini component. |
com.sun.jini.tool.envcheck.plugins |
Uses of NonActivatableServiceDescriptor in com.sun.jini.start |
---|
Subclasses of NonActivatableServiceDescriptor in com.sun.jini.start | |
---|---|
class |
SharedActivatableServiceDescriptor
Class used to launch shared, activatable services. |
Uses of NonActivatableServiceDescriptor in com.sun.jini.tool.envcheck |
---|
Methods in com.sun.jini.tool.envcheck with parameters of type NonActivatableServiceDescriptor | |
---|---|
Object |
EnvCheck.launch(NonActivatableServiceDescriptor d,
SharedActivationGroupDescriptor gd,
String taskName)
Launch a subtask using the environment defined by the given service descriptors. |
Object |
EnvCheck.launch(NonActivatableServiceDescriptor d,
SharedActivationGroupDescriptor gd,
String taskName,
String[] args)
Launch a subtask using the environment defined by the given service descriptors. |
Uses of NonActivatableServiceDescriptor in com.sun.jini.tool.envcheck.plugins |
---|
Methods in com.sun.jini.tool.envcheck.plugins with parameters of type NonActivatableServiceDescriptor | |
---|---|
private boolean |
CheckConfig.checkArgs(NonActivatableServiceDescriptor d,
String source)
Check that the arguments array obtained by calling getServerConfigArgs on the given service descriptor is
non-null and has length > 0. |
private boolean |
CheckConfig.checkConfigLoad(NonActivatableServiceDescriptor d,
String source)
Execute the subtask which loads the configuration file. |
private void |
CheckConfig.checkForAllGroups(NonActivatableServiceDescriptor d,
String source)
Execute the subtask which checks for ALL_GROUPS. |
private void |
CheckConfig.checkServiceConfig(NonActivatableServiceDescriptor d,
String source)
Check the service configuration file by instantiating the configuration in a subtask created using the same properties and arguments that would be used to run the actual service. |
private URL |
CheckCodebase.checkURL(NonActivatableServiceDescriptor d,
SharedActivationGroupDescriptor g,
String source,
String urlToken)
Check whether urlToken can be used to construct
a URL object. |
private void |
CheckCodebase.doChecks(NonActivatableServiceDescriptor d,
SharedActivationGroupDescriptor g,
String source,
String codebase)
Perform all of the checks on codebase . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |