|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkGroupCfg
A server-side interface for querying Network Group settings.
The Network Group is used to classify incoming connections and route requests to workflows.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<NetworkGroupCfg> listener)
Register to be notified when this Network Group is changed. |
java.lang.Class<? extends NetworkGroupCfg> |
configurationClass()
Gets the configuration class associated with this Network Group. |
java.lang.String |
getNetworkGroupId()
Gets the "network-group-id" property. |
java.util.SortedSet<java.lang.String> |
getWorkflow()
Gets the "workflow" property. |
java.util.SortedSet<DN> |
getWorkflowDNs()
Gets the "workflow" property as a set of DNs. |
boolean |
isEnabled()
Gets the "enabled" property. |
void |
removeChangeListener(ConfigurationChangeListener<NetworkGroupCfg> listener)
Deregister an existing Network Group configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends NetworkGroupCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<NetworkGroupCfg> listener)
listener
- The Network Group configuration change listener.void removeChangeListener(ConfigurationChangeListener<NetworkGroupCfg> listener)
listener
- The Network Group configuration change listener.boolean isEnabled()
Indicates whether the Network Group is enabled for use in the server.
If a network group is not enabled, its workflows will not be accessible when processing operations.
java.lang.String getNetworkGroupId()
Specifies the name that is used to identify the associated Network Group .
The name must be unique among all the Network Groups in the server.
java.util.SortedSet<java.lang.String> getWorkflow()
Identifies the workflows in the network group.
java.util.SortedSet<DN> getWorkflowDNs()
Identifies the workflows in the network group.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |