eu.planets_project.services.view
Class CreateViewResult
java.lang.Object
eu.planets_project.services.view.CreateViewResult
public final class CreateViewResult
- extends java.lang.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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateViewResult
public CreateViewResult(java.net.URL viewURL,
java.lang.String sessionIdentifier,
ServiceReport report)
- Parameters:
viewURL
- The URLsessionIdentifier
- The session IDreport
- The report
getViewURL
public java.net.URL getViewURL()
- Returns:
- the viewURL
getSessionIdentifier
public java.lang.String getSessionIdentifier()
- Returns:
- the sessionIdentifier
getReport
public ServiceReport getReport()
- Returns:
- the report
Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.