com.fluendo.jst
public class Pipeline extends Element implements BusSyncHandler
| Constructor Summary | |
|---|---|
| Pipeline() | |
| Pipeline(String name) | |
| Method Summary | |
|---|---|
| boolean | add(Element elem) |
| Enumeration | enumElements() |
| Enumeration | enumSinks() |
| Enumeration | enumSorted() |
| String | getFactoryName() |
| int | getState(int[] resState, int[] resPending, long timeout) |
| int | handleSyncMessage(Message message) |
| boolean | query(Query query) |
| boolean | remove(Element elem) |
| boolean | sendEvent(Event event) |
| void | shutDown() |
| void | useClock(Clock clock) |