Uses of Package
org.ogf.saga.context

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. 
 

Classes in org.ogf.saga.context used by org.ogf.saga.bootstrap
ContextFactory
          Factory for objects in the saga.context package.
 

Classes in org.ogf.saga.context used by org.ogf.saga.context
Context
          A Context provides the functionality of a security information container.
 

Classes in org.ogf.saga.context used by org.ogf.saga.monitoring
Context
          A Context provides the functionality of a security information container.
 

Classes in org.ogf.saga.context used by org.ogf.saga.session
Context
          A Context provides the functionality of a security information container.
 

Classes in org.ogf.saga.context used by org.ogf.saga.stream
Context
          A Context provides the functionality of a security information container.
 



Copyright © 2014 Open Grid Forum. All rights reserved.