org.esa.beam.visat.actions.session
Class RestoredSession

java.lang.Object
  extended by org.esa.beam.visat.actions.session.RestoredSession

public class RestoredSession
extends Object

A restored session comprising products and views.

Since:
BEAM 4.6
Version:
$Revision$ $Date$
Author:
Norman Fomferra

Constructor Summary
RestoredSession(Product[] products, ProductNodeView[] views, Exception[] problems)
           
 
Method Summary
 Exception[] getProblems()
           
 Product[] getProducts()
           
 ProductNodeView[] getViews()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoredSession

public RestoredSession(Product[] products,
                       ProductNodeView[] views,
                       Exception[] problems)
Method Detail

getProducts

public Product[] getProducts()

getViews

public ProductNodeView[] getViews()

getProblems

public Exception[] getProblems()


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.