| Modifier and Type | Method and Description |
|---|---|
ContainerRef |
ContainerCreated.getContainer() |
ContainerRef |
ContainerOnError.getContainer() |
ContainerRef |
ContainerStopped.getContainer() |
| Constructor and Description |
|---|
ContainerCreated(ContainerRef container) |
ContainerOnError(String message,
ContainerRef container) |
ContainerStopped(ContainerRef container) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Container |
| Modifier and Type | Method and Description |
|---|---|
ContainerRef |
ServerRef.getContainerRef(String containerId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContainerRef> |
ServerRef.getContainersRef() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerRef.addContainerRef(ContainerRef containerConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerImpl |
class |
ContainerRefImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ContainerRef> |
ServerRefImpl.containersRef |
| Modifier and Type | Method and Description |
|---|---|
ContainerRef |
ServerRefImpl.getContainerRef(String containerId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContainerRef> |
ServerRefImpl.getContainersRef() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerRefImpl.addContainerRef(ContainerRef containerRef) |
| 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.