Package org.ow2.clif.deploy
Class DeployObservation
- java.lang.Object
-
- org.ow2.clif.deploy.DeployObservation
-
- All Implemented Interfaces:
java.io.Serializable
public class DeployObservation extends java.lang.Object implements java.io.SerializableUsed by the Observable interface: Observer objects will be invoked with an instance of this class as 2nd argument when a deployment has been completed or has failed.- Author:
- Bruno Dillenseger
- See Also:
Observer.update(java.util.Observable,java.lang.Object), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeployObservation()DeployObservation(boolean successful, java.lang.Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetException()booleanisSuccessful()java.lang.StringtoString()
-