Uses of Interface
com.sun.jini.start.ServiceDescriptor

Packages that use ServiceDescriptor
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 ServiceDescriptor in com.sun.jini.start
 

Classes in com.sun.jini.start that implement ServiceDescriptor
 class NonActivatableServiceDescriptor
          Class used to launch shared, non-activatable, in-process services.
 class SharedActivatableServiceDescriptor
          Class used to launch shared, activatable services.
 class SharedActivationGroupDescriptor
          Class used to create a shared activation group.
 

Fields in com.sun.jini.start declared as ServiceDescriptor
 ServiceDescriptor ServiceStarter.Result.descriptor
          Associated ServiceDescriptor object used to create the service instance
 

Methods in com.sun.jini.start with parameters of type ServiceDescriptor
private static ServiceStarter.Result[] ServiceStarter.create(ServiceDescriptor[] descs, Configuration config)
          Generic service creation method that attempts to start the services defined by the provided ServiceDescriptor[] argument.
private static ServiceStarter.Result[] ServiceStarter.createWithLogin(ServiceDescriptor[] descs, Configuration config, LoginContext loginContext)
          Generic service creation method that attempts to login via the provided LoginContext and then call the create overload without a login context argument.
private static void DestroySharedGroup.destroy(ServiceDescriptor[] srvArray, Configuration config)
          Method that attempts to destroy any available SharedGroup objects in the provided ServiceDescriptor[].
private static void DestroySharedGroup.destroyWithLogin(ServiceDescriptor[] descs, Configuration config, LoginContext loginContext)
          Method that attempts to login via the provided LoginContext and then calls destroy.
 

Constructors in com.sun.jini.start with parameters of type ServiceDescriptor
ServiceStarter.Result(ServiceDescriptor d, Object o, Exception e)
          Trivial constructor.
 

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

Fields in com.sun.jini.tool.envcheck declared as ServiceDescriptor
private  ServiceDescriptor[] EnvCheck.descriptors
          the ServiceDescriptors obtained from the starter config
 

Methods in com.sun.jini.tool.envcheck that return ServiceDescriptor
 ServiceDescriptor[] EnvCheck.getDescriptors()
          Return the ServiceDescriptors contained in the service starter configuration.
 

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

Methods in com.sun.jini.tool.envcheck.plugins with parameters of type ServiceDescriptor
private  void CheckPolicy.checkDescriptor(ServiceDescriptor d)
          Check the policy file provided in any ServiceDescriptor
 



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