| Package | Description |
|---|---|
| org.kie.workbench.common.screens.server.management.model | |
| org.kie.workbench.common.screens.server.management.model.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
ServerRefImpl.getConnectionType() |
| Constructor and Description |
|---|
ServerImpl(String id,
String url,
String name,
String username,
String password,
ContainerStatus status,
ConnectionType connectionType,
Collection<Container> containers,
Map<String,String> properties,
Collection<ContainerRef> containersConfig) |
ServerRefImpl(String id,
String url,
String name,
String username,
String password,
ContainerStatus status,
ConnectionType connectionType,
Map<String,String> properties,
Collection<ContainerRef> containerRefs) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.