Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.engine
Class RollbackOperationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.equinox.p2.engine.TransactionEvent
          extended by org.eclipse.equinox.p2.engine.RollbackOperationEvent
All Implemented Interfaces:
Serializable

public class RollbackOperationEvent
extends TransactionEvent

Since:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.equinox.p2.engine.TransactionEvent
operands, phaseSet, profile
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RollbackOperationEvent(IProfile profile, org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet, org.eclipse.equinox.internal.p2.engine.Operand[] operands, IEngine engine, IStatus cause)
           
 
Method Summary
 IStatus getStatus()
           
 
Methods inherited from class org.eclipse.equinox.p2.engine.TransactionEvent
getProfile
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RollbackOperationEvent

public RollbackOperationEvent(IProfile profile,
                              org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet,
                              org.eclipse.equinox.internal.p2.engine.Operand[] operands,
                              IEngine engine,
                              IStatus cause)
Method Detail

getStatus

public IStatus getStatus()

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.