org.objectweb.dream.aggregator
Class PullPullAggregatorContextualImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.aggregator.PullPullAggregatorContextualImpl
- All Implemented Interfaces:
- BindingController, LifeCycleController, Loggable, Pull
- public class PullPullAggregatorContextualImpl
- extends AbstractComponent
- implements Pull
This aggregator has a pull output on which it receives pull calls requiring
an aggregated message. The number of aggregated messages is specified has a
context parameter of the pull call. These messages are collected on its Pull
input.
- See Also:
PullPullAggregatorContextualKey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inPullItf
protected Pull inPullItf
messageManagerItf
protected MessageManager messageManagerItf
PullPullAggregatorContextualImpl
public PullPullAggregatorContextualImpl()
pull
public Message pull(Map context)
throws PullException
- Specified by:
pull
in interface Pull
- Throws:
PullException
- See Also:
Pull.pull(Map)
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)
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.