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 two Push server interfaces at a time.

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)
           
 

Field Detail

OUT_PUSH_ITF_NAME

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

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

void push1(Message message)
           throws PushException
Throws:
PushException
See Also:
Push.push(Message)


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