public class OOBComponent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
shouldRead |
protected Boolean |
shouldWrite |
| Constructor and Description |
|---|
OOBComponent(int componentId)
Creates new instance with default name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(OOBInput input) |
void |
addOutput(OOBOutput output) |
int |
getComponentId() |
Frame |
getData() |
void |
offer(Frame frame) |
void |
perform() |
void |
remove(OOBInput input) |
void |
remove(OOBOutput output) |
void |
updateMode(Boolean shouldRead,
Boolean shouldWrite) |
public OOBComponent(int componentId)
public int getComponentId()
public void addInput(OOBInput input)
public void addOutput(OOBOutput output)
public void remove(OOBInput input)
public void remove(OOBOutput output)
public void perform()
public Frame getData()
public void offer(Frame frame)
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.