C G I O R S 
All Classes All Packages

C

cancel(ID) - Method in interface org.ikasan.spec.recovery.RecoveryManager
Cancel a recovery given the current identifier for a flow (flow event id)
cancelAll() - Method in interface org.ikasan.spec.recovery.RecoveryManager
Cancel any recovery currently running in the recovery manager.

G

getRecoveryManager(String, String) - Method in interface org.ikasan.spec.recovery.RecoveryManagerFactory
Create a new recovery manager instance based on the incoming parameters.
getResolver() - Method in interface org.ikasan.spec.recovery.RecoveryManager
Get the resolver for this recovery manager.

I

initialise() - Method in interface org.ikasan.spec.recovery.RecoveryManager
Initialize the state of the recovery manager clearing down any previously held states resulting from previous executions.
isRecovering() - Method in interface org.ikasan.spec.recovery.RecoveryManager
Is the recovery manager currently running a recovery.
isUnrecoverable() - Method in interface org.ikasan.spec.recovery.RecoveryManager
Is the recovery manager in an unrecoverable state.

O

org.ikasan.spec.recovery - package org.ikasan.spec.recovery
 

R

recover(CONTEXT, Throwable, EVENT, ID) - Method in interface org.ikasan.spec.recovery.RecoveryManager
Start or continue a recovery based on the passed CONTEXT
recover(String, Throwable) - Method in interface org.ikasan.spec.recovery.RecoveryManager
Start or continue a recovery based on the passed CRITERIA.
RecoveryManager<RESOLVER,​CONTEXT,​ID> - Interface in org.ikasan.spec.recovery
Recovery Manager contract.
RecoveryManagerFactory - Interface in org.ikasan.spec.recovery
Recovery Manager Factory provides recovery manager instances currently only based on a the Ikasan Quartz scheduler for scheduled recovery management.

S

setManagedResources(MANAGED_RESOURCES) - Method in interface org.ikasan.spec.recovery.RecoveryManager
Set a resolver which translates the incoming exception and component name in to an action to be taken by the recovery manager.
setResolver(RESOLVER) - Method in interface org.ikasan.spec.recovery.RecoveryManager
Set a resolver which translates the incoming exception and component name in to an action to be taken by the recovery manager.
C G I O R S 
All Classes All Packages