Uses of Class
org.forgerock.opendj.config.ManagedObjectAlreadyExistsException
-
Packages that use ManagedObjectAlreadyExistsException Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.client Common client-side administration classes.org.forgerock.opendj.config.client.spi Client side driver implementation interfaces. -
-
Uses of ManagedObjectAlreadyExistsException in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that throw ManagedObjectAlreadyExistsException Modifier and Type Method 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. -
Uses of ManagedObjectAlreadyExistsException in org.forgerock.opendj.config.client
Methods in org.forgerock.opendj.config.client that throw ManagedObjectAlreadyExistsException Modifier and Type Method Description void
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
Methods in org.forgerock.opendj.config.client.spi that throw ManagedObjectAlreadyExistsException Modifier and Type Method Description protected abstract void
AbstractManagedObject. addNewManagedObject()
Adds this new managed object.void
AbstractManagedObject. commit()
-