eu.planets_project.services.view
Class CreateViewResult

java.lang.Object
  extended by eu.planets_project.services.view.CreateViewResult

public final class CreateViewResult
extends Object

A service that creates a view should return a URL where the user can view the session. Optionally, the service should return a session handle so the invoking agent can query the sessions status.

Author:
Andy Jackson

Constructor Summary
CreateViewResult(URL viewURL, String sessionIdentifier, ServiceReport report)
           
 
Method Summary
 ServiceReport getReport()
           
 String getSessionIdentifier()
           
 URL getViewURL()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateViewResult

public CreateViewResult(URL viewURL,
                        String sessionIdentifier,
                        ServiceReport report)
Parameters:
viewURL - The URL
sessionIdentifier - The session ID
report - The report
Method Detail

getViewURL

public URL getViewURL()
Returns:
the viewURL

getSessionIdentifier

public String getSessionIdentifier()
Returns:
the sessionIdentifier

getReport

public ServiceReport getReport()
Returns:
the report


Copyright © 2013 Open Planets Foundation. All Rights Reserved.