org.apache.geronimo.console.car
Class DownloadStatusHandler.InstallResults

java.lang.Object
  extended by org.apache.geronimo.console.car.DownloadStatusHandler.InstallResults
All Implemented Interfaces:
Serializable
Enclosing class:
DownloadStatusHandler

public static class DownloadStatusHandler.InstallResults
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DownloadStatusHandler.InstallResults(String name, String action)
           
 
Method Summary
 String getAction()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadStatusHandler.InstallResults

public DownloadStatusHandler.InstallResults(String name,
                                            String action)
Method Detail

getName

public String getName()

getAction

public String getAction()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.