class NotificationService extends AnyRef
This class contains properties and methods required for a Notification Service.
- Alphabetic
- By Inheritance
- NotificationService
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NotificationService(internalNotificationService: <error>)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addCacheClearedListener(listener: CacheClearedListener): Unit
Registers event for notifying applications when the cache is cleared.
Registers event for notifying applications when the cache is cleared.
- listener
The listener that is invoked whenever the cache is cleared.
- Annotations
- @throws( ... )
- Exceptions thrown
-
def
addCacheConnectivityChangedListener(listener: CacheClientConnectivityChangedListener): Unit
Registers event for notifying the application about the status of cache client connectivity.
Registers event for notifying the application about the status of cache client connectivity.
- listener
The listener that is invoked when client connectivity status changes.
- Annotations
- @throws( ... )
- Exceptions thrown
-
def
addCacheStatusEventListener(cacheStatusEventListener: CacheStatusEventListener, statusNotificationTypes: List[CacheStatusNotificationType]): Unit
Registers event for notifying applications when a node joins/lefts the cache or when cache is stopped.
Registers event for notifying applications when a node joins/lefts the cache or when cache is stopped.
- cacheStatusEventListener
The listener that is invoded whenever cache status changes.
- statusNotificationTypes
The enumset that specifies the events that listener is registered with.
- Annotations
- @throws( ... )
- Exceptions thrown
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
removeCacheClearedListener(listener: CacheClearedListener): Unit
Unregisters event for notifying applications when the cache is cleared.
Unregisters event for notifying applications when the cache is cleared.
- listener
The listener that is registered with the cache cleared event.
- Annotations
- @throws( ... )
- Exceptions thrown
-
def
removeCacheConnectivityChangedListener(listener: CacheClientConnectivityChangedListener): Unit
Unregisters event for notifying the application about the status of cache client connectivity.
Unregisters event for notifying the application about the status of cache client connectivity.
- listener
The listener that was registered with client connectivity changed event.
- Annotations
- @throws( ... )
- Exceptions thrown
-
def
removeCacheStatusEventListener(cacheStatusEventListener: CacheStatusEventListener, statusNotificationTypes: List[CacheStatusNotificationType]): Unit
Unregisters event for notifying applications when a node joins/lefts the cache or when cache is stopped.
Unregisters event for notifying applications when a node joins/lefts the cache or when cache is stopped.
- cacheStatusEventListener
The listener that was registered with cache status event.
- statusNotificationTypes
The enumset that specifies the events that listener is unregistered with.
- Annotations
- @throws( ... )
- Exceptions thrown
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated