org.objectweb.dream.queue
Class PushOutgoingHandlerActiveImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.queue.PushOutgoingHandlerActiveImpl
- All Implemented Interfaces:
- BindingController, LifeCycleController, Loggable
- public class PushOutgoingHandlerActiveImpl
- extends AbstractComponent
Basic implementation of a Pull outgoing handler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageManagerItf
protected MessageManager messageManagerItf
outPushItf
protected Push outPushItf
bufferItf
protected Buffer bufferItf
bufferRemoveFirstLastItf
protected BufferRemoveFirstLast bufferRemoveFirstLastItf
queueTask
protected Task queueTask
PushOutgoingHandlerActiveImpl
public PushOutgoingHandlerActiveImpl()
beforeFirstStart
protected void beforeFirstStart(Component componentItf)
throws IllegalLifeCycleException
- Throws:
IllegalLifeCycleException
- See Also:
AbstractComponent.beforeFirstStart(org.objectweb.fractal.api.Component)
handlePushException
protected void handlePushException(Message message,
PushException exception)
- Handles a
PushException
occuring when the activity try to push a
message. This implementation simlpy delete message using message manger.
- Parameters:
message
- the pushed messageexception
- the exceptino thrown during the push call.
bindFc
public void bindFc(String clientItfName,
Object serverItf)
throws NoSuchInterfaceException,
IllegalBindingException,
IllegalLifeCycleException
- Throws:
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
- See Also:
BindingController.bindFc(String,
Object)
listFc
public String[] listFc()
- See Also:
BindingController.listFc()
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.