Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


com.bea.alsb.presentation
Interface IConfirmationObject

All Known Implementing Classes:
ConfirmationObject, TransportUIFactory.ConfirmationObject

public interface IConfirmationObject

Confirmation Interface


Method Summary
 java.lang.String getMessage()
          returns the message
 boolean isConfirmed()
          returns the confirmed flag
 void setConfirmed(boolean confirmed)
          sets the confirmed flag

 

Method Detail

getMessage

java.lang.String getMessage()
returns the message

isConfirmed

boolean isConfirmed()
returns the confirmed flag

setConfirmed

void setConfirmed(boolean confirmed)
sets the confirmed flag

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


Copyright © 2008, 2013, Oracle. All rights reserved.