Class ClusterNodeManager
java.lang.Object
io.jans.as.server.service.cluster.ClusterNodeManager
- Version:
- 1.0, 06/03/2024
- Author:
- Yuriy Movchan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy
(jakarta.servlet.ServletContext init) void
init()
void
void
reloadNodesTimerEvent
(TokenPoolUpdateEvent tokenPoolUpdateEvent)
-
Constructor Details
-
ClusterNodeManager
public ClusterNodeManager()
-
-
Method Details
-
init
@PostConstruct public void init() -
initTimer
public void initTimer() -
reloadNodesTimerEvent
@Asynchronous public void reloadNodesTimerEvent(@Observes TokenPoolUpdateEvent tokenPoolUpdateEvent) -
destroy
public void destroy(@Observes @BeforeDestroyed(jakarta.enterprise.context.ApplicationScoped.class) jakarta.servlet.ServletContext init) -
getClusterNodeId
-