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

Packages that use LifeCycle
com.sun.jini.example.browser A visualization tool for exploring Jini Network Technology communities (djinns) with support for ServiceUI. 
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 Tools for: checking configuration files; checking for missing serialVersionUID fields; computing class dependencies; generating permission grants to debug security policy setup; providing HTTP service; generating message digests; generating HTTPMD URLs; generating wrapper JAR files; and generating preferred lists. 
 

Uses of LifeCycle in com.sun.jini.example.browser
 

Constructors in com.sun.jini.example.browser with parameters of type LifeCycle
Browser(String[] args, LifeCycle lc)
          Creates an instance with the given command line arguments and life cycle callback.
 

Uses of LifeCycle in com.sun.jini.start
 

Methods in com.sun.jini.start that return LifeCycle
 LifeCycle NonActivatableServiceDescriptor.getLifeCycle()
          LifeCycle accessor method.
 

Methods in com.sun.jini.start with parameters of type LifeCycle
 void NonActivatableServiceDescriptor.setLifeCycle(LifeCycle lc)
          Sets the LifeCycle object for this descriptor.
 

Constructors in com.sun.jini.start with parameters of type LifeCycle
NonActivatableServiceDescriptor(String exportCodebase, String policy, String importCodebase, String implClassName, String[] serverConfigArgs, LifeCycle lifeCycle)
          Convenience constructor.
NonActivatableServiceDescriptor(String exportCodebase, String policy, String importCodebase, String implClassName, String[] serverConfigArgs, LifeCycle lifeCycle, ProxyPreparer preparer)
          Main constructor.
 

Uses of LifeCycle in com.sun.jini.tool
 

Constructors in com.sun.jini.tool with parameters of type LifeCycle
ClassServer(String[] args, LifeCycle lifeCycle)
          Construct a running server, accepting the same command line options supported by main, except for the -stop option.
 



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