Kie Workbench - Server Component - API 6.2.0.CR2

org.kie.workbench.common.screens.server.management.model.impl
Class ServerImpl

java.lang.Object
  extended by org.kie.workbench.common.screens.server.management.model.impl.ServerRefImpl
      extended by org.kie.workbench.common.screens.server.management.model.impl.ServerImpl
All Implemented Interfaces:
Server, ServerRef

@Portable
public class ServerImpl
extends ServerRefImpl
implements Server


Field Summary
 
Fields inherited from class org.kie.workbench.common.screens.server.management.model.impl.ServerRefImpl
containersRef
 
Constructor Summary
ServerImpl()
           
ServerImpl(String id, String name, String username, String password, ContainerStatus status, ConnectionType connectionType, Collection<Container> containers, Map<String,String> properties, Collection<ContainerRef> containersConfig)
           
 
Method Summary
 Collection<Container> containers()
           
 void deleteContainer(String containerId)
           
 
Methods inherited from class org.kie.workbench.common.screens.server.management.model.impl.ServerRefImpl
addContainerRef, equals, getConnectionType, getContainerRef, getContainersRef, getId, getName, getPassword, getProperties, getStatus, getUsername, hasContainerRef, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kie.workbench.common.screens.server.management.model.ServerRef
addContainerRef, getConnectionType, getContainerRef, getContainersRef, getId, getName, getPassword, getProperties, getStatus, getUsername, hasContainerRef
 

Constructor Detail

ServerImpl

public ServerImpl()

ServerImpl

public ServerImpl(String id,
                  String name,
                  String username,
                  String password,
                  ContainerStatus status,
                  ConnectionType connectionType,
                  Collection<Container> containers,
                  Map<String,String> properties,
                  Collection<ContainerRef> containersConfig)
Method Detail

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

Kie Workbench - Server Component - API 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.