Uses of Class
javax.jbi.messaging.ExchangeStatus

Packages that use ExchangeStatus
javax.jbi.messaging   
 

Uses of ExchangeStatus in javax.jbi.messaging
 

Fields in javax.jbi.messaging declared as ExchangeStatus
static ExchangeStatus ExchangeStatus.ACTIVE
          Indicates that an ME has not been processed to completion.
static ExchangeStatus ExchangeStatus.ERROR
          Indicates that an ME has terminated abnormally within the JBI environment.
static ExchangeStatus ExchangeStatus.DONE
          Indicates that an ME has been processed to completion.
 

Methods in javax.jbi.messaging that return ExchangeStatus
 ExchangeStatus MessageExchange.getStatus()
          Returns the processing status of the exchange.
static ExchangeStatus ExchangeStatus.valueOf(java.lang.String status)
          Returns instance of ExchangeStatus that corresponds to given string.
 

Methods in javax.jbi.messaging with parameters of type ExchangeStatus
 void MessageExchange.setStatus(ExchangeStatus status)
          Sets the processing status of the exchange.
 


Built 06/07/2005 11:16 AM on acer (SunOS 5.9)

Copyright (c) 2004-2005 Sun Microsystems Inc., All Rights Reserved.