Uses of Class
org.gcube.vremanagement.resourcemanager.impl.reporting.Session

Packages that use Session
org.gcube.vremanagement.resourcemanager.impl.brokerage   
org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker   
org.gcube.vremanagement.resourcemanager.impl.operators   
org.gcube.vremanagement.resourcemanager.impl.reporting   
org.gcube.vremanagement.resourcemanager.impl.state   
 

Uses of Session in org.gcube.vremanagement.resourcemanager.impl.brokerage
 

Methods in org.gcube.vremanagement.resourcemanager.impl.brokerage with parameters of type Session
 void ServiceBroker.makePlan(Session session, Set<ScopedDeployedSoftware> services, String[] suggestedGHNs)
           
 void InternalBroker.makePlan(Session session, Set<ScopedDeployedSoftware> services, String[] suggestedGHNs)
          Creates a deployment plan for the given services
 void Broker.makePlan(Session session, Set<ScopedDeployedSoftware> services, String[] suggestedGHNs)
          Creates a deployment plan for the given services
 void ServiceBroker.sendFeedback(Session session)
          Sends feedback to the broker about the execution of the plan for the given session
 void InternalBroker.sendFeedback(Session session)
          Sends feedback to the broker about the execution of the plan for the given session
 void Broker.sendFeedback(Session session)
          Sends feedback to the broker about the execution of the plan for the given session
 

Uses of Session in org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker
 

Methods in org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker with parameters of type Session
static String Feedback.create(Session session)
          Creates the feedback information for the Broker Service
 

Uses of Session in org.gcube.vremanagement.resourcemanager.impl.operators
 

Fields in org.gcube.vremanagement.resourcemanager.impl.operators declared as Session
 Session OperatorConfig.session
           
 

Constructors in org.gcube.vremanagement.resourcemanager.impl.operators with parameters of type Session
OperatorConfig(Session report, ScopeState scopeState, org.gcube.common.core.scope.GCUBEScope... scope)
           
 

Uses of Session in org.gcube.vremanagement.resourcemanager.impl.reporting
 

Methods in org.gcube.vremanagement.resourcemanager.impl.reporting that return Session
static Session Session.load(String id)
          Loads the report from the file system
 

Uses of Session in org.gcube.vremanagement.resourcemanager.impl.state
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state that return Session
 Session ScopeState.getLastReport()
          Gets the last active Session
 Session InstanceState.getSession(String id)
          Gets the Session
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state with parameters of type Session
 void InstanceState.addSession(org.gcube.common.core.scope.GCUBEScope scope, Session session)
          Adds a new Session to the service's state
 void InstanceState.disposeState(org.gcube.common.core.scope.GCUBEScope scope, Session report)
          Disposes the scope
 void ScopeState.setLastSession(Session report)
          Sets the last active Session
 



Copyright © 2012. All Rights Reserved.