/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/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 | LifecycleListenerRule.java | 126 public void begin(Attributes attributes) throws Exception { method in class:LifecycleListenerRule
|
H A D | SetContextPropertiesRule.java | 90 public void begin(String namespace, String nameX, Attributes attributes) method in class:SetContextPropertiesRule
|
H A D | SetDocBaseRule.java | 109 public void begin(Attributes attributes) throws Exception { method in class:SetDocBaseRule
|
H A D | ContextRuleSet.java | 304 public void begin(Attributes attributes) throws Exception { method in class:CreateLoaderRule
|
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/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/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/transaction/jts/src/main/java/com/sun/jts/CosTransactions/ |
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
|
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 | CurrentImpl.java | 160 public void begin() method in class:CurrentImpl 193 // If there is a current Control object, then we should try to begin a 252 _logger.logp(Level.FINEST,"CurrentImpl","begin()", 301 _logger.logp(Level.FINEST,"CurrentImpl","begin()", 344 public void begin(int time_out) method in class:CurrentImpl 377 // If there is a current Control object, then we should try to begin a 436 _logger.logp(Level.FINEST,"CurrentImpl","begin()", 485 _logger.logp(Level.FINEST,"CurrentImpl","begin()",
|
/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/web/web-core/src/main/java/org/apache/tomcat/util/digester/ |
H A D | ObjectCreateRule.java | 230 public void begin(Attributes attributes) throws Exception { method in class:ObjectCreateRule
|
H A D | ObjectParamRule.java | 133 public void begin(String namespace, String name, method in class:ObjectParamRule
|
H A D | PathCallParamRule.java | 110 public void begin(String namespace, String name, Attributes attributes) throws Exception { method in class:PathCallParamRule
|
H A D | SetPropertiesRule.java | 196 public void begin(Attributes attributes) throws Exception { method in class:SetPropertiesRule
|
H A D | SetPropertyRule.java | 140 public void begin(Attributes attributes) throws Exception { method in class:SetPropertyRule
|
H A D | CallParamRule.java | 221 public void begin(Attributes attributes) throws Exception { method in class:CallParamRule
|
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);
|
/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/transaction/jta/src/main/java/com/sun/enterprise/transaction/ |
H A D | UserTransactionImpl.java | 151 public void begin() throws NotSupportedException, SystemException method in class:UserTransactionImpl 156 userTx.begin(); 165 transactionManager.begin(); 168 transactionManager.begin(transactionTimeout); 170 transactionManager.begin();
|