FenceStateMap

public interface FenceStateMap

A map of fence states keyed off of the fence keys resulting from a FenceQueryRequest.

Public Method Summary

abstract Set<String>
getFenceKeys()
Returns the Set of fence keys that are contained in this FenceStateMap.
abstract FenceState
getFenceState(String fenceKey)
Returns a FenceState for the given fence key.

Public Methods

public abstract Set<String> getFenceKeys ()

Returns the Set of fence keys that are contained in this FenceStateMap.

public abstract FenceState getFenceState (String fenceKey)

Returns a FenceState for the given fence key. If no FenceState is found null is returned.