|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeSyntaxCfg
A server-side interface for querying Attribute Syntax settings.
Attribute Syntaxes define the type of data that may be stored in an attribute with that syntax. A syntax is generally associated with a set of matching rules that indicate how to perform matching operations against values of that syntax.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<AttributeSyntaxCfg> listener)
Register to be notified when this Attribute Syntax is changed. |
java.lang.Class<? extends AttributeSyntaxCfg> |
configurationClass()
Gets the configuration class associated with this Attribute Syntax. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
boolean |
isEnabled()
Gets the "enabled" property. |
void |
removeChangeListener(ConfigurationChangeListener<AttributeSyntaxCfg> listener)
Deregister an existing Attribute Syntax configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends AttributeSyntaxCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<AttributeSyntaxCfg> listener)
listener
- The Attribute Syntax configuration change listener.void removeChangeListener(ConfigurationChangeListener<AttributeSyntaxCfg> listener)
listener
- The Attribute Syntax configuration change listener.boolean isEnabled()
Indicates whether the Attribute Syntax is enabled.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Attribute Syntax implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |