Searched defs:begin (Results 1 - 25 of 36) sorted by relevance

12

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/
H A DLocalTransaction.java73 * @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 DLocalTransaction.java78 void begin() throws ResourceException; method in interface:LocalTransaction
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DSetAllPropertiesRule.java89 public void begin(Attributes attributes) throws Exception { method in class:SetAllPropertiesRule
H A DCopyParentClassLoaderRule.java108 public void begin(Attributes attributes) throws Exception { method in class:CopyParentClassLoaderRule
H A DLifecycleListenerRule.java126 public void begin(Attributes attributes) throws Exception { method in class:LifecycleListenerRule
H A DSetContextPropertiesRule.java90 public void begin(String namespace, String nameX, Attributes attributes) method in class:SetContextPropertiesRule
H A DSetDocBaseRule.java109 public void begin(Attributes attributes) throws Exception { method in class:SetDocBaseRule
H A DContextRuleSet.java304 public void begin(Attributes attributes) throws Exception { method in class:CreateLoaderRule
H A DWebRuleSet.java500 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 DUserTransaction.java64 void begin() throws NotSupportedException, SystemException; method in interface:UserTransaction
140 * by the current thread with the begin method.
H A DTransactionManager.java64 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 DLocalTransactionImpl.java84 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 DRegisteredStatics.java129 * 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 DStaticResource.java96 * 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 DCurrentImpl.java160 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 DUserTransactionImpl.java85 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 DObjectCreateRule.java230 public void begin(Attributes attributes) throws Exception { method in class:ObjectCreateRule
H A DObjectParamRule.java133 public void begin(String namespace, String name, method in class:ObjectParamRule
H A DPathCallParamRule.java110 public void begin(String namespace, String name, Attributes attributes) throws Exception { method in class:PathCallParamRule
H A DSetPropertiesRule.java196 public void begin(Attributes attributes) throws Exception { method in class:SetPropertiesRule
H A DSetPropertyRule.java140 public void begin(Attributes attributes) throws Exception { method in class:SetPropertyRule
H A DCallParamRule.java221 public void begin(Attributes attributes) throws Exception { method in class:CallParamRule
H A DRule.java163 * @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 DTransaction.java53 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 DUserTransactionImpl.java151 public void begin() throws NotSupportedException, SystemException method in class:UserTransactionImpl
156 userTx.begin();
165 transactionManager.begin();
168 transactionManager.begin(transactionTimeout);
170 transactionManager.begin();

Completed in 1384 milliseconds

12