org.objectweb.dream.protocol.rpc
Class ProtocolImpl.SkeletonChannel.Session
java.lang.Object
org.objectweb.dream.protocol.rpc.ProtocolImpl.SkeletonChannel.Session
- All Implemented Interfaces:
- IncomingPush
- Enclosing class:
- ProtocolImpl.SkeletonChannel
protected class ProtocolImpl.SkeletonChannel.Session
- extends Object
- implements IncomingPush
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolImpl.SkeletonChannel.Session
protected ProtocolImpl.SkeletonChannel.Session(OutgoingPush itf)
incomingPush
public void incomingPush(Message message)
throws PushException
- Description copied from interface:
IncomingPush
- Gives an incoming message to a protocol.
- Specified by:
incomingPush
in interface IncomingPush
- Parameters:
message
- the message to give to the component.
- Throws:
PushException
- if an exception occurs.- See Also:
IncomingPush.incomingPush(Message)
incomingClosed
public void incomingClosed(Object outgoingPush,
Exception exception)
- Description copied from interface:
IncomingPush
- Notifies the session, this interface belong, that the lower session
accessible through the given interface has been unexpectedly closed.
- Specified by:
incomingClosed
in interface IncomingPush
- Parameters:
outgoingPush
- the interface provided by the closed session.exception
- the exception that forced the session to close. May be
null
.- See Also:
IncomingPush.incomingClosed(Object, Exception)
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.