Skip navigation links

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

E15033-01


com.bea.wli.sb.transports
Class EndPointOperations

java.lang.Object
  extended by com.bea.wli.sb.transports.EndPointOperations


public final class EndPointOperations
extends java.lang.Object

This class describes different types of transport endpoint lifecycle-related events that the transport provider gets notified with.


Nested Class Summary
static interface EndPointOperations.CommonOperation
          This is base class for all end point operations.
static interface EndPointOperations.Create
          Represents an event when a new transport endpoint is being registered
static interface EndPointOperations.Delete
          Represents an event when an existing endpoint needs to be completely deleted
static class EndPointOperations.EndPointOperationTypeEnum
          A Java enumeration type that describes different endpoint operations
static interface EndPointOperations.Resume
          Represents an event when an existing endpoint in suspended or disabled state needs to be resumed (or re-enabled)
static interface EndPointOperations.Suspend
          Represents an event when an existing operational endpoint needs to be put in a suspended or disabled state
static interface EndPointOperations.Update
          Represents an event when a an existing transport endpoint is updated with a new configuration.

 

Method Summary
static EndPointOperations.Create getCreateFromUpdate(EndPointOperations.Update context)
          utility method to get a "Create" operation context from "Update" operation This is typically used when a transport provider chooses to handle "Update" lifecycle event as a "delete" immediately followed by "create"
static EndPointOperations.Delete getDeleteFromUpdate(EndPointOperations.Update context)
          utility method to get a "Delete" operation context from an "Update" operation.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getDeleteFromUpdate

public static EndPointOperations.Delete getDeleteFromUpdate(EndPointOperations.Update context)
utility method to get a "Delete" operation context from an "Update" operation. This is typically used when a transport provider chooses to handle "Update" lifecycle event as a "delete" immediately followed by "create"
Parameters:
context - the Update operation
Returns:
Delete operation based on Update operation

getCreateFromUpdate

public static EndPointOperations.Create getCreateFromUpdate(EndPointOperations.Update context)
utility method to get a "Create" operation context from "Update" operation This is typically used when a transport provider chooses to handle "Update" lifecycle event as a "delete" immediately followed by "create"
Parameters:
context - the Update operation
Returns:
Create operation based on Update operation

Skip navigation links

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

E15033-01


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