Package | Description |
---|---|
oracle.security.opss.service.config |
Modifier and Type | Method and Description |
---|---|
static ConfigEvent |
ConfigEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigEvent[] |
ConfigEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManagementService.addConfigListener(ConfigListener listener, ConfigEvent[] filter) |
void |
ConfigListener.process(ConfigEvent event, java.lang.String contextId)
NOTE: When the Event is a CONFIG CHANGED event then the method processConfigChanges would be invoked instead of this method.
|