Uses of Class
com.opencloud.sentinel.providers.ServiceTimerAlreadyExistsException
-
Packages that use ServiceTimerAlreadyExistsException Package Description com.opencloud.sentinel.providers This package contains the interfaces for injected resource providers in the Sentinel SIP service. -
-
Uses of ServiceTimerAlreadyExistsException in com.opencloud.sentinel.providers
Methods in com.opencloud.sentinel.providers that throw ServiceTimerAlreadyExistsException Modifier and Type Method Description void
ServiceTimerProvider. registerTimer(java.lang.String featureName, javax.slee.facilities.TimerID timerId, javax.slee.ActivityContextInterface aci)
Register an already raised timer with the ServiceTimerProvider.void
ServiceTimerProvider. registerTimer(javax.slee.facilities.TimerID timerId, javax.slee.ActivityContextInterface aci)
Register an already raised timer with the ServiceTimerProvider.
-