|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Receiving
An interface for distribution components that need to do receiving from the transport.
| Method Summary | |
|---|---|
void |
error(java.lang.Exception e)
This method is called just after there has been an error in received from some underlying transport. |
void |
received(java.io.ByteArrayInputStream bis,
MetaData metaData)
This method is called just after a message has been received from some underlying transport at a particular multicast address. |
| Method Detail |
|---|
void received(java.io.ByteArrayInputStream bis,
MetaData metaData)
throws java.io.IOException,
TypeException
java.io.IOException
TypeExceptionvoid error(java.lang.Exception e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||