|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Buffer
Interface for all buffers in the proxy.
| Method Summary | |
|---|---|
String |
getID()
Get the buffers unique ID. |
void |
handle(Object message)
Handle a message. |
Object[] |
read()
Read buffered messages. |
void |
setProperties(Properties props)
Set the buffers properties. |
void |
setProperty(String name,
String value)
Set a property of the buffer. |
| Method Detail |
|---|
String getID()
void setProperties(Properties props)
throws BufferException
BufferException
void setProperty(String name,
String value)
throws BufferException
BufferExceptionvoid handle(Object message)
read().
handle in interface Consumermessage - The message.
Object[] read()
throws BufferException
BufferException - If a message could not be handled for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||