|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IncomingPush
Push interface on which incoming messages are passed to a protocol. Incoming messages are messages going up the protocol stack.
OutgoingPush
,
Push
Method Summary | |
---|---|
void |
incomingClosed(Object outgoingPush,
Exception exception)
Notifies the session, this interface belong, that the lower session accessible through the given interface has been unexpectedly closed. |
void |
incomingPush(Message message)
Gives an incoming message to a protocol. |
Method Detail |
---|
void incomingPush(Message message) throws PushException
message
- the message to give to the component.
PushException
- if an exception occurs.void incomingClosed(Object outgoingPush, Exception exception)
outgoingPush
- the interface provided by the closed session.exception
- the exception that forced the session to close. May be
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |