|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.4.0) E15033-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.wli.sb.transports.EndPointOperations
public final class EndPointOperations
This class describes different types of transport endpoint lifecycle-related events that the transport provider gets notified with.
| Nested Class Summary | |
|---|---|
static interface |
EndPointOperations.CommonOperationThis is base class for all end point operations. |
static interface |
EndPointOperations.CreateRepresents an event when a new transport endpoint is being registered |
static interface |
EndPointOperations.DeleteRepresents an event when an existing endpoint needs to be completely deleted |
static class |
EndPointOperations.EndPointOperationTypeEnumA Java enumeration type that describes different endpoint operations |
static interface |
EndPointOperations.ResumeRepresents an event when an existing endpoint in suspended or disabled state needs to be resumed (or re-enabled) |
static interface |
EndPointOperations.SuspendRepresents an event when an existing operational endpoint needs to be put in a suspended or disabled state |
static interface |
EndPointOperations.UpdateRepresents 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 |
|---|
public static EndPointOperations.Delete getDeleteFromUpdate(EndPointOperations.Update context)
context - the Update operationpublic static EndPointOperations.Create getCreateFromUpdate(EndPointOperations.Update context)
context - the Update operation
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.4.0) E15033-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||