Oracle Fusion Middleware User Messaging Service 11.1.1.1.0 Java API Reference
E14011-01

oracle.sdp.messaging.driver
Interface WorkingStateListener

All Known Implementing Classes:
DriverResourceAdapterBase

public interface WorkingStateListener

Driver Working State listener.

Since:
11.1.1.0.0

Method Summary
 void onWorkingStateChanged(WorkingStateType stateType)
          Callback to indicate change in working state.
 

Method Detail

onWorkingStateChanged

void onWorkingStateChanged(WorkingStateType stateType)
Callback to indicate change in working state. The driver base can use this callback event to determine when to register the driver with the engine.

RUNNING indicates the driver is successfully initialized and can be registered with the engine.

Parameters:
stateType - the new working state.

Oracle Fusion Middleware User Messaging Service 11.1.1.1.0 Java API Reference
E14011-01

Copyright © 2009 Oracle and/or its affiliates. All rights reserved.