|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<NetworkGroupCfgClient,NetworkGroupCfg>
org.opends.server.admin.std.meta.NetworkGroupCfgDefn
public final class NetworkGroupCfgDefn
An interface for querying the Network Group managed object definition meta information.
The Network Group is used to classify incoming connections and route requests to workflows.
Method Summary | |
---|---|
NetworkGroupCfgClient |
createClientConfiguration(ManagedObject<? extends NetworkGroupCfgClient> impl)
Creates a client configuration view of the provided managed object. |
NetworkGroupCfg |
createServerConfiguration(ServerManagedObject<? extends NetworkGroupCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static NetworkGroupCfgDefn |
getInstance()
Get the Network Group configuration definition singleton. |
StringPropertyDefinition |
getNetworkGroupIdPropertyDefinition()
Get the "network-group-id" property definition. |
java.lang.Class<NetworkGroupCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
AggregationPropertyDefinition<WorkflowCfgClient,WorkflowCfg> |
getWorkflowPropertyDefinition()
Get the "workflow" property definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static NetworkGroupCfgDefn getInstance()
public NetworkGroupCfgClient createClientConfiguration(ManagedObject<? extends NetworkGroupCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<NetworkGroupCfgClient,NetworkGroupCfg>
impl
- The managed object.
public NetworkGroupCfg createServerConfiguration(ServerManagedObject<? extends NetworkGroupCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<NetworkGroupCfgClient,NetworkGroupCfg>
impl
- The server managed object.
public java.lang.Class<NetworkGroupCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<NetworkGroupCfgClient,NetworkGroupCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
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.
public StringPropertyDefinition getNetworkGroupIdPropertyDefinition()
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.
public AggregationPropertyDefinition<WorkflowCfgClient,WorkflowCfg> getWorkflowPropertyDefinition()
Identifies the workflows in the network group.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |