Uses of Class
com.sun.jini.start.SharedActivationGroupDescriptor

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

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

Methods in com.sun.jini.tool.envcheck that return SharedActivationGroupDescriptor
 SharedActivationGroupDescriptor EnvCheck.getGroupDescriptor()
          Return the SharedActivationGroupDescriptor contained in the service starter configuration.
 

Methods in com.sun.jini.tool.envcheck with parameters of type SharedActivationGroupDescriptor
 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 SharedActivationGroupDescriptor in com.sun.jini.tool.envcheck.plugins
 

Methods in com.sun.jini.tool.envcheck.plugins with parameters of type SharedActivationGroupDescriptor
private  void CheckJsseProps.checkDiscoveryStore(SharedActivationGroupDescriptor gd)
          Check the validity of the discovery trust store definition for the command line or group.
private  boolean CheckJsseProps.checkExistance(SharedActivationGroupDescriptor gd, String propName, String desc, String source)
          Check the existence of a property definition in the group or command line.
private  void CheckJsseProps.checkKeyStore(SharedActivationGroupDescriptor gd)
          Check the validity of the key store definition for the command line or group.
private  void CheckLoggingConfig.checkLoggingConfig(SharedActivationGroupDescriptor gd)
          Check the logging configuration for the group or command line.
private  void CheckJsseProps.checkLoginConfigs(SharedActivationGroupDescriptor gd)
          Check the validity of the login configuration for the command line or group.
private  void CheckJSKPolicy.checkPolicy(SharedActivationGroupDescriptor gd)
          Check the policy for the command line or group.
private  void CheckJsseProps.checkProvider(SharedActivationGroupDescriptor gd)
          Check that the security provider is an instance of DynamicPolicyProvider.
private  void CheckJsseProps.checkTrustStore(SharedActivationGroupDescriptor gd)
          Check the validity of the trust store definition for the command line or group.
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.
private  String CheckJsseProps.getSource(SharedActivationGroupDescriptor gd)
          Get the source string identifying the activation group (if gd is not null) or the command line (if gd is null).
 



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