Package org.apache.qpid.jms.provider
Interface ProviderSynchronization
-
public interface ProviderSynchronizationSynchronization callback interface used to execute state updates or similar tasks in the thread context where the associated ProviderFuture is managed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPendingFailure(ProviderException cause)voidonPendingSuccess()
-
-
-
Method Detail
-
onPendingSuccess
void onPendingSuccess()
-
onPendingFailure
void onPendingFailure(ProviderException cause)
-
-