com.ibm.websphere.fabric.da.failure
Class FailureVisitor

java.lang.Object
  extended by com.ibm.websphere.fabric.da.failure.FailureVisitor

public abstract class FailureVisitor
extends java.lang.Object

Clients wishing to handle MediationFailure and InfrastructureFailure events should implement this class.

Since:
WBS Fabric 6.1.2
Author:
pmschnei@us.ibm.com

Constructor Summary
FailureVisitor()
           
 
Method Summary
abstract  Outcome handleFailure(InfrastructureFailure infrastructureFailure)
          Note Unused in 6.1.2.
abstract  Outcome handleFailure(MediationFailure mediationFailure)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailureVisitor

public FailureVisitor()
Method Detail

handleFailure

public abstract Outcome handleFailure(MediationFailure mediationFailure)
Parameters:
mediationFailure - the MediationFailure to handle.
Returns:
the Outcome of handling this MediationFailure.
Since:
WBS Fabric 6.1.2

handleFailure

public abstract Outcome handleFailure(InfrastructureFailure infrastructureFailure)
Note Unused in 6.1.2.



Copyright © 2002-2009 IBM. All Rights Reserved.