Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.management
Interface InterceptorConfigChangeEvent


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

getScope

InterceptorScope getScope()
Determine the interceptor scope.
Returns:
An InterceptorScope instance.

getInterceptorName

String getInterceptorName()
Get the name of the interceptor involved in the event.

getPortId

PortId getPortId()
Get the unique identifier for the port involved in the event.

getOperationId

OperationId getOperationId()
Get the unique identifier for the operation involved in the event.

isAdd

boolean isAdd()
Determine whether the event is an addition.

isRemove

boolean isRemove()
Determine whether the event is a removal.

isUpdate

boolean isUpdate()
Determine whether the event is an update.

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.