Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.opss.service.config
Interface ServiceConfigChangeListener

All Known Subinterfaces:
ConfigContextChangeListener

public interface ServiceConfigChangeListener

OPSS Service's or a Proxy (TenantContextManager) should implement this interface if service wants to be able to listen to configuration changes made by the Management Config Beans. The idea is that an OPSS Service is generally implemented by a bunch of classes and and hence having a Listener based approach will provide flexibility in Config Change handling. An alternative approach is for the ServiceInstance to export a method of the form handleConfigChanges(PropertyChangeEvent[] changes). But that would require the ServiceInstance to orchestrate and ensure each change is passed on to the right subcomponent of the Service Implementation.

Author:
vbkumarjayanti

Method Summary
 void processChanges(java.lang.String serviceInstance, java.beans.PropertyChangeEvent[] changes)
           

 

Method Detail

processChanges

void processChanges(java.lang.String serviceInstance,
                    java.beans.PropertyChangeEvent[] changes)
Parameters:
serviceInstance - the name of the ServiceInstance Descriptor whose configuration has changed
changes - the configuration changes made by the Configuration Beans

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.