Uses of Enum Class
com.gigaspaces.client.localview.LocalViewConnectionState
Packages that use LocalViewConnectionState
-
Uses of LocalViewConnectionState in com.gigaspaces.client.localview
Methods in com.gigaspaces.client.localview that return LocalViewConnectionStateModifier and TypeMethodDescriptionLocalViewMonitor.getConnectionState()returns the currentLocalViewConnectionStatestatic LocalViewConnectionStateReturns the enum constant of this class with the specified name.static LocalViewConnectionState[]LocalViewConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gigaspaces.client.localview with parameters of type LocalViewConnectionStateModifier and TypeMethodDescriptionvoidLocalViewConnectionStateListener.onConnectionStateChanged(LocalViewConnectionState previousState, LocalViewConnectionState currentState) A listener is triggered when the local view connection changes state -
Uses of LocalViewConnectionState in com.gigaspaces.internal.client.cache.localview
Methods in com.gigaspaces.internal.client.cache.localview that return LocalViewConnectionStateMethods in com.gigaspaces.internal.client.cache.localview with parameters of type LocalViewConnectionStateModifier and TypeMethodDescriptionvoidLocalViewContainer.updateConnectionState(LocalViewConnectionState newState)