Top-level package for OSCARS.
The classes in this package provide common functionality (for example
property handling). There are a number of sub-packages which
instantiate the various OSCARS components.
- oscars contains the OSCARS core service, contacted both
by Axis2 SOAP clients, and by servlets.
- aaa provides functionality for authentication,
authorization, and user administration.
- bss contains classes for reservation handling.
- client contains functionality used by clients of
OSCARS, currently the example clients and the forwarder client.
- database provides common functionality for
data access object (DAO) operations.
- interdomain contains classes to forward a message to
the next domain, if any.
- lookup provides functionality associated with
the perfSONAR lookup service.
- notify provides a notification broker service.
- pathfinder contains sub-packages implementing several
ways of determining a path through the local domain.
-
- pss contains functionality for circuit setup and teardown.
- rmi contains RMI client and server code for passing
requests from the servlets to the OSCARS core.
- scheduler schedules reservation related jobs.
- servlets contains the servlet code contacted
by the browser interface.
- tss implements a traffic engineering database.
- wsdlTypes contains wsdl2java generated
classes that are used by both client and server code.