Uses of Class
org.forgerock.opendj.config.ManagedObjectAlreadyExistsException
Package
Description
Common administration classes.
Common client-side administration classes.
Client side driver implementation interfaces.
-
Uses of ManagedObjectAlreadyExistsException in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionvoid
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. -
Uses of ManagedObjectAlreadyExistsException in org.forgerock.opendj.config.client
Modifier and TypeMethodDescriptionvoid
ManagedObject.commit()
Adds this managed object to the server or commits any changes made to it depending on whether the managed object already exists on the server. -
Uses of ManagedObjectAlreadyExistsException in org.forgerock.opendj.config.client.spi
Modifier and TypeMethodDescriptionprotected abstract void
AbstractManagedObject.addNewManagedObject()
Adds this new managed object.final void
AbstractManagedObject.commit()