Uses of Interface
org.ogf.saga.context.Context

Packages that use Context
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. 
 

Uses of Context in org.ogf.saga.context
 

Methods in org.ogf.saga.context that return Context
static Context ContextFactory.createContext()
          Constructs a security context.
static Context ContextFactory.createContext(String type)
          Constructs a security context.
static Context ContextFactory.createContext(String sagaFactoryClassname, String type)
          Constructs a security context.
protected abstract  Context ContextFactory.doCreateContext(String type)
          Constructs a security context.
 

Uses of Context in org.ogf.saga.monitoring
 

Methods in org.ogf.saga.monitoring with parameters of type Context
 boolean Callback.cb(Monitorable mt, Metric metric, Context ctx)
          Asynchronous handler for metric changes.
 

Uses of Context in org.ogf.saga.session
 

Methods in org.ogf.saga.session that return Context
 Context[] Session.listContexts()
          Retrieves all contexts attached to the session.
 

Methods in org.ogf.saga.session with parameters of type Context
 void Session.addContext(Context context)
          Attaches a deep copy of the specified security context to the session.
 void Session.removeContext(Context context)
          Detaches the specified security context from the session.
 

Uses of Context in org.ogf.saga.stream
 

Methods in org.ogf.saga.stream that return Context
 Context Stream.getContext()
          Returns the remote authorization info.
 

Methods in org.ogf.saga.stream that return types with arguments of type Context
 Task<Stream,Context> Stream.getContext(TaskMode mode)
          Creates a task that obtains the remote authorization info.
 



Copyright © 2014 Open Grid Forum. All rights reserved.