org.opends.server.admin.std.server
Interface VirtualStaticGroupImplementationCfg

All Superinterfaces:
Configuration, GroupImplementationCfg

public interface VirtualStaticGroupImplementationCfg
extends GroupImplementationCfg

A server-side interface for querying Virtual Static Group Implementation settings.

The Virtual Static Group Implementation provides a grouping mechanism in which the membership for the virtual static group is based on the membership for another group defined within the server.


Method Summary
 void addVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
          Register to be notified when this Virtual Static Group Implementation is changed.
 java.lang.Class<? extends VirtualStaticGroupImplementationCfg> configurationClass()
          Gets the configuration class associated with this Virtual Static Group Implementation.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void removeVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
          Deregister an existing Virtual Static Group Implementation configuration change listener.
 
Methods inherited from interface org.opends.server.admin.std.server.GroupImplementationCfg
addChangeListener, isEnabled, removeChangeListener
 
Methods inherited from interface org.opends.server.admin.Configuration
dn
 

Method Detail

configurationClass

java.lang.Class<? extends VirtualStaticGroupImplementationCfg> configurationClass()
Gets the configuration class associated with this Virtual Static Group Implementation.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface GroupImplementationCfg
Returns:
Returns the configuration class associated with this Virtual Static Group Implementation.

addVirtualStaticChangeListener

void addVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
Register to be notified when this Virtual Static Group Implementation is changed.

Parameters:
listener - The Virtual Static Group Implementation configuration change listener.

removeVirtualStaticChangeListener

void removeVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
Deregister an existing Virtual Static Group Implementation configuration change listener.

Parameters:
listener - The Virtual Static Group Implementation configuration change listener.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Virtual Static Group Implementation implementation.

Specified by:
getJavaClass in interface GroupImplementationCfg
Returns:
Returns the value of the "java-class" property.