Package org.kie.server.api
Interface KieController
-
public interface KieController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<KieContainerResource>getContainers(Set<String> controllers, String serverId, KieServerConfig config)Returns list ofKieContainerResourceretrieved from one of the given controllers.
-
-
-
Method Detail
-
getContainers
Set<KieContainerResource> getContainers(Set<String> controllers, String serverId, KieServerConfig config)
Returns list ofKieContainerResourceretrieved from one of the given controllers. Possible outcomes:- Non empty list in case sync was performed successfully and there are containers for given server id
- Empty list in case sync was performed successfully but there are no containers for given server id
- Null in case there is no controllers or not possible to connect to them
- Parameters:
controllers-serverId-- Returns:
-
-