| /glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/ |
| H A D | LocalTransaction.java | 73 * @throws ResourceException Failed to begin a local 84 void begin() throws ResourceException; method in interface:LocalTransaction
|
| /glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/ |
| H A D | LocalTransaction.java | 78 void begin() throws ResourceException; method in interface:LocalTransaction
|
| /glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/ |
| H A D | StaticResource.java | 96 * as a result of a begin operation. 99 * @param begin Indicates a begin rather than a resume. 105 public abstract void startAssociation(Coordinator coord, boolean begin); argument
|
| H A D | RegisteredStatics.java | 129 * is as a result of a Current.begin operation. 132 * @param begin Indicates if this is a begin rather than a resume. 138 void distributeStart(ControlImpl control, boolean begin) { argument 158 resource.startAssociation(coord, begin); 167 endAssociation(coord, begin); 245 // Pretend that it is a begin association, as the
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/digester/ |
| H A D | Rule.java | 163 * @deprecated Use the {@link #begin(String,String,Attributes) begin} 167 public void begin(Attributes attributes) throws Exception { method in class:Rule 177 * method {@link #begin(Attributes) begin} without the 189 public void begin(String namespace, String name, Attributes attributes) method in class:Rule 192 begin(attributes);
|
| H A D | PathCallParamRule.java | 110 public void begin(String namespace, String name, Attributes attributes) throws Exception { method in class:PathCallParamRule
|
| H A D | ObjectParamRule.java | 133 public void begin(String namespace, String name, method in class:ObjectParamRule
|
| /glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/ |
| H A D | UserTransaction.java | 64 void begin() throws NotSupportedException, SystemException; method in interface:UserTransaction 140 * by the current thread with the begin method.
|
| H A D | TransactionManager.java | 64 public void begin() throws NotSupportedException, SystemException; method in interface:TransactionManager 177 * by the current thread with the begin method.
|
| /glassfish-3.1.2/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/ |
| H A D | Transaction.java | 73 void begin(); method in interface:Transaction
|
| /glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/ |
| H A D | Transaction.java | 53 void begin(javax.transaction.Transaction t); method in interface:Transaction
|
| /glassfish-3.1.2/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/concurrent/ |
| H A D | ConcurrentAccessTest.java | 98 final long begin = System.currentTimeMillis(); 108 logger.fine("got the lock at " + (System.currentTimeMillis() - begin)); 115 logger.fine("release the lock at " + (System.currentTimeMillis() - begin)); 130 logger.fine("looking for second lock at " + (System.currentTimeMillis() - begin)); 136 logger.fine("got the second lock at " + (System.currentTimeMillis() - begin));
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/ |
| H A D | SetAllPropertiesRule.java | 89 public void begin(Attributes attributes) throws Exception { method in class:SetAllPropertiesRule
|
| H A D | CopyParentClassLoaderRule.java | 108 public void begin(Attributes attributes) throws Exception { method in class:CopyParentClassLoaderRule
|
| H A D | SetContextPropertiesRule.java | 90 public void begin(String namespace, String nameX, Attributes attributes) method in class:SetContextPropertiesRule
|
| H A D | LifecycleListenerRule.java | 126 public void begin(Attributes attributes) throws Exception { method in class:LifecycleListenerRule
|
| H A D | WebRuleSet.java | 500 public void begin(Attributes attributes) throws Exception { method in class:SetLoginConfig 521 public void begin(Attributes attributes) throws Exception { method in class:SetJspConfig 542 public void begin(Attributes attributes) throws Exception { method in class:SetSessionConfig 564 public void begin(Attributes attributes) throws Exception { method in class:SetAuthConstraintRule 586 public void begin(Attributes attributes) throws Exception { method in class:SetDistributableRule 611 public void begin(Attributes attributes) throws Exception { method in class:SetPublicIdRule 650 public void begin(Attributes attributes) throws Exception { method in class:WrapperCreateRule
|
| /glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/ |
| H A D | MethodBuilder.java | 171 // begin of method body 172 //@olsen: fix 4467428, made 'begin' final InsnTarget 173 final InsnTarget begin = new InsnTarget(); 174 Insn insn = begin; 186 new short[]{ 0 }, new InsnTarget[]{ begin })); 193 begin, 223 // begin of method body 224 Insn begin = new InsnTarget(); 225 Insn insn = begin; 305 begin, [all...] |
| /glassfish-3.1.2/transaction/jta-xa/src/test/java/com/sun/enterprise/transaction/xa/ |
| H A D | AppTest.java | 91 System.out.println("**Testing TM begin ===>"); 93 System.out.println("**Status before begin: " 96 t.begin(); 98 System.out.println("**Status after begin: " + status + " <==="); 110 t.begin(); 129 t.begin(); 149 t.begin(); 157 System.out.println("**TX Status after begin: " + status); 179 t.begin(); 206 t.begin(); [all...] |
| /glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jta/ |
| H A D | UserTransactionImpl.java | 85 public void begin() throws NotSupportedException, SystemException { method in class:UserTransactionImpl 87 this.transactionManager.begin(); 177 * by subsequent invocations of the begin method.
|
| /glassfish-3.1.2/transaction/jta/src/test/java/com/sun/enterprise/transaction/ |
| H A D | AppTest.java | 136 t.begin(); 175 t.begin(); 227 t.begin(); 399 System.out.println("**Testing Wrong UTX begin ===>"); 402 System.out.println("**Calling TWICE UTX begin ===>"); 403 utx.begin(); 404 utx.begin(); 405 System.out.println("**WRONG: TWICE UTX begin successful <==="); 423 t.begin(); 472 System.out.println("**Testing TM begin [all...] |
| /glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
| H A D | TimerSchedule.java | 680 int begin = 0; 682 begin = getNumericValue(arr[0], start, size, field); 686 for (int i = begin; i < size; ) { 705 int begin = getNumericValue(arr[0], start, size, field); 707 if (begin < 0) { 719 //System.out.println("== RANGE from: " + begin + " to " + end); 722 setBitsRange(bits, begin, end, 1, 8); 724 setBitsRange(bits, begin, end, 0, size); 773 int begin = parseInt(arr[0], DAY_OF_MONTH); 779 if (begin < 1069 setBitsRange(BitSet bits, int begin, int end, int start, int size) argument [all...] |
| /glassfish-3.1.2/tests/jbi/transactions/jse_only/webclient/client/ |
| H A D | Client.java | 68 ut.begin();
|
| /glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/ |
| H A D | LocalTransactionImpl.java | 84 public void begin() throws ResourceException { method in class:LocalTransactionImpl 91 _logger.finest("Exception during begin() : " + sqle);
|
| /glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/ |
| H A D | WindowsService.java | 260 String begin = "<" + elem + ">"; 265 sb.append(" ").append(begin).append("--user").append(end); 266 sb.append(" ").append(begin).append(user).append(end); 269 sb.append(" ").append(begin).append("--passwordfile").append(end); 270 sb.append(" ").append(begin).append(info.passwordFile.getPath()).append(end);
|