| Package | Description | 
|---|---|
| org.apache.river.example.browser | 
 A visualization tool for exploring Jini Network Technology
communities (djinns) with support for ServiceUI. 
 | 
| org.apache.river.reggie | 
 Provides implementations of  
ServiceRegistrar. | 
| org.apache.river.start | 
 Provides the utilities and APIs used to launch the contributed services 
provided in the Apache River release. 
 | 
| org.apache.river.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. | 
| Constructor and Description | 
|---|
Browser(String[] args,
       LifeCycle lc)
Creates an instance with the given command line arguments and
 life cycle callback. 
 | 
| Constructor and Description | 
|---|
PersistentRegistrarImpl(String[] configArgs,
                       LifeCycle lifeCycle)
Constructs a non-activatable PersistentRegistrarImpl based on a
 configuration obtained using the provided arguments. 
 | 
TransientRegistrarImpl(Configuration config,
                      LifeCycle lifeCycle)
Constructs a TransientRegistrarImpl based on the configuration argument
 If lifeCycle is non-null, then its
 unregister method is invoked during service shutdown. 
 | 
TransientRegistrarImpl(String[] configArgs,
                      LifeCycle lifeCycle)
Constructs a TransientRegistrarImpl based on a configuration obtained
 using the provided arguments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LifeCycle | 
NonActivatableServiceDescriptor.getLifeCycle()
LifeCycle accessor method. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NonActivatableServiceDescriptor.setLifeCycle(LifeCycle lc)
Sets the  
LifeCycle object for this
 descriptor. | 
| Constructor and Description | 
|---|
NonActivatableServiceDescriptor(String exportCodebase,
                               String policy,
                               String importCodebase,
                               String implClassName,
                               Configuration config,
                               LifeCycle lifeCycle,
                               ProxyPreparer preparer)  | 
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. 
 | 
| Constructor and Description | 
|---|
ClassServer(String[] args,
           LifeCycle lifeCycle)
Construct a server, accepting the same command line options
 supported by  
main, except for the -stop
 option. | 
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.