Packages that use org.ogf.saga.context |
org.ogf.saga.bootstrap |
This package contains the bootstrap mechanism which connects a SAGA
application, written on top of the SAGA Java language bindings, to
a specific SAGA implementation. |
org.ogf.saga.context |
This package contains the
Context
interface, which provides a common interface for storing security information. |
org.ogf.saga.monitoring |
The monitoring package defines the
Monitorable interface,
which must be implemented by monitorable SAGA objects, and also
defines the
Steerable interface,
which extends the monitoring mechanism with the ability to push
values back to the monitored entity. |
org.ogf.saga.session |
This package contains the Session
interface, which provides a common interface for managing
security information (by storing
Context
objects). |
org.ogf.saga.stream |
The streams package provides a simple mechanism for setting up
connections to remote components. |