Uses of Enum Class
org.eblocker.server.common.data.NetworkStateId
Packages that use NetworkStateId
Package
Description
-
Uses of NetworkStateId in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return NetworkStateIdModifier and TypeMethodDescriptionDataSource.getCurrentNetworkState()JedisDataSource.getCurrentNetworkState()static NetworkStateIdReturns the enum constant of this class with the specified name.static NetworkStateId[]NetworkStateId.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eblocker.server.common.data with parameters of type NetworkStateIdModifier and TypeMethodDescriptionvoidDataSource.setCurrentNetworkState(NetworkStateId networkState) voidJedisDataSource.setCurrentNetworkState(NetworkStateId networkState) -
Uses of NetworkStateId in org.eblocker.server.common.data.events
Methods in org.eblocker.server.common.data.events with parameters of type NetworkStateId -
Uses of NetworkStateId in org.eblocker.server.common.network
Methods in org.eblocker.server.common.network that return NetworkStateIdModifier and TypeMethodDescriptionabstract NetworkStateIdNetworkState.getId()NetworkStateExternalDhcp.getId()NetworkStateLocalDhcp.getId()NetworkStatePlugAndPlay.getId()