Package com.bea.wli.sb.transports
Interface EndPointOperations.Update
- All Superinterfaces:
EndPointOperations.CommonOperation
- Enclosing class:
- EndPointOperations
Represents an event when a an existing transport endpoint is updated
with a new configuration.
-
Method Summary
Modifier and TypeMethodDescriptioncom.bea.wli.sb.transports.EndPointConfiguration
boolean
boolean
Methods inherited from interface com.bea.wli.sb.transports.EndPointOperations.CommonOperation
getRef, getScratchPad, getType, isCompensating
-
Method Details
-
getEndPointConfiguration
com.bea.wli.sb.transports.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.
-