org.objectweb.dream.queue
Class BasicPushPushActiveQueueImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.queue.AbstractPushQueueImpl
org.objectweb.dream.queue.BasicPushPushActiveQueueImpl
- All Implemented Interfaces:
- AttributeController, BindingController, LifeCycleController, Loggable, Push, PushQueueAttributeController, QueueAttributeController
- public class BasicPushPushActiveQueueImpl
- extends AbstractPushQueueImpl
Active Push/Push queue. Messages are receive on input and an activity push
them on the output.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
outPushItf
protected Push outPushItf
queueTask
protected Task queueTask
BasicPushPushActiveQueueImpl
public BasicPushPushActiveQueueImpl()
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.
initComponent
protected void initComponent(Component componentItf)
throws InitializationException
- Throws:
InitializationException
listFc
public String[] listFc()
- See Also:
BindingController.listFc()
bindFc
public void bindFc(String clientItfName,
Object serverItf)
throws NoSuchInterfaceException,
IllegalBindingException,
IllegalLifeCycleException
- Specified by:
bindFc
in interface BindingController
- Overrides:
bindFc
in class AbstractPushQueueImpl
- Throws:
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
- See Also:
BindingController.bindFc(String,
Object)
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.