Searched defs:commit (Results 1 - 25 of 161) sorted by relevance

1234567

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java114 public synchronized void commit(ChangeNumber changeNumber, method in class:PendingChanges
145 public synchronized void commit(ChangeNumber changeNumber) method in class:PendingChanges
H A DRemotePendingChanges.java124 public synchronized void commit(ChangeNumber changeNumber) method in class:RemotePendingChanges
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DConfigurationClient.java68 * to the server, otherwise it will commit any changes made to this
94 void commit() throws ManagedObjectAlreadyExistsException, method in interface:ConfigurationClient
/forgerock/opendj2/src/server/org/opends/server/admin/client/
H A DManagedObject.java73 * committed using the {@link #commit()} method, the pending values
129 void commit() throws ManagedObjectAlreadyExistsException, method in interface:ManagedObject
152 * the server using the {@link #commit()} method.
195 * the server using the {@link #commit()} method.
234 * the server using the {@link #commit()} method.
/forgerock/opendj2/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java107 public void commit() { method in class:PropertySet.MyProperty
306 void commit() { method in class:PropertySet
308 p.commit();
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java111 private synchronized void commit(CSN csn, LDAPUpdateMsg msg) method in class:PendingChanges
211 commit(csn, msg);
H A DRemotePendingChanges.java115 public synchronized void commit(CSN csn) method in class:RemotePendingChanges
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DConfigurationClient.java69 * to the server, otherwise it will commit any changes made to this
95 void commit() throws ManagedObjectAlreadyExistsException, method in interface:ConfigurationClient
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/
H A DManagedObject.java74 * committed using the {@link #commit()} method, the pending values
130 void commit() throws ManagedObjectAlreadyExistsException, method in interface:ManagedObject
153 * the server using the {@link #commit()} method.
196 * the server using the {@link #commit()} method.
235 * the server using the {@link #commit()} method.
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java108 public void commit() { method in class:PropertySet.MyProperty
307 void commit() { method in class:PropertySet
309 p.commit();
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DConfigurationClient.java69 * to the server, otherwise it will commit any changes made to this
95 void commit() throws ManagedObjectAlreadyExistsException, method in interface:ConfigurationClient
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java114 public synchronized void commit(ChangeNumber changeNumber, method in class:PendingChanges
145 public synchronized void commit(ChangeNumber changeNumber) method in class:PendingChanges
H A DRemotePendingChanges.java126 public synchronized void commit(ChangeNumber changeNumber) method in class:RemotePendingChanges
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java114 public synchronized void commit(ChangeNumber changeNumber, method in class:PendingChanges
145 public synchronized void commit(ChangeNumber changeNumber) method in class:PendingChanges
H A DRemotePendingChanges.java124 public synchronized void commit(ChangeNumber changeNumber) method in class:RemotePendingChanges
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DConfigurationClient.java68 * to the server, otherwise it will commit any changes made to this
94 void commit() throws ManagedObjectAlreadyExistsException, method in interface:ConfigurationClient
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java111 private synchronized void commit(CSN csn, LDAPUpdateMsg msg) method in class:PendingChanges
211 commit(csn, msg);
H A DRemotePendingChanges.java115 public synchronized void commit(CSN csn) method in class:RemotePendingChanges
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DConfigurationClient.java69 * to the server, otherwise it will commit any changes made to this
95 void commit() throws ManagedObjectAlreadyExistsException, method in interface:ConfigurationClient
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DLoginModule.java45 public boolean commit() throws LoginException; method in interface:LoginModule
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DConfigurationClient.java68 * to the server, otherwise it will commit any changes made to this
94 void commit() throws ManagedObjectAlreadyExistsException, method in interface:ConfigurationClient
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DPendingChanges.java106 private synchronized void commit(CSN csn, LDAPUpdateMsg msg) method in class:PendingChanges
205 commit(csn, msg);
H A DRemotePendingChanges.java109 public synchronized void commit(CSN csn) method in class:RemotePendingChanges
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DConfigurationClient.java57 * server, otherwise it will commit any changes made to this configuration.
76 void commit() throws ManagedObjectAlreadyExistsException, MissingMandatoryPropertiesException, method in interface:ConfigurationClient
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DLoginModule.java45 public boolean commit() throws LoginException; method in interface:LoginModule

Completed in 230 milliseconds

1234567