org.ow2.jasmine.jadort.api.entities.deployment
Class ProgressState

java.lang.Object
  extended by org.ow2.jasmine.jadort.api.entities.deployment.ProgressState
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServerProgressState, WorkerProgressState

public class ProgressState
extends java.lang.Object
implements java.io.Serializable

Common interface for all progress states.

We don't use an enum here to preserve compatibility with IIOP runtimes on Java EE 5. You can check out the bug report and comments on http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6277781 for details.

Author:
Malek Chahine, Remy Bresson, S. Ali Tokmen
See Also:
Serialized Form

Constructor Summary
ProgressState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressState

public ProgressState()


Copyright © 2010 OW2 Consortium. All Rights Reserved.