public class

EnvironmentRegistrationResponse

extends Object
java.lang.Object
   ↳ uk.ac.imperial.presage2.core.environment.EnvironmentRegistrationResponse

Class Overview

The response to a EnvironmentRegistrationRequest. This will provide an authKey which allows the participant to act via the EnvironmentConnector.

It will also contain a set of EnvironmentServices for access of the environment's shared state

Summary

Public Constructors
EnvironmentRegistrationResponse(UUID authKey, Set<EnvironmentService> services)
Public Methods
UUID getAuthKey()
Set<EnvironmentService> getServices()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EnvironmentRegistrationResponse (UUID authKey, Set<EnvironmentService> services)

Public Methods

public UUID getAuthKey ()

Returns
  • the authKey

public Set<EnvironmentService> getServices ()

Returns
  • the services