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

12

/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DTransactionalWriter.java45 * to <code>false</code> and use the <code>commit</code> and <code>rollback</code>
53 * <code>commit</code> or <code>rollback</code> methods.
54 * This method should be used only when auto-commit mode has been disabled.
58 * object is in auto-commit mode
60 public void commit() throws SQLException; method in interface:TransactionalWriter
64 * used only when auto-commit mode has been disabled.
67 * object within this <code>CachedRowSet</code> object is in auto-commit mode
73 * <code>Savepoint</code> object. This method should be used only when auto-commit
80 * object within this <code>CachedRowSet</code> object is in auto-commit mode
/openjdk7/jdk/test/javax/security/auth/login/LoginContext/
H A DResetModule.java37 public boolean commit() throws LoginException { return true; } method in class:ResetModule
H A DDefaultHandlerModule.java66 public boolean commit() throws LoginException { method in class:DefaultHandlerModule
H A DModuleSubjectModule.java64 public boolean commit() throws LoginException { method in class:ModuleSubjectModule
H A DConfigConstructor.java204 public boolean commit() throws LoginException { return true; } method in class:ConfigConstructor.MyModule1
222 public boolean commit() throws LoginException { return true; } method in class:ConfigConstructor.MyModule2
241 public boolean commit() throws LoginException { return true; } method in class:ConfigConstructor.MyModule3
259 public boolean commit() throws LoginException { return true; } method in class:ConfigConstructor.MyModule4
276 public boolean commit() throws LoginException { return true; } method in class:ConfigConstructor.MyModule5
293 public boolean commit() throws LoginException { return true; } method in class:ConfigConstructor.MyModule6
/openjdk7/jdk/src/share/classes/javax/security/auth/spi/
H A DLoginModule.java99 * LoginModules succeeded), then the <code>commit</code>
101 * The <code>commit</code> method for a <code>LoginModule</code> checks its
105 * <code>commit</code> method associates the relevant
180 * Method to commit the authentication process (phase 2).
197 * @exception LoginException if the commit fails
202 boolean commit() throws LoginException; method in interface:LoginModule
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJdbcRowSet.java212 * This method wraps the <code>Connection</code> commit method to allow flexible
213 * auto commit or non auto commit transactional control support.
215 * Makes all changes made since the previous commit/rollback permanent
217 * object. This method should be used only when auto-commit mode has
221 * Connection object within this <code>JdbcRowSet</code> is in auto-commit mode
224 public void commit() throws SQLException; method in interface:JdbcRowSet
234 * Sets this connection's auto-commit mode to the given state. If a
235 * connection is in auto-commit mode, then all its SQL statements will
238 * call to either the method commit o
[all...]
H A DCachedRowSet.java674 * to commit outstanding updates, those updates are lost.
735 * <code>commit()</code> or <code>rollback()</code> methods as appropriate.
805 * <code>commit</code> or <code>rollback</code> methods as appropriate.
1479 * <code>Connection</code> commit method to allow flexible
1480 * auto commit or non auto commit transactional control support.
1483 * method since the previous commit/rollback permanent. This method should
1484 * be used only when auto-commit mode has been disabled.
1487 * Connection object within this <code>CachedRowSet</code> is in auto-commit mode
1490 public void commit() throw method in interface:CachedRowSet
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DNTLoginModule.java237 * @exception LoginException if the commit fails.
239 * @return true if this LoginModule's own login and commit
242 public boolean commit() throws LoginException { method in class:NTLoginModule
297 * <code>login</code> and <code>commit</code> methods),
304 * @return false if this LoginModule's own login and/or commit attempts
326 // overall authentication succeeded and commit succeeded,
327 // but someone else's commit failed
340 * that may have been added by the <code>commit</code> method.
H A DSolarisLoginModule.java184 * @exception LoginException if the commit fails
186 * @return true if this LoginModule's own login and commit attempts
189 public boolean commit() throws LoginException { method in class:SolarisLoginModule
235 * and <code>commit</code> methods.
241 * @return false if this LoginModule's own login and/or commit attempts
263 // overall authentication succeeded and commit succeeded,
264 // but someone else's commit failed
H A DUnixLoginModule.java178 * @exception LoginException if the commit fails
180 * @return true if this LoginModule's own login and commit attempts
183 public boolean commit() throws LoginException { method in class:UnixLoginModule
194 ("commit Failed: Subject is Readonly");
231 * and <code>commit</code> methods.
237 * @return false if this LoginModule's own login and/or commit attempts
258 // overall authentication succeeded and commit succeeded,
259 // but someone else's commit failed
H A DJndiLoginModule.java149 * after both phases of authentication (login and commit)
349 * Abstract method to commit the authentication process (phase 2).
367 * @exception LoginException if the commit fails
369 * @return true if this LoginModule's own login and commit
372 public boolean commit() throws LoginException { method in class:JndiLoginModule
416 * <code>login</code> and <code>commit</code> methods),
423 * @return false if this LoginModule's own login and/or commit attempts
444 // overall authentication succeeded and commit succeeded,
445 // but someone else's commit failed
455 * that were added by the <code>commit</cod
[all...]
H A DKrb5LoginModule.java53 * <code>commit</code> is called.
54 * When <code>commit</code> is called, the <code>KerberosPrincipal</code>
215 * (login and commit) have completed.
730 // For compatibility, exception is thrown in commit().
989 * @exception LoginException if the commit fails.
991 * @return true if this LoginModule's own login and commit
995 public boolean commit() throws LoginException { method in class:Krb5LoginModule
1108 * <code>login</code> and <code>commit</code> methods),
1115 * @return false if this LoginModule's own login and/or commit attempts
1127 // overall authentication succeeded and commit succeede
[all...]
H A DLdapLoginModule.java199 * (login and commit) have completed.</dd>
602 * @exception LoginException if the commit fails
603 * @return true if this LoginModule's own login and commit
606 public boolean commit() throws LoginException { method in class:LdapLoginModule
664 * <code>login</code> and <code>commit</code> methods),
668 * @return false if this LoginModule's own login and/or commit attempts
688 // overall authentication succeeded and commit succeeded,
689 // but someone else's commit failed
699 * that were added by the <code>commit</code> method.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DTypedXmlWriter.java50 void commit(); method in interface:TypedXmlWriter
66 void commit(boolean includingAllPredecessors); method in interface:TypedXmlWriter
75 * the {@link #commit()} method is called to _commit this element.
H A DContainerElement.java247 public void commit() { method in class:ContainerElement
248 commit(true);
251 public void commit(boolean includingAllPredecessors) { method in class:ContainerElement
/openjdk7/corba/src/share/classes/javax/transaction/xa/
H A DXAResource.java54 * <p>At transaction commit time, the resource managers are informed by
55 * the transaction manager to prepare, commit, or rollback a transaction
56 * according to the two-phase commit protocol.</p>
67 * commit protocol to commit the work done on behalf of xid.
73 * <P>If the resource manager did not commit the transaction and the
79 void commit(Xid xid, boolean onePhase) throws XAException; method in interface:XAResource
154 /** Ask the resource manager to prepare for a transaction commit
/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.cpp105 if (s != NULL) commit(code_size, strings);
150 void StubQueue::commit(int committed_code_size, CodeStrings& strings) { function in class:StubQueue
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java108 * (login and commit) have completed.</dd>
329 * @exception LoginException if the commit fails
330 * @return true if this LoginModule's own login and commit
333 public boolean commit() throws LoginException { method in class:FileLoginModule
348 logger.debug("commit",
367 * <code>login</code> and <code>commit</code> methods),
371 * @return false if this LoginModule's own login and/or commit attempts
390 // overall authentication succeeded and commit succeeded,
391 // but someone else's commit failed
401 * that were added by the <code>commit</cod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftJitterCorrector.java104 public void commit() { method in class:SoftJitterCorrector.JitterStream
197 commit();
/openjdk7/hotspot/src/share/vm/trace/
H A DtraceEvent.hpp87 void commit() { function in class:TraceEvent
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DXmlConfigUtils.java124 commit(file,f);
329 // // commit won't be called...
332 // commit(tmp,basename)
358 private static File commit(String basename, File tmpFile) method in class:XmlConfigUtils
390 return commit(basename,newXmlTmpFile(basename));
/openjdk7/jdk/src/share/classes/java/text/
H A DRBTableBuilder.java160 commit();
262 private final void commit() method in class:RBTableBuilder
550 // can't find it in the table, will be filled in by commit().
586 final static int CHARINDEX = 0x70000000; // need look up in .commit()
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HRPrinter.hpp147 void commit(HeapWord* bottom, HeapWord* end) { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java432 con.commit();
1388 public void commit() throws SQLException { method in class:CachedRowSetWriter
1389 con.commit();
1395 public void commit(CachedRowSetImpl crs, boolean updateRowset) throws SQLException { method in class:CachedRowSetWriter
1396 con.commit();

Completed in 5318 milliseconds

12