org.objectweb.dream.protocol.causality
Class InMessageSorterImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.protocol.causality.InMessageSorterImpl
- All Implemented Interfaces:
- AttributeController, BindingController, CausalityTransformerAttributeController, LifeCycleController, Loggable, Push
- public class InMessageSorterImpl
- extends AbstractComponent
- implements Push, CausalityTransformerAttributeController
Incomming message sorter component. This component can be seen as a passive
Push/Push queue.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMessageSorterImpl
public InMessageSorterImpl()
- Default constructor
push
public void push(Message message,
Map context)
throws PushException
- Specified by:
push
in interface Push
- Throws:
PushException
- See Also:
Push.push(Message, Map)
getArrowChunkName
public String getArrowChunkName()
- Description copied from interface:
CausalityTransformerAttributeController
- Returns the name of the
ArrowChunk
used to know the source or the destination process of messages.
- Specified by:
getArrowChunkName
in interface CausalityTransformerAttributeController
- Returns:
- the name of the
ArrowChunk
used to know the source or the destination process of messages. - See Also:
CausalityTransformerAttributeController.getArrowChunkName()
setArrowChunkName
public void setArrowChunkName(String arrowChunkName)
- Description copied from interface:
CausalityTransformerAttributeController
- Sets the name of the
ArrowChunk
used
to know the source or the destination process of messages.
- Specified by:
setArrowChunkName
in interface CausalityTransformerAttributeController
- Parameters:
arrowChunkName
- the name of the
ArrowChunk
used to know the
source or the destination process of messages.- See Also:
CausalityTransformerAttributeController.setArrowChunkName(String)
getCausalityChunkName
public String getCausalityChunkName()
- Description copied from interface:
CausalityTransformerAttributeController
- Returns the name of the
CausalityChunk
where the matrix clock, or
the updates are stored.
- Specified by:
getCausalityChunkName
in interface CausalityTransformerAttributeController
- Returns:
- the name of the
CausalityChunk
where the matrix clock, or
the updates are stored. - See Also:
CausalityTransformerAttributeController.getCausalityChunkName()
setCausalityChunkName
public void setCausalityChunkName(String causalityChunkName)
- Description copied from interface:
CausalityTransformerAttributeController
- Sets the name of the
CausalityChunk
where the matrix clock, or the
updates are stored.
- Specified by:
setCausalityChunkName
in interface CausalityTransformerAttributeController
- Parameters:
causalityChunkName
- the name of the CausalityChunk
where the
matrix clock, or the updates are stored.- See Also:
CausalityTransformerAttributeController.setCausalityChunkName(String)
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.