| Package | Description |
|---|---|
| org.opends.server.admin |
Common administration classes.
|
| org.opends.server.admin.client |
Common client-side administration classes.
|
| org.opends.server.admin.client.spi |
Client side driver implementation interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationClient.commit()
If this is a new configuration this method will attempt to add it
to the server, otherwise it will commit any changes made to this
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedObject.commit()
Adds this managed object to the server or commits any changes
made to it depending on whether or not the managed object already
exists on the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractManagedObject.commit()
Adds this managed object to the server or commits any changes
made to it depending on whether or not the managed object already
exists on the server.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.