org.ow2.jasmine.jadort.api.entities.deployment
Class ProgressState
java.lang.Object
org.ow2.jasmine.jadort.api.entities.deployment.ProgressState
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ServerProgressState, WorkerProgressState
public class ProgressState
- extends Object
- implements 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressState
public ProgressState()
Copyright © 2012 OW2 Consortium. All Rights Reserved.