2008-07-29 1.1.0

org.eclipse.soda.dk.notification.service
Interface NotificationExtensionService


public interface NotificationExtensionService

Version:
1.1.0

Field Summary
static int OK
          Define the OK (int) constant.
static int SKIP
          Define the skip (int) constant.
 
Method Summary
 int receiving(java.lang.String topic, java.util.Dictionary data)
          Receiving with the specified topic and data parameters and return the boolean result.
 int sending(java.lang.String topic, java.util.Dictionary data)
          Sending with the specified topic and data parameters and return the boolean result.
 

Field Detail

OK

static final int OK
Define the OK (int) constant.

See Also:
Constant Field Values

SKIP

static final int SKIP
Define the skip (int) constant.

See Also:
Constant Field Values
Method Detail

receiving

int receiving(java.lang.String topic,
              java.util.Dictionary data)
Receiving with the specified topic and data parameters and return the boolean result.

Parameters:
topic - The topic (String) parameter.
data - The data (Dictionary) parameter.
Returns:
Results of the receiving (int) value.

sending

int sending(java.lang.String topic,
            java.util.Dictionary data)
Sending with the specified topic and data parameters and return the boolean result.

Parameters:
topic - The topic (String) parameter.
data - The data (Dictionary) parameter.
Returns:
Results of the sending (int) value.

2008-07-29 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900