|
KIE :: Execution Server :: Services 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.server.services.impl.KieServerImpl.KieContainersRegistryImpl
public static class KieServerImpl.KieContainersRegistryImpl
| Constructor Summary | |
|---|---|
KieServerImpl.KieContainersRegistryImpl()
|
|
| Method Summary | |
|---|---|
KieContainerInstance |
addIfDoesntExist(String containerId,
KieContainerInstance ci)
Adds a KieContainerInstance to the registry if one does not exists yet. |
KieContainerInstance |
getContainer(String containerId)
Returns the container instance for the given container id |
List<KieContainerInstance> |
getContainers()
Returns a list of all instantiated containers |
KieContainerInstance |
removeContainer(String containerId)
Removes container instance from the registry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KieServerImpl.KieContainersRegistryImpl()
| Method Detail |
|---|
public KieContainerInstance addIfDoesntExist(String containerId,
KieContainerInstance ci)
KieContainersRegistry
addIfDoesntExist in interface KieContainersRegistrycontainerId - the id of the containerci - the container instance
public List<KieContainerInstance> getContainers()
KieContainersRegistry
getContainers in interface KieContainersRegistrypublic KieContainerInstance getContainer(String containerId)
KieContainersRegistry
getContainer in interface KieContainersRegistrypublic KieContainerInstance removeContainer(String containerId)
KieContainersRegistry
removeContainer in interface KieContainersRegistry
|
KIE :: Execution Server :: Services 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||