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.config.mgmt
Class ConfigChangeStatus

java.lang.Object
  extended by oracle.security.opss.config.mgmt.ConfigChangeStatus


public class ConfigChangeStatus
extends java.lang.Object

Communicates the result of a configuration change which could be one of

Author:
vbkumarjayanti

Constructor Summary
ConfigChangeStatus()
           

 

Method Summary
 boolean appliedSuccessfully()
           
 java.util.Set<java.lang.String> missingMandatoryProperties()
           
 boolean persistedSuccessfully()
           
 boolean restartRequired()
           
 void setAppliedSuccessfully(boolean appliedSuccessfully)
           
 void setMissingMandatoryProperties(java.util.Set<java.lang.String> missingMandatoryProperties)
           
 void setPersistedSuccessfully(boolean persistedSuccessfully)
           
 void setRestartRequired(boolean restartRequired)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ConfigChangeStatus

public ConfigChangeStatus()

Method Detail

appliedSuccessfully

public boolean appliedSuccessfully()
Returns:
the appliedSuccessfully

setAppliedSuccessfully

public void setAppliedSuccessfully(boolean appliedSuccessfully)
Parameters:
appliedSuccessfully - the appliedSuccessfully to set

restartRequired

public boolean restartRequired()
Returns:
the restartRequired

setRestartRequired

public void setRestartRequired(boolean restartRequired)
Parameters:
restartRequired - the restartRequired to set

missingMandatoryProperties

public java.util.Set<java.lang.String> missingMandatoryProperties()
Returns:
the missingMandatoryProperties

setMissingMandatoryProperties

public void setMissingMandatoryProperties(java.util.Set<java.lang.String> missingMandatoryProperties)
Parameters:
missingMandatoryProperties - the missingMandatoryProperties to set

persistedSuccessfully

public boolean persistedSuccessfully()
Returns:
the persistedSuccessfully

setPersistedSuccessfully

public void setPersistedSuccessfully(boolean persistedSuccessfully)
Parameters:
persistedSuccessfully - the persistedSuccessfully to set

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.