org.ow2.petals.microkernel.api.jbi.messaging
Interface DeliveryChannel

All Superinterfaces:
javax.jbi.messaging.DeliveryChannel

public interface DeliveryChannel
extends javax.jbi.messaging.DeliveryChannel

The petals delivery channel API.

Author:
Christophe Hamerling - EBM WebSourcing

Field Summary
static String PROPERTY_SENDSYNC
          The intern message exchange property name to mark the exchange as a synchronous invocation.
 
Method Summary
 void checkDeliveryChannelIsOpened()
          FIXME : isOpened() should be enough...
 boolean isOpened()
          Check is the delivery channel is open
 
Methods inherited from interface javax.jbi.messaging.DeliveryChannel
accept, accept, close, createExchangeFactory, createExchangeFactory, createExchangeFactory, createExchangeFactoryForService, send, sendSync, sendSync
 

Field Detail

PROPERTY_SENDSYNC

static final String PROPERTY_SENDSYNC
The intern message exchange property name to mark the exchange as a synchronous invocation.

See Also:
Constant Field Values
Method Detail

isOpened

boolean isOpened()
Check is the delivery channel is open

Returns:

checkDeliveryChannelIsOpened

void checkDeliveryChannelIsOpened()
                                  throws javax.jbi.messaging.MessagingException
FIXME : isOpened() should be enough...

Throws:
javax.jbi.messaging.MessagingException


Copyright © 2005-2015 Linagora. All Rights Reserved.