Uses of Class
com.ibm.websphere.fabric.da.failure.Outcome

Packages that use Outcome
com.ibm.websphere.fabric.da.failure   
com.ibm.websphere.fabric.da.plugin Interfaces for extending the behavior or stock Dynamic Assembly. 
 

Uses of Outcome in com.ibm.websphere.fabric.da.failure
 

Methods in com.ibm.websphere.fabric.da.failure that return Outcome
 Outcome InfrastructureFailure.accept(FailureVisitor failureVisitor)
           
 Outcome MediationFailure.accept(FailureVisitor failureVisitor)
           
abstract  Outcome FailureVisitor.handleFailure(InfrastructureFailure infrastructureFailure)
          Note Unused in 6.1.2.
abstract  Outcome FailureVisitor.handleFailure(MediationFailure mediationFailure)
           
static Outcome Outcome.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Outcome[] Outcome.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Outcome in com.ibm.websphere.fabric.da.plugin
 

Methods in com.ibm.websphere.fabric.da.plugin that return Outcome
 Outcome AssemblyErrorHandler.handleInfrastructureFailure(InfrastructureFailure infrastructureFailure)
          Note Unused in 6.1.2.
 Outcome AssemblyErrorHandler.handleOneWayFailure(MediationFailure mediationFailure)
           
 Outcome AssemblyErrorHandler.handleTwoWayFailure(MediationFailure mediationFailure)
           
 



Copyright © 2002-2009 IBM. All Rights Reserved.