Interface ContextChainHolder

All Superinterfaces:
AutoCloseable, ContextChainMastershipWatcher, DeviceConnectedHandler, DeviceDisconnectedHandler, DeviceRemovedHandler, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipListener, org.opendaylight.mdsal.eos.common.api.GenericEntityOwnershipListener<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>,org.opendaylight.mdsal.eos.binding.api.EntityOwnershipChange>
All Known Implementing Classes:
ContextChainHolderImpl

public interface ContextChainHolder extends DeviceConnectedHandler, ContextChainMastershipWatcher, DeviceDisconnectedHandler, DeviceRemovedHandler, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipListener, AutoCloseable
Generic interface for context chain holder, hold all created context chains. ContextChain is context that suppose to hold old information about device such as Each context is created right after device connect and hold information about particular part of device.
Since:
0.4.0 Carbon
See Also: