|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.component.api.ServerConfigurationService.ConfigurationListener.BlockingConfigItem
public static class ServerConfigurationService.ConfigurationListener.BlockingConfigItem
This is a special marker class that is used in the ServerConfigurationService.ConfigurationListener,
returning this indicates that the config change should stop processing the change and retain the original value
| Constructor Summary | |
|---|---|
ServerConfigurationService.ConfigurationListener.BlockingConfigItem()
SPECIAL marker class, indicates that the config change should stop processing the change and retain the original value |
|
| Method Summary | |
|---|---|
int |
changed(Object value,
String source)
Called whenever this config item is changed |
ServerConfigurationService.ConfigItem |
copy()
Duplicate this config item This is mostly used to ensure we do not send the internal objects out where they could be changed |
int |
getChanged()
|
Object |
getDefaultValue()
|
String |
getDescription()
|
ServerConfigurationService.ConfigHistory[] |
getHistory()
|
String |
getName()
|
int |
getRequested()
|
String |
getSource()
|
String |
getType()
|
Object |
getValue()
|
int |
getVersion()
|
static ServerConfigurationService.ConfigurationListener.BlockingConfigItem |
instance()
|
boolean |
isDefaulted()
|
boolean |
isDynamic()
Indicates is this config item is dynamic or static (default is static) |
boolean |
isRegistered()
|
boolean |
isSecured()
|
int |
requested()
Called whenever this config item is requested |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerConfigurationService.ConfigurationListener.BlockingConfigItem()
| Method Detail |
|---|
public static ServerConfigurationService.ConfigurationListener.BlockingConfigItem instance()
public int requested()
ServerConfigurationService.ConfigItem
requested in interface ServerConfigurationService.ConfigItem
public int changed(Object value,
String source)
ServerConfigurationService.ConfigItem
changed in interface ServerConfigurationService.ConfigItemvalue - the new valuesource - the source which is making the change
public ServerConfigurationService.ConfigItem copy()
ServerConfigurationService.ConfigItem
copy in interface ServerConfigurationService.ConfigItempublic String getName()
getName in interface ServerConfigurationService.ConfigItempublic Object getValue()
getValue in interface ServerConfigurationService.ConfigItempublic String getType()
getType in interface ServerConfigurationService.ConfigItemServerConfigurationService.TYPESpublic String getDescription()
getDescription in interface ServerConfigurationService.ConfigItempublic String getSource()
getSource in interface ServerConfigurationService.ConfigItempublic Object getDefaultValue()
getDefaultValue in interface ServerConfigurationService.ConfigItempublic int getRequested()
getRequested in interface ServerConfigurationService.ConfigItempublic int getChanged()
getChanged in interface ServerConfigurationService.ConfigItempublic int getVersion()
getVersion in interface ServerConfigurationService.ConfigItempublic ServerConfigurationService.ConfigHistory[] getHistory()
getHistory in interface ServerConfigurationService.ConfigItempublic boolean isRegistered()
isRegistered in interface ServerConfigurationService.ConfigItempublic boolean isDefaulted()
isDefaulted in interface ServerConfigurationService.ConfigItempublic boolean isSecured()
isSecured in interface ServerConfigurationService.ConfigItempublic boolean isDynamic()
ServerConfigurationService.ConfigItem
isDynamic in interface ServerConfigurationService.ConfigItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||