org.objectweb.dream.channel
Class GenericPushChannelInImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.channel.GenericPushChannelInImpl
- All Implemented Interfaces:
- BindingController, LifeCycleController, Loggable, OpenedSocket
- public class GenericPushChannelInImpl
- extends AbstractComponent
- implements OpenedSocket
Generic push ChannelIn implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEND_ACK_OPT_ITF_NAME
public static final String SEND_ACK_OPT_ITF_NAME
- The name of the optional client interface used by this coponent to send an
acknowlegdment
- See Also:
- Constant Field Values
outPushItf
protected Push outPushItf
messageManagerItf
protected MessageManager messageManagerItf
messageCodecItf
protected MessageCodec messageCodecItf
sendAckOptItf
protected SendByte sendAckOptItf
GenericPushChannelInImpl
public GenericPushChannelInImpl()
openedSocket
public void openedSocket(SocketState socket)
throws IOException
- Description copied from interface:
OpenedSocket
- Gives an opened socket.
- Specified by:
openedSocket
in interface OpenedSocket
- Parameters:
socket
- a socket state
- Throws:
IOException
- if an IO error occurs.- See Also:
OpenedSocket.openedSocket(SocketState)
listFc
public String[] listFc()
- Specified by:
listFc
in interface BindingController
- See Also:
BindingController.listFc()
bindFc
public void bindFc(String clientItfName,
Object serverItf)
throws NoSuchInterfaceException,
IllegalBindingException,
IllegalLifeCycleException
- Specified by:
bindFc
in interface BindingController
- Throws:
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
- See Also:
BindingController.bindFc(String,
Object)
unbindFc
public void unbindFc(String clientItfName)
throws NoSuchInterfaceException,
IllegalBindingException,
IllegalLifeCycleException
- Specified by:
unbindFc
in interface BindingController
- Throws:
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
- See Also:
BindingController.unbindFc(String)
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.