Package | Description |
---|---|
org.apache.river.example.browser |
A visualization tool for exploring Jini Network Technology
communities (djinns) with support for ServiceUI.
|
org.apache.river.start |
Provides the utilities and APIs used to launch the contributed services
provided in the River-Internet 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.
|
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.