| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain |
| Modifier and Type | Method and Description |
|---|---|
StreamComponent |
Stream.getComponent(String componentName) |
StreamComponent |
StreamComponentUpdateException.getStreamComponent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<StreamComponent> |
Stream.getAllComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
Stream.addComponent(StreamComponent component) |
void |
Stream.updateComponent(StreamComponent component) |
| Constructor and Description |
|---|
StreamComponentUpdateException(StreamComponent component) |
StreamComponentUpdateException(String message,
StreamComponent component) |
StreamComponentUpdateException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
StreamComponent component) |
StreamComponentUpdateException(String message,
Throwable cause,
StreamComponent component) |
StreamComponentUpdateException(Throwable cause,
StreamComponent component) |
| Constructor and Description |
|---|
Stream(URL url,
String name,
Stream upstream,
Map<String,StreamComponent> components) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.