Kie Workbench - Server Component - API 6.2.0.Beta1

Uses of Class
org.kie.workbench.common.screens.server.management.model.ConnectionType

Packages that use ConnectionType
org.kie.workbench.common.screens.server.management.model   
org.kie.workbench.common.screens.server.management.model.impl   
 

Uses of ConnectionType in org.kie.workbench.common.screens.server.management.model
 

Methods in org.kie.workbench.common.screens.server.management.model that return ConnectionType
 ConnectionType ServerRef.getConnectionType()
           
static ConnectionType ConnectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionType[] ConnectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConnectionType in org.kie.workbench.common.screens.server.management.model.impl
 

Methods in org.kie.workbench.common.screens.server.management.model.impl that return ConnectionType
 ConnectionType ServerRefImpl.getConnectionType()
           
 

Constructors in org.kie.workbench.common.screens.server.management.model.impl with parameters of type ConnectionType
ServerImpl(String id, String name, ContainerStatus status, ConnectionType connectionType, Collection<Container> containers, Map<String,String> properties, Collection<ContainerRef> containersConfig)
           
ServerRefImpl(String id, String name, ContainerStatus status, ConnectionType connectionType, Map<String,String> properties, Collection<ContainerRef> containerRefs)
           
 


Kie Workbench - Server Component - API 6.2.0.Beta1

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