org.kie.workbench.common.screens.server.management.model
Interface ServerRef
- All Known Subinterfaces:
- Server
- All Known Implementing Classes:
- ServerImpl, ServerRefImpl
public interface ServerRef
getId
String getId()
getName
String getName()
getStatus
ContainerStatus getStatus()
getConnectionType
ConnectionType getConnectionType()
getProperties
Map<String,String> getProperties()
getContainersRef
Collection<ContainerRef> getContainersRef()
hasContainerRef
boolean hasContainerRef(String containerId)
getContainerRef
ContainerRef getContainerRef(String containerId)
addContainerRef
void addContainerRef(ContainerRef containerConfig)
deleteContainer
void deleteContainer(String containerId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.