|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkGroupCfgClient
A client-side interface for reading and modifying Network Group settings.
The Network Group is used to classify incoming connections and route requests to workflows.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends NetworkGroupCfgClient,? extends NetworkGroupCfg> |
definition()
Get the configuration definition 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.lang.Boolean |
isEnabled()
Gets the "enabled" property. |
void |
setEnabled(boolean value)
Sets the "enabled" property. |
void |
setNetworkGroupId(java.lang.String value)
Sets the "network-group-id" property. |
void |
setWorkflow(java.util.Collection<java.lang.String> values)
Sets the "workflow" property. |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends NetworkGroupCfgClient,? extends NetworkGroupCfg> definition()
definition
in interface ConfigurationClient
java.lang.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.
void setEnabled(boolean value) throws IllegalPropertyValueException
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.
value
- The value of the "enabled" property.
IllegalPropertyValueException
- If the new value is invalid.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.
void setNetworkGroupId(java.lang.String value) throws IllegalPropertyValueException, PropertyIsReadOnlyException
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.
This property is read-only and can only be modified during creation of a Network Group.
value
- The value of the "network-group-id" property.
IllegalPropertyValueException
- If the new value is invalid.
PropertyIsReadOnlyException
- If this Network Group is not being initialized.java.util.SortedSet<java.lang.String> getWorkflow()
Identifies the workflows in the network group.
void setWorkflow(java.util.Collection<java.lang.String> values) throws IllegalPropertyValueException, PropertyIsReadOnlyException
Identifies the workflows in the network group.
This property is read-only and can only be modified during creation of a Network Group.
values
- The values of the "workflow" property.
IllegalPropertyValueException
- If one or more of the new values are invalid.
PropertyIsReadOnlyException
- If this Network Group is not being initialized.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |