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

Packages that use Session
org.gcube.vremanagement.resourcemanager.impl.brokerage   
org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker   
org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker.kxml   
org.gcube.vremanagement.resourcemanager.impl.operators   
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 Broker.makePlan(Session session, java.util.Set<ScopedDeployedService> services, java.lang.String[] suggestedGHNs)
          Creates a deployment plan for the given services
 void InternalBroker.makePlan(Session session, java.util.Set<ScopedDeployedService> services, java.lang.String[] suggestedGHNs)
          Creates a deployment plan for the given services
 void ServiceBroker.makePlan(Session session, java.util.Set<ScopedDeployedService> services, java.lang.String[] suggestedGHNs)
           
 void Broker.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 ServiceBroker.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 java.lang.String Feedback.create(Session session)
          Creates the feedback information for the Broker Service
 

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

Methods in org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker.kxml with parameters of type Session
static java.lang.String KFeedback.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, GCUBEScope... scope)
           
 

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(java.lang.String id)
          Gets the Session
 

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