org.objectweb.dream.aggregator
Class PushPushDeAggregatorImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.PushPushDreamComponent
org.objectweb.dream.aggregator.PushPushDeAggregatorImpl
- All Implemented Interfaces:
- BindingController, LifeCycleController, Loggable, Push
- public class PushPushDeAggregatorImpl
- extends PushPushDreamComponent
Basic implementation of a Push/Push de-aggregator. Each sub message in the
pushed message is sent on the output. The pushed message is then deleted.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageManagerItf
protected MessageManager messageManagerItf
- the message manager client interface of this component.
PushPushDeAggregatorImpl
public PushPushDeAggregatorImpl()
push
public void push(Message message,
Map context)
throws PushException
- Throws:
PushException
- See Also:
Push.push(Message, Map)
listFc
public String[] listFc()
- See Also:
BindingController.listFc()
bindFc
public void bindFc(String clientItfName,
Object serverItf)
throws NoSuchInterfaceException,
IllegalBindingException,
IllegalLifeCycleException
- Throws:
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
- See Also:
BindingController.bindFc(String,
Object)
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.