org.objectweb.dream.queue
Interface PushPushQueuePassiveAttributeController

All Superinterfaces:
AttributeController

public interface PushPushQueuePassiveAttributeController
extends AttributeController

Attribute controller interface for PushPushPassive component. Defines an attribute controlling the status of the output of the queue.


Method Summary
 boolean getOutputStatus()
          Returns the output status.
 void setOutputStatus(boolean outputStatus)
          Sets the output status.
 

Method Detail

getOutputStatus

public boolean getOutputStatus()
Returns the output status. true means the output is open, false means the output is close, no message will be delivered on.

Returns:
the output status.

setOutputStatus

public void setOutputStatus(boolean outputStatus)
Sets the output status.

Parameters:
outputStatus - if true the output is opened, otherwise the output is closed.


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.