org.objectweb.dream
Interface Push1


public interface Push1

This interface is similar to the Push interface. It has been created for allowing a primitive component to provide Push interface two times.

See Also:
Push

Field Summary
static String IN_PUSH_ITF_NAME
          The commonly used name to refer to this interface when it is used as an input.
static String OUT_PUSH_ITF_NAME
          The commonly used name to refer to this interface when it is used as an output.
 
Method Summary
 void push1(Message message, Map context)
           
 

Field Detail

OUT_PUSH_ITF_NAME

public static final String OUT_PUSH_ITF_NAME
The commonly used name to refer to this interface when it is used as an output.

See Also:
Constant Field Values

IN_PUSH_ITF_NAME

public static final String IN_PUSH_ITF_NAME
The commonly used name to refer to this interface when it is used as an input.

See Also:
Constant Field Values
Method Detail

push1

public void push1(Message message,
                  Map context)
           throws PushException
Throws:
PushException
See Also:
Push.push(Message, Map)


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