Skip navigation links

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

E15033-08


com.bea.wli.sb.transports
Interface EndPointOperations.Update

All Superinterfaces:
EndPointOperations.CommonOperation
Enclosing class:
EndPointOperations

public static interface EndPointOperations.Update
extends EndPointOperations.CommonOperation

Represents an event when a an existing transport endpoint is updated with a new configuration.


Method Summary
 EndPointConfiguration getEndPointConfiguration()
           
 boolean hasNewConfiguration()
           
 boolean isEnabled()
           

 

Methods inherited from interface com.bea.wli.sb.transports.EndPointOperations.CommonOperation
getRef, getScratchPad, getType, isCompensating

 

Method Detail

getEndPointConfiguration

EndPointConfiguration getEndPointConfiguration()
Returns:
service transport endpoint configuration, includes provider specific portion

isEnabled

boolean isEnabled()
Returns:
whether or not this endpoint is in the enabled state

hasNewConfiguration

boolean hasNewConfiguration()
Returns:
whether the endpoint update affected its configuration, otherwise, this update is only due to dependency changes.

Skip navigation links

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

E15033-08


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