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 ConfigContextChangeListener

All Superinterfaces:
ServiceConfigChangeListener

public interface ConfigContextChangeListener
extends ServiceConfigChangeListener
Author:
vbkumarjayanti

Method Summary
 void serviceInstanceAdded(java.lang.String name)
          Listeners can use the Runtime Model JpsConfiguration.getServiceInstanceDescriptor API to obtain an instance of the ServiceInstanceDescriptor.
 void serviceInstanceDeleted(java.lang.String name)
           

 

Methods inherited from interface oracle.security.opss.service.config.ServiceConfigChangeListener
processChanges

 

Method Detail

serviceInstanceAdded

void serviceInstanceAdded(java.lang.String name)
Listeners can use the Runtime Model JpsConfiguration.getServiceInstanceDescriptor API to obtain an instance of the ServiceInstanceDescriptor.
Parameters:
name - the name of the Service Instance Descriptor that was added to the Configuration of the Context

serviceInstanceDeleted

void serviceInstanceDeleted(java.lang.String name)
Parameters:
name - the name of the Service Instance Descriptor that was deleted from the Configuration of the Context.

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.