Kie Workbench - Server Component - API 6.2.0.CR2

org.kie.workbench.common.screens.server.management.model
Interface ServerRef

All Known Subinterfaces:
Server
All Known Implementing Classes:
ServerImpl, ServerRefImpl

public interface ServerRef


Method Summary
 void addContainerRef(ContainerRef containerConfig)
           
 void deleteContainer(String containerId)
           
 ConnectionType getConnectionType()
           
 ContainerRef getContainerRef(String containerId)
           
 Collection<ContainerRef> getContainersRef()
           
 String getId()
           
 String getName()
           
 String getPassword()
           
 Map<String,String> getProperties()
           
 ContainerStatus getStatus()
           
 String getUsername()
           
 boolean hasContainerRef(String containerId)
           
 

Method Detail

getId

String getId()

getName

String getName()

getUsername

String getUsername()

getPassword

String getPassword()

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)

Kie Workbench - Server Component - API 6.2.0.CR2

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