|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A class that abstracts the connection by which one component can read objects from another component.
| Method Summary | |
void |
close()
Closes this channel. |
boolean |
isAvailable()
Returns true if it is possible at the time of the call to consume additional data from the channel. |
Object |
readObject()
Reads in an Object from the channel. |
| Method Detail |
public void close()
throws IOException
IOException
public boolean isAvailable()
throws IOException
IOException
public Object readObject()
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||