| 
Kodo 4.2.0. generated on July 28 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Transport.Channel
A communications channel. Each requested stream will be closed before the next is requested.
| Method Summary | |
|---|---|
 void | 
error(IOException ioe)
Notification that an IO occurred when using this channel.  | 
 InputStream | 
getInput()
Return an input stream from the other end, or null if this channel is no longer connected.  | 
 OutputStream | 
getOutput()
Return an ouput stream to the other end, or null if this channel is no longer connected.  | 
| Methods inherited from interface org.apache.openjpa.lib.util.Closeable | 
|---|
close | 
| Method Detail | 
|---|
OutputStream getOutput()
                       throws Exception
Exception
InputStream getInput()
                     throws Exception
Exceptionvoid error(IOException ioe)
  | 
Kodo 4.2.0. generated on July 28 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||