org.kie.workbench.common.screens.server.management.model.impl
Class ServerImpl
java.lang.Object
org.kie.workbench.common.screens.server.management.model.impl.ServerRefImpl
org.kie.workbench.common.screens.server.management.model.impl.ServerImpl
- All Implemented Interfaces:
- Server, ServerRef
@Portable
public class ServerImpl
- extends ServerRefImpl
- implements Server
| Methods inherited from class org.kie.workbench.common.screens.server.management.model.impl.ServerRefImpl |
addContainerRef, equals, getConnectionType, getContainerRef, getContainersRef, getId, getName, getProperties, getStatus, hasContainerRef, hashCode |
ServerImpl
public ServerImpl()
ServerImpl
public ServerImpl(String id,
String name,
ContainerStatus status,
ConnectionType connectionType,
Collection<Container> containers,
Map<String,String> properties,
Collection<ContainerRef> containersConfig)
containers
public Collection<Container> containers()
- Specified by:
containers in interface Server
deleteContainer
public void deleteContainer(String containerId)
- Specified by:
deleteContainer in interface ServerRef- Overrides:
deleteContainer in class ServerRefImpl
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.