com.novell.nds.dirxml.shimhost
Interface ShimHost.StateListener

All Known Implementing Classes:
ShimConfig
Enclosing class:
ShimHost

public static interface ShimHost.StateListener

Interface to receive notification of shim state elements when state elements appear in documents from the shim.

See Also:
ShimHost.setStateListener(ShimHost.StateListener)

Method Summary
 void notifyShimState(Element[] stateElements)
          Method that will be notified when a <driver-state>, <subscriber-state>, or a <publisher-state> element is found in a shim document.
 

Method Detail

notifyShimState

void notifyShimState(Element[] stateElements)
Method that will be notified when a <driver-state>, <subscriber-state>, or a <publisher-state> element is found in a shim document.

Parameters:
stateElements - 3-element array containing 1 or more shim state elements: stateElements[DRIVER_STATE] is driver state element or null, stateElements[SUBSCRIBER_STATE] is subscriber state element or null, stateElements[PUBLISHER_STATE] is publisher state element or null.
See Also:
ShimHost.DRIVER_STATE, ShimHost.SUBSCRIBER_STATE, ShimHost.PUBLISHER_STATE