|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterceptorConfigChangeEvent
This class is used to communicate management configuration changes to registered listeners.
| Method Summary | |
|---|---|
String |
getInterceptorName()Get the name of the interceptor involved in the event. |
OperationId |
getOperationId()Get the unique identifier for the operation involved in the event. |
PortId |
getPortId()Get the unique identifier for the port involved in the event. |
InterceptorScope |
getScope()Determine the interceptor scope. |
boolean |
isAdd()Determine whether the event is an addition. |
boolean |
isRemove()Determine whether the event is a removal. |
boolean |
isUpdate()Determine whether the event is an update. |
| Method Detail |
|---|
InterceptorScope getScope()
String getInterceptorName()
PortId getPortId()
OperationId getOperationId()
boolean isAdd()
boolean isRemove()
boolean isUpdate()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||