public class InMemoryKieServerStateRepository extends Object implements KieServerStateRepository
| Constructor and Description |
|---|
InMemoryKieServerStateRepository() |
| Modifier and Type | Method and Description |
|---|---|
KieServerState |
load(String serverId) |
void |
store(String serverId,
KieServerState kieServerState) |
public void store(String serverId, KieServerState kieServerState)
store in interface KieServerStateRepositorypublic KieServerState load(String serverId)
load in interface KieServerStateRepositoryCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.