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. 
 

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.
 

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

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



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