Uses of Class
org.forgerock.opendj.config.ManagedObjectAlreadyExistsException
Packages that use ManagedObjectAlreadyExistsException
Package
Description
Common administration classes.
Common client-side administration classes.
Client side driver implementation interfaces.
-
Uses of ManagedObjectAlreadyExistsException in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that throw ManagedObjectAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidConfigurationClient.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 ManagedObjectAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidManagedObject.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 ManagedObjectAlreadyExistsExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractManagedObject.addNewManagedObject()Adds this new managed object.final voidAbstractManagedObject.commit()