久久精品国产精品国产精品污,男人扒开添女人下部免费视频,一级国产69式性姿势免费视频,夜鲁夜鲁很鲁在线视频 视频,欧美丰满少妇一区二区三区,国产偷国产偷亚洲高清人乐享,中文 在线 日韩 亚洲 欧美,熟妇人妻无乱码中文字幕真矢织江,一区二区三区人妻制服国产

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Atomikos 中文说明文档【转】

發布時間:2025/4/16 编程问答 13 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Atomikos 中文说明文档【转】 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

Atomikos?翻譯文檔(英文文檔來源:下載安裝包中START_HERE.html)

???????????????????????????????? ----譯者:周楓

請尊重勞動成果,轉載請標明,英語水平有限,如有不準確地方請在評論中指出,謝謝

官網地址:http://www.atomikos.com/Main/WebHome

使用版本:AtomikosTransactionsEssentials-3.7.2

感謝您使用Atomikos,下面的說明文檔可以讓您正確使用,如果您有任何問題或者反饋,請訪問我們的幫助網頁http://www.atomikos.com/Main/SupportOverview,或者給我們發送郵件sales@atomikos.com。

什么是Atomikos TransactionsEssentials

???????? Atomikos TransactionsEssentials 是一個為Java平臺提供增值服務的并且開源類事務管理器,以下是包括在這個開源版本中的一些功能:

l? 全面崩潰 / 重啟恢復

l? 兼容標準的SUN公司JTA API

l? 嵌套事務

l? 為XA和非XA提供內置的JDBC適配器

注釋:XA:XA協議由Tuxedo首先提出的,并交給X/Open組織,作為資源管理器(數據庫)與事務管理器的接口標準。目前,Oracle、Informix、DB2和Sybase等各大數據庫廠家都提供對XA的支持。XA協議采用兩階段提交方式來管理分布式事務。XA接口提供資源管理器與事務管理器之間進行通信的標準接口。XA協議包括兩套函數,以xa_開頭的及以ax_開頭的。

以下的函數使事務管理器可以對資源管理器進行的操作:

  1)xa_open,xa_close:建立和關閉與資源管理器的連接。

  2)xa_start,xa_end:開始和結束一個本地事務。

  3)xa_prepare,xa_commit,xa_rollback:預提交、提交和回滾一個本地事務。

  4)xa_recover:回滾一個已進行預提交的事務。

  5)ax_開頭的函數使資源管理器可以動態地在事務管理器中進行注冊,并可以對XID(TRANSACTION IDS)進行操作。

  6)ax_reg,ax_unreg;允許一個資源管理器在一個TMS(TRANSACTION MANAGER SERVER)中動態注冊或撤消注冊。

l? 內置的JMS適配器XA-capable JMS隊列連接器

注釋:JMS:jms即Java消息服務(Java Message Service)應用程序接口是一個Java平臺中關于面向消息中間件(MOM)的API,用于在兩個應用程序之間,或分布式系統中發送消息,進行異步通信。Java消息服務是一個與具體平臺無關的API,絕大多數MOM提供商都對JMS提供支持。

l? 通過XA API兼容第三方適配器

l? 更好的整合您的項目

l? 集成Hibernate

如何使用Atomikos TransactionsEssentials

???????? Atomikos TransactionsEssentials 是一個可靠的庫,可以加入到您的Java應用程序,也就是說為了使用這個產品,您必須添加一些jar文件(包括在dist和lib文件夾下)到您的應用程序或者應用程序服務器。

?????????請注意:Atomikos TransactionsEssentials是一個非??焖俚那度胧绞聞展芾砥?#xff0c;這就意味著,您不需要另外啟動一個單獨的事務管理器進程(不要查找任何的bin文件夾)。相反,您的應用服務器將有它自己的intra-VM事務管理器。

?????????配置需求:至少Java1.5 jdk,并且最少128M的內存

?????????性能優化:盡管這個軟件有著很大的優勢,但是想要更好的發揮其作用,可以按以下的方法優化:

l? 更高的內存,意味著更高的吞吐量(每秒的事務數目)

l? 使連接池盡可能的大

l? 一旦你不需要的連接請馬上關閉它們。不要把你的應用程序放在緩存里,讓內部連接池為你做這些,這將促使更高效的連接使用

l? 不要讓活動的事務閑置:終止所有情況下的事務,尤其是在異常報錯情況下的事務。這將減少數據庫的鎖定時間,并且最大效率的處理啟用的使用。

如果想獲取這些細節的更多信息,也要參閱文檔說明部分。

值得注意的是,在我們所有的壓力測試中,Atomikos TransactionsEssentials比J2EE的web容器更高效的吞吐量。這些測量值包括日志記錄的高效的事務狀態,同樣,在我們所有的測量中,包括XA和non-XA,高效的效率是一樣的。

?????????在J2SE中使用Atomikos Transactions Essentials,只需要按以下步驟

  • 將idst和lib中的jar包全部放入的項目中
  • 創建或者自定義你應用的transactions.properties(或者jta.properties)文件(事務管理器的配置),然后將它放入到classpath中,安裝文件夾中包涵一個實例文件;在properties文件中注釋(#)后面的是默認值,取消一行并且改變默認值。 # SAMPLE PROPERTIES FILE FOR THE TRANSACTION SERVICE # THIS FILE ILLUSTRATES THE DIFFERENT SETTINGS FOR THE TRANSACTION MANAGER # UNCOMMENT THE ASSIGNMENTS TO OVERRIDE DEFAULT VALUES;# Required: factory implementation class of the transaction core. # NOTE: there is no default for this, so it MUST be specified! # com.atomikos.icatch.service=com.atomikos.icatch.standalone.UserTransactionServiceFactory# Set base name of file where messages are output # (also known as the 'console file'). # # com.atomikos.icatch.console_file_name = tm.out# Size limit (in bytes) for the console file; # negative means unlimited. # # com.atomikos.icatch.console_file_limit=-1# For size-limited console files, this option # specifies a number of rotating files to # maintain. # # com.atomikos.icatch.console_file_count=1# Set the number of log writes between checkpoints # # com.atomikos.icatch.checkpoint_interval=500# Set output directory where console file and other files are to be put # make sure this directory exists! # # com.atomikos.icatch.output_dir = ./# Set directory of log files; make sure this directory exists! # # com.atomikos.icatch.log_base_dir = ./# Set base name of log file # this name will be used as the first part of # the system-generated log file name # # com.atomikos.icatch.log_base_name = tmlog# Set the max number of active local transactions # or -1 for unlimited. # # com.atomikos.icatch.max_actives = 50# Set the default timeout (in milliseconds) for local transactions # # com.atomikos.icatch.default_jta_timeout = 10000# Set the max timeout (in milliseconds) for local transactions # # com.atomikos.icatch.max_timeout = 300000# The globally unique name of this transaction manager process # override this value with a globally unique name # # com.atomikos.icatch.tm_unique_name = tm# Do we want to use parallel subtransactions? JTA's default # is NO for J2EE compatibility # # com.atomikos.icatch.serial_jta_transactions=true# If you want to do explicit resource registration then # you need to set this value to false. # # com.atomikos.icatch.automatic_resource_registration=true # Set this to WARN, INFO or DEBUG to control the granularity # of output to the console file. # # com.atomikos.icatch.console_log_level=WARN# Do you want transaction logging to be enabled or not? # If set to false, then no logging overhead will be done # at the risk of losing data after restart or crash. # # com.atomikos.icatch.enable_logging=true# Should two-phase commit be done in (multi-)threaded mode or not? # Set this to false if you want commits to be ordered according # to the order in which resources are added to the transaction. # # NOTE: threads are reused on JDK 1.5 or higher. # For JDK 1.4, thread reuse is enabled as soon as the # concurrent backport is in the classpath - see # http://mirrors.ibiblio.org/pub/mirrors/maven2/backport-util-concurrent/backport-util-concurrent/ # # com.atomikos.icatch.threaded_2pc=false# Should shutdown of the VM trigger shutdown of the transaction core too? # # com.atomikos.icatch.force_shutdown_on_vm_exit=false

    ?

  • 在你的應用程序中,創建一個實例com.atomikos.icatch.jta.UserTransactionImp或者com.atomikos.icatch.jta.UserTransactionManager(使用默認的無參數構造函數) /*** Copyright (C) 2000-2010 Atomikos <info@atomikos.com>** This code ("Atomikos TransactionsEssentials"), by itself,* is being distributed under the* Apache License, Version 2.0 ("License"), a copy of which may be found at* http://www.atomikos.com/licenses/apache-license-2.0.txt .* You may not use this file except in compliance with the License.** While the License grants certain patent license rights,* those patent license rights only extend to the use of* Atomikos TransactionsEssentials by itself.** This code (Atomikos TransactionsEssentials) contains certain interfaces* in package (namespace) com.atomikos.icatch* (including com.atomikos.icatch.Participant) which, if implemented, may* infringe one or more patents held by Atomikos.* It should be appreciated that you may NOT implement such interfaces;* licensing to implement these interfaces must be obtained separately from Atomikos.** Unless required by applicable law or agreed to in writing, software* distributed under the License is distributed on an "AS IS" BASIS,* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*/package com.atomikos.icatch.jta;import java.io.Serializable;import javax.naming.NamingException; import javax.naming.Reference; import javax.naming.Referenceable; import javax.transaction.NotSupportedException; import javax.transaction.SystemException; import javax.transaction.TransactionManager; import javax.transaction.UserTransaction;import com.atomikos.icatch.admin.imp.SimpleLogAdministrator; import com.atomikos.icatch.config.TSInitInfo; import com.atomikos.icatch.config.UserTransactionService; import com.atomikos.icatch.config.UserTransactionServiceImp; import com.atomikos.util.SerializableObjectFactory;/*** * * Our UserTransaction implementation for J2SE transactions. This class is* special in that it automatically starts up and recover the transaction* service on first use. <b>Note: don't use this class in J2EE applications in* order to avoid starting different transaction engines in the same application* server! J2EE applications should use J2eeUserTransaction instead.</b>*/public class UserTransactionImp implements UserTransaction, Serializable,Referenceable {private transient TransactionManager txmgr_;/*** No-argument constructor.*/public UserTransactionImp (){}/*** Referenceable mechanism requires later setup of txmgr_, otherwise binding* into JNDI already requires that TM is running.*/private void checkSetup (){// REMOVED FOLLOWING IF CHECK: DON'T CACHE THE TXMGR TO MAKE INSTANCES// RESILIENT TO RESTART IN TOMCAT. OTHERWISE, CLIENT APPS SEE THEIR// USERTX REFERENCES INVALIDATED AND THIS IS INTOLERABLE// if ( txmgr_ == null ) {// txmgr_ = TransactionManagerImp.getTransactionManager();synchronized ( TransactionManagerImp.class ) {txmgr_ = TransactionManagerImp.getTransactionManager ();// FOLLOWING COMMENTED OUT: NEW RECOVERY IN 2.0 ALLOWS US TO START// THE TM// IF NOT ALREADY RUNNING!!!// if ( txmgr_ == null )// throw new RuntimeException ( "No transaction monitor installed?"// );// NEW FROM 2.0: if TM is not running, just start it. Any resources// can be registered later.if ( txmgr_ == null ) {UserTransactionService uts = new UserTransactionServiceImp ();TSInitInfo info = uts.createTSInitInfo ();uts.registerLogAdministrator ( SimpleLogAdministrator.getInstance () );uts.init ( info );txmgr_ = TransactionManagerImp.getTransactionManager ();}}// }}/*** @see javax.transaction.UserTransaction*/public void begin () throws NotSupportedException, SystemException{checkSetup ();txmgr_.begin ();}/*** @see javax.transaction.UserTransaction*/public void commit () throws javax.transaction.RollbackException,javax.transaction.HeuristicMixedException,javax.transaction.HeuristicRollbackException,javax.transaction.SystemException, java.lang.IllegalStateException,java.lang.SecurityException{checkSetup ();txmgr_.commit ();}/*** @see javax.transaction.UserTransaction*/public void rollback () throws IllegalStateException, SystemException,SecurityException{checkSetup ();txmgr_.rollback ();}/*** @see javax.transaction.UserTransaction*/public void setRollbackOnly () throws IllegalStateException,SystemException{checkSetup ();txmgr_.setRollbackOnly ();}/*** @see javax.transaction.UserTransaction*/public int getStatus () throws SystemException{checkSetup ();return txmgr_.getStatus ();}/*** @see javax.transaction.UserTransaction*/public void setTransactionTimeout ( int seconds ) throws SystemException{checkSetup ();txmgr_.setTransactionTimeout ( seconds );}////// IMPLEMENTATION OF REFERENCEABLE////public Reference getReference () throws NamingException{return SerializableObjectFactory.createReference ( this );} } /*** Copyright (C) 2000-2010 Atomikos <info@atomikos.com>** This code ("Atomikos TransactionsEssentials"), by itself,* is being distributed under the* Apache License, Version 2.0 ("License"), a copy of which may be found at* http://www.atomikos.com/licenses/apache-license-2.0.txt .* You may not use this file except in compliance with the License.** While the License grants certain patent license rights,* those patent license rights only extend to the use of* Atomikos TransactionsEssentials by itself.** This code (Atomikos TransactionsEssentials) contains certain interfaces* in package (namespace) com.atomikos.icatch* (including com.atomikos.icatch.Participant) which, if implemented, may* infringe one or more patents held by Atomikos.* It should be appreciated that you may NOT implement such interfaces;* licensing to implement these interfaces must be obtained separately from Atomikos.** Unless required by applicable law or agreed to in writing, software* distributed under the License is distributed on an "AS IS" BASIS,* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*/package com.atomikos.icatch.jta;import java.io.Serializable;import javax.naming.NamingException; import javax.naming.Reference; import javax.naming.Referenceable; import javax.transaction.HeuristicMixedException; import javax.transaction.HeuristicRollbackException; import javax.transaction.InvalidTransactionException; import javax.transaction.NotSupportedException; import javax.transaction.RollbackException; import javax.transaction.SystemException; import javax.transaction.Transaction; import javax.transaction.TransactionManager; import javax.transaction.UserTransaction;import com.atomikos.icatch.config.TSInitInfo; import com.atomikos.icatch.config.UserTransactionService; import com.atomikos.icatch.config.UserTransactionServiceImp; import com.atomikos.util.SerializableObjectFactory;/*** * * * * * A straightforward, zero-setup implementation of a transaction manager. J2SE* applications can use an instance of this class to get a handle to the* transaction manager, and automatically startup or recover the transaction* service on first use. <b>J2EE applications should NOT use this class in order* to avoid the concurrent use of different transaction services. For J2EE* applications, we have the class J2eeTransactionManager instead.</b>*/ public class UserTransactionManager implements TransactionManager,Serializable, Referenceable, UserTransaction {private static final long serialVersionUID = -655789038710288096L;private transient TransactionManagerImp tm;private UserTransactionService uts;private boolean forceShutdown;private boolean startupTransactionService;private boolean closed;private void checkSetup () throws SystemException{if ( closed ) throw new SystemException ( "This UserTransactionManager instance was closed already. Call init() to reuse if desired." );synchronized ( TransactionManagerImp.class ) {tm = (TransactionManagerImp) TransactionManagerImp.getTransactionManager ();if ( tm == null ) {// not initialized -> startup TM// System.out.println ( "STARTING UP TM!!!!!!");if ( getStartupTransactionService() ) {uts = new UserTransactionServiceImp ();TSInitInfo info = uts.createTSInitInfo ();uts.init ( info );tm = (TransactionManagerImp) TransactionManagerImp.getTransactionManager ();}else {throw new SystemException ( "Transaction service not running" );}}}}public UserTransactionManager(){//startup by default, to have backward compatibilitythis.startupTransactionService = true;this.closed = false;}/*** Sets whether the transaction service should be * started if not already running. * @param startup*/public void setStartupTransactionService ( boolean startup ){this.startupTransactionService = startup;}/*** Returns true if the transaction service will * be started if not already running.* @return*/public boolean getStartupTransactionService(){return this.startupTransactionService;}/*** Performs initialization if necessary.* This will startup the TM (if not running)* and perform recovery, unless <b>getStartupTransactionService</b>* returns false.* * @throws SystemException*/public void init() throws SystemException{closed = false;checkSetup();}/*** @see javax.transaction.TransactionManager#begin()*/public void begin () throws NotSupportedException, SystemException{checkSetup ();tm.begin ();}public boolean getForceShutdown(){return forceShutdown;}/*** Sets the force shutdown mode to use during close.* @param value */public void setForceShutdown ( boolean value ){this.forceShutdown = value;}/*** @see javax.transaction.TransactionManager#commit()*/public void commit () throws RollbackException, HeuristicMixedException,HeuristicRollbackException, SecurityException,IllegalStateException, SystemException{checkSetup ();tm.commit ();}/*** @see javax.transaction.TransactionManager#getStatus()*/public int getStatus () throws SystemException{checkSetup ();return tm.getStatus ();}/*** @see javax.transaction.TransactionManager#getTransaction()*/public Transaction getTransaction () throws SystemException{checkSetup ();return tm.getTransaction ();}/*** @see javax.transaction.TransactionManager#resume(javax.transaction.Transaction)*/public void resume ( Transaction tx ) throws InvalidTransactionException,IllegalStateException, SystemException{checkSetup ();tm.resume ( tx );}/*** @see javax.transaction.TransactionManager#rollback()*/public void rollback () throws IllegalStateException, SecurityException,SystemException{checkSetup ();tm.rollback ();}/*** @see javax.transaction.TransactionManager#setRollbackOnly()*/public void setRollbackOnly () throws IllegalStateException,SystemException{checkSetup ();tm.setRollbackOnly ();}/*** @see javax.transaction.TransactionManager#setTransactionTimeout(int)*/public void setTransactionTimeout ( int secs ) throws SystemException{checkSetup ();tm.setTransactionTimeout ( secs );}/*** @see javax.transaction.TransactionManager#suspend()*/public Transaction suspend () throws SystemException{checkSetup ();return tm.suspend ();}/*** @see javax.naming.Referenceable#getReference()*/public Reference getReference () throws NamingException{return SerializableObjectFactory.createReference ( this );}/*** Closes the transaction service, but only if it was * implicitly started via this instance.* In other words, if the transaction service was started* in another way then this method will not do anything.**/public void close(){if ( uts != null ) {uts.shutdown ( forceShutdown );uts = null;}closed = true;}}

    ?

  • 對于JDBC,使用我們的一個實例com.atomikos.jdbc.AtomikosDataSourceBean或者,對于non-XA驅動,可以使用com.atomikos.jdbc.nonxa.AtomikosNonXADataSourceBean /*** Copyright (C) 2000-2010 Atomikos <info@atomikos.com>** This code ("Atomikos TransactionsEssentials"), by itself,* is being distributed under the* Apache License, Version 2.0 ("License"), a copy of which may be found at* http://www.atomikos.com/licenses/apache-license-2.0.txt .* You may not use this file except in compliance with the License.** While the License grants certain patent license rights,* those patent license rights only extend to the use of* Atomikos TransactionsEssentials by itself.** This code (Atomikos TransactionsEssentials) contains certain interfaces* in package (namespace) com.atomikos.icatch* (including com.atomikos.icatch.Participant) which, if implemented, may* infringe one or more patents held by Atomikos.* It should be appreciated that you may NOT implement such interfaces;* licensing to implement these interfaces must be obtained separately from Atomikos.** Unless required by applicable law or agreed to in writing, software* distributed under the License is distributed on an "AS IS" BASIS,* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*/package com.atomikos.jdbc; import java.util.Enumeration; import java.util.Properties;import javax.sql.XADataSource;import com.atomikos.beans.PropertyUtils; import com.atomikos.datasource.RecoverableResource; import com.atomikos.datasource.xa.jdbc.JdbcTransactionalResource; import com.atomikos.icatch.system.Configuration; import com.atomikos.jdbc.AbstractDataSourceBean; import com.atomikos.util.ClassLoadingHelper;/*** The preferred class for using Atomikos connection pooling. Use an instance of* this class if you want to use Atomikos JTA-enabled connection pooling. All* you need to do is construct an instance and set the required properties as* outlined below. The resulting bean will automatically register with the* transaction service (for recovery) and take part in active transactions.* All SQL done over connections (gotten from this class) will participate in JTA transactions.*/public class AtomikosDataSourceBean extends AbstractDataSourceBean {private static final long serialVersionUID = 1L;private Properties xaProperties = null;private String xaDataSourceClassName;private transient XADataSource xaDataSource;public AtomikosDataSourceBean() {this.xaProperties = new Properties();}protected String printXaProperties(){StringBuffer ret = new StringBuffer();if ( xaProperties != null ) {Enumeration it = xaProperties.propertyNames();ret.append ( "[" );boolean first = true;while ( it.hasMoreElements() ) {if ( ! first ) ret.append ( "," );String name = ( String ) it.nextElement();String value = xaProperties.getProperty( name);ret.append ( name ); ret.append ( "=" ); ret.append ( value );first = false;}ret.append ( "]" );}return ret.toString();}/*** Gets the properties used to* configure the XADataSource. */public Properties getXaProperties(){return xaProperties;}/*** Sets the properties (name,value pairs) used to* configure the XADataSource. Required, unless you call setXaDataSource directly.* * @param xaProperties * **/public void setXaProperties ( Properties xaProperties ) {this.xaProperties = xaProperties;}/*** Get the XADataSource class name.*/public String getXaDataSourceClassName() {return xaDataSourceClassName;}/*** Sets the fully qualified underlying XADataSource class name. Required, unless you * call setXaDataSource directly.* * @param xaDataSourceClassName*/public void setXaDataSourceClassName ( String xaDataSourceClassName ) {this.xaDataSourceClassName = xaDataSourceClassName;}/*** Gets the configured XADataSource (if any).* @return The instance, or null if none.*/public XADataSource getXaDataSource(){return xaDataSource;}/*** Sets the XADataSource directly - instead of providing the xaDataSourceClassName and xaProperties.* @param xaDataSource*/public void setXaDataSource(XADataSource xaDataSource){this.xaDataSource = xaDataSource;}protected com.atomikos.datasource.pool.ConnectionFactory doInit() throws Exception {if (xaDataSource == null){if (xaDataSourceClassName == null)throwAtomikosSQLException("Property 'xaDataSourceClassName' cannot be null");if (xaProperties == null)throwAtomikosSQLException("Property 'xaProperties' cannot be null");}if ( Configuration.isInfoLoggingEnabled() ) Configuration.logInfo(this + ": initializing with [" +" xaDataSourceClassName=" + xaDataSourceClassName + "," +" uniqueResourceName=" + getUniqueResourceName() + "," +" maxPoolSize=" + getMaxPoolSize() + "," +" minPoolSize=" + getMinPoolSize() + "," +" borrowConnectionTimeout=" + getBorrowConnectionTimeout() + "," +" maxIdleTime=" + getMaxIdleTime() + "," +" reapTimeout=" + getReapTimeout() + "," +" maintenanceInterval=" + getMaintenanceInterval() + "," +" testQuery=" + getTestQuery() + "," +" xaProperties=" + printXaProperties() + " loginTimeout=" + getLoginTimeout() +"]");if (xaDataSource == null){Class xadsClass = null;try {xadsClass = ClassLoadingHelper.loadClass ( getXaDataSourceClassName() );} catch ( ClassNotFoundException nf ) {AtomikosSQLException.throwAtomikosSQLException ( "The class '" + getXaDataSourceClassName() +"' specified by property 'xaDataSourceClassName' could not be found in the classpath. Please make sure the spelling is correct, and that the required jar(s) are in the classpath." , nf );}Object driver = xadsClass.newInstance();if ( ! ( driver instanceof XADataSource ) ) {AtomikosSQLException.throwAtomikosSQLException ("The class '" + getXaDataSourceClassName() +"' specified by property 'xaDataSourceClassName' does not implement the required interface javax.jdbc.XADataSource. Please make sure the spelling is correct, and check your JDBC driver vendor's documentation." );}xaDataSource = (XADataSource) driver;xaDataSource.setLoginTimeout ( getLoginTimeout() );xaDataSource.setLogWriter ( getLogWriter() );PropertyUtils.setProperties(xaDataSource, xaProperties );}JdbcTransactionalResource tr = new JdbcTransactionalResource(getUniqueResourceName() , xaDataSource);com.atomikos.datasource.pool.ConnectionFactory cf = new com.atomikos.jdbc.AtomikosXAConnectionFactory(xaDataSource, tr, this);Configuration.addResource ( tr );return cf;}protected void doClose() {RecoverableResource res = Configuration.getResource ( getUniqueResourceName() );if ( res != null ) {Configuration.removeResource ( getUniqueResourceName() );//fix for case 26005res.close();}} public String toString() {String ret = "AtomikosDataSoureBean";String name = getUniqueResourceName();if ( name != null ) {ret = ret + " '" + name + "'";}return ret;}} /*** Copyright (C) 2000-2010 Atomikos <info@atomikos.com>** This code ("Atomikos TransactionsEssentials"), by itself,* is being distributed under the* Apache License, Version 2.0 ("License"), a copy of which may be found at* http://www.atomikos.com/licenses/apache-license-2.0.txt .* You may not use this file except in compliance with the License.** While the License grants certain patent license rights,* those patent license rights only extend to the use of* Atomikos TransactionsEssentials by itself.** This code (Atomikos TransactionsEssentials) contains certain interfaces* in package (namespace) com.atomikos.icatch* (including com.atomikos.icatch.Participant) which, if implemented, may* infringe one or more patents held by Atomikos.* It should be appreciated that you may NOT implement such interfaces;* licensing to implement these interfaces must be obtained separately from Atomikos.** Unless required by applicable law or agreed to in writing, software* distributed under the License is distributed on an "AS IS" BASIS,* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*/package com.atomikos.jdbc.nonxa;import java.sql.Connection; import java.sql.SQLException;import com.atomikos.datasource.pool.ConnectionFactory; import com.atomikos.icatch.HeuristicMessage; import com.atomikos.icatch.system.Configuration; import com.atomikos.jdbc.AbstractDataSourceBean; import com.atomikos.util.DynamicProxy;/*** * A Bean class for DataSource access to non-XA JDBC implementations. * Instances are JTA transaction-aware and can rollback the work done * over multiple connections (provided that all work was done in one and the same thread).* **/ public class AtomikosNonXADataSourceBean extends AbstractDataSourceBean {private static final long serialVersionUID = 1L;private String url;private String user;private String password;private String driverClassName;private boolean readOnly;/*** Sets the URL to use for getting connections. Required.* * @param url*/public void setUrl ( String url ) {this.url = url;}/*** Gets the URL to connect. */public String getUrl(){return url;}/*** Marks this datasource as being used for read-only work. Optional.* * Setting this to true will avoid warnings/errors upon recovery. ReadOnly mode* is intended to avoid XA configuration of databases where no updates are* being done.* * @param readOnly Defaults to false.*/public void setReadOnly ( boolean readOnly ) {this.readOnly = readOnly;}/*** @return Whether or not this datasource is marked as readOnly.*/public boolean getReadOnly(){return readOnly;}/*** @return The password.*/public String getPassword (){return password;}/*** Sets the password to use.* * @param string*/public void setPassword ( String string ){password = string;}/*** Set the user name to get connections with.* * @param string*/public void setUser ( String string ){user = string;}/*** @return The URL to connect with.*/public String getUser (){return user;}/*** * @return The DriverManager class name.*/public String getDriverClassName (){return driverClassName;}/*** Sets the driver class name to be used by the DriverManager. Required.* * @param string*/public void setDriverClassName ( String string ){driverClassName = string;}protected void doClose() {//nothing to do}protected ConnectionFactory doInit() throws Exception {AtomikosNonXAConnectionFactory ret = null;if ( Configuration.isInfoLoggingEnabled() ) Configuration.logInfo(this + ": initializing with [" +" uniqueResourceName=" + getUniqueResourceName() + "," +" maxPoolSize=" + getMaxPoolSize() + "," +" minPoolSize=" + getMinPoolSize() + "," +" borrowConnectionTimeout=" + getBorrowConnectionTimeout() + "," +" maxIdleTime=" + getMaxIdleTime() + "," +" reapTimeout=" + getReapTimeout() + "," +" maintenanceInterval=" + getMaintenanceInterval() + "," +" testQuery=" + getTestQuery() + "," +" driverClassName=" + getDriverClassName() + "," +" user=" + getUser() + "," +" url=" + getUrl() + " loginTimeout=" + getLoginTimeout() +"]");ret = new com.atomikos.jdbc.nonxa.AtomikosNonXAConnectionFactory ( this , url , driverClassName , user , password , getLoginTimeout() , readOnly ) ;ret.init();return ret;}public synchronized Connection getConnection ( HeuristicMessage hmsg ) throws SQLException{if ( Configuration.isInfoLoggingEnabled() ) Configuration.logInfo ( this + ": getConnection ( " + hmsg + " )..." );init();//let pool take care of reusing an existing handleConnection proxy = super.getConnection ( hmsg ); // here we are certain that proxy is not null -> increase the use countDynamicProxy dproxy = ( DynamicProxy ) proxy;com.atomikos.jdbc.nonxa.AtomikosThreadLocalConnection previous = (AtomikosThreadLocalConnection) dproxy.getInvocationHandler();previous.incUseCount();previous.addHeuristicMessage ( hmsg );if ( Configuration.isDebugLoggingEnabled() ) Configuration.logDebug ( this + ": returning " + proxy );return proxy;}public String toString() {String ret = "AtomikosNonXADataSourceBean";String name = getUniqueResourceName();if ( name != null ) {ret = ret + " '" + name + "'";}return ret;}}

    ?

  • 對于JMS,可以使用我們的實例com.atomikos.jms.AtomikosConnectionFactoryBean,com.atomikos.jms.extra.AbstractJmsSenderTemplate(發送信息時使用)com.atomikos.jms.extra.MessageDrivenContainer(接收時使用) /*** Copyright (C) 2000-2010 Atomikos <info@atomikos.com>** This code ("Atomikos TransactionsEssentials"), by itself,* is being distributed under the* Apache License, Version 2.0 ("License"), a copy of which may be found at* http://www.atomikos.com/licenses/apache-license-2.0.txt .* You may not use this file except in compliance with the License.** While the License grants certain patent license rights,* those patent license rights only extend to the use of* Atomikos TransactionsEssentials by itself.** This code (Atomikos TransactionsEssentials) contains certain interfaces* in package (namespace) com.atomikos.icatch* (including com.atomikos.icatch.Participant) which, if implemented, may* infringe one or more patents held by Atomikos.* It should be appreciated that you may NOT implement such interfaces;* licensing to implement these interfaces must be obtained separately from Atomikos.** Unless required by applicable law or agreed to in writing, software* distributed under the License is distributed on an "AS IS" BASIS,* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*/package com.atomikos.jms;import java.io.Serializable;import javax.jms.ConnectionFactory; import javax.jms.JMSException; import javax.naming.NamingException; import javax.naming.Reference; import javax.naming.Referenceable;import com.atomikos.util.SerializableObjectFactory;/*** * * Common logic for the connection factory beans.**/public abstract class AbstractConnectionFactoryBean implements Serializable, Referenceable, ConnectionFactory {protected String resourceName_;protected String xaFactoryJndiName_;protected AbstractConnectionFactoryBean ( ){this.xaFactoryJndiName_ = "";this.resourceName_ = "someUniqueName";}/*** Sets the JNDI name of the underlying XAConnectionFactory (optional). This is* optional and an alternative to directly supplying the required factory* through setXaConnectionFactory().* * @param name* The JNDI name where the XAConnectionFactory can be found.* It is up to the client to make sure that the name exists and* points to an existing XAConnectionFactory.*/public void setXaFactoryJndiName ( String name ) {xaFactoryJndiName_ = name;}/*** Retrieve the JNDI name where the XAConnectionFactory is expected.* * @return String the name or an empty String if not set.*/public String getXaFactoryJndiName() {return xaFactoryJndiName_;}/*** Set the unique resource name for this factory (required). A unique* resource name is needed by the transaction service in order to register* and recover the underlying XA transactions. * Note: the value you set here should not exceed 45 bytes in length.* * <p><b>MQSeries NOTE:</b> For* IBM MQSeries, the name should include MQSeries_XA_RMI or the XA routines* will not work properly! * * @param name* The unique resource name.*/public void setResourceName ( String name ) {resourceName_ = name;}/*** Get the resource name.* * @return String the unique resource name as previously set.*/public String getResourceName() {return resourceName_;}public Reference getReference() throws NamingException {return SerializableObjectFactory.createReference ( this );}/*** Initialization method to register the underlying resource for recovery* and other init code. * * @throws JMSException*/public void init() throws JMSException{checkSetup();}protected abstract void checkSetup() throws JMSException;} /*** Copyright (C) 2000-2010 Atomikos <info@atomikos.com>** This code ("Atomikos TransactionsEssentials"), by itself,* is being distributed under the* Apache License, Version 2.0 ("License"), a copy of which may be found at* http://www.atomikos.com/licenses/apache-license-2.0.txt .* You may not use this file except in compliance with the License.** While the License grants certain patent license rights,* those patent license rights only extend to the use of* Atomikos TransactionsEssentials by itself.** This code (Atomikos TransactionsEssentials) contains certain interfaces* in package (namespace) com.atomikos.icatch* (including com.atomikos.icatch.Participant) which, if implemented, may* infringe one or more patents held by Atomikos.* It should be appreciated that you may NOT implement such interfaces;* licensing to implement these interfaces must be obtained separately from Atomikos.** Unless required by applicable law or agreed to in writing, software* distributed under the License is distributed on an "AS IS" BASIS,* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*/package com.atomikos.jms.extra;import java.io.Serializable; import java.util.Map;import javax.jms.Connection; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.Queue; import javax.jms.Session; import javax.jms.Topic; import javax.transaction.Status; import javax.transaction.SystemException;import com.atomikos.icatch.jta.UserTransactionManager; import com.atomikos.icatch.system.Configuration; import com.atomikos.jms.AtomikosConnectionFactoryBean; import com.atomikos.jms.AtomikosJMSException; import com.atomikos.jms.AtomikosTransactionRequiredJMSException;/*** Common functionality for the sender templates.**/public abstract class AbstractJmsSenderTemplate {protected AtomikosConnectionFactoryBean connectionFactoryBean;private String user;protected String password;protected Destination destination;private String destinationName;private Destination replyToDestination;private String replyToDestinationName;private int deliveryMode;private int priority;private long timeToLive;protected boolean inited;protected AbstractJmsSenderTemplate(){// set default values according to Sun's JMS javadocssetTimeToLive ( 0 );setDeliveryMode ( javax.jms.DeliveryMode.PERSISTENT );setPriority ( 4 );}protected abstract Session getOrRefreshSession ( Connection c ) throws JMSException;protected abstract Connection getOrReuseConnection() throws JMSException;protected abstract void afterUseWithoutErrors ( Connection c , Session s ) throws JMSException;protected void destroy ( Connection c , Session s)throws JMSException {try {if ( s != null ) s.close();} catch ( JMSException warn ) {Configuration.logWarning ( this + ": error closing session" , warn);}try {if ( c != null ) c.close();} catch ( JMSException warn ) {Configuration.logWarning ( this + ": error closing connection" , warn);}} protected synchronized Connection refreshConnection() throws JMSException {Connection connection = null;if ( getDestinationName() == null )throw new JMSException ( "Please call setDestination or setDestinationName first!" );if ( user != null ) {connection = connectionFactoryBean.createConnection (user, password );} else {connection = connectionFactoryBean.createConnection ();}connection.start ();return connection;}/*** Initializes the session for sending. * Call this method first.*/public void init() throws JMSException{if ( ! inited ) {if ( connectionFactoryBean == null ) throw new IllegalStateException ( "Property 'atomikosConnectionFactoryBean' must be set first!" );if ( getDestinationName() == null ) {throw new IllegalStateException ( "Property 'destination' or 'destinationName' must be set first!" );}StringBuffer msg = new StringBuffer();msg.append ( this + ":configured with [" );msg.append ( "user=" ).append ( getUser() ).append ( ", " );msg.append ( "password=" ).append ( password ).append ( ", " );msg.append ( "deliveryMode=" ).append ( getDeliveryMode() ).append ( ", " );msg.append ( "timeToLive=" ).append ( getTimeToLive() ).append ( ", " );msg.append ( "priority=" ).append ( getPriority() ).append ( ", " );msg.append ( "destination=" ).append( getDestinationName() ).append ( ", " );msg.append ( "replyToDestination=" ).append ( getReplyToDestinationName() );msg.append ( "]" );if ( Configuration.isDebugLoggingEnabled() ) Configuration.logDebug ( msg.toString() );inited = true; }}private void retrieveDestinationIfNecessary() throws JMSException {if ( getDestination() == null ) {String dName = getDestinationName();RetrieveDestinationCallback cb = new RetrieveDestinationCallback ( dName );executeCallbackInternal ( cb );setDestination ( cb.getDestination() );}}private void retrieveReplyToDestinationIfNecessary() throws JMSException {if ( getReplyToDestination() == null ) {String dName = getReplyToDestinationName();if ( dName != null ) {RetrieveDestinationCallback cb = new RetrieveDestinationCallback ( dName );executeCallbackInternal ( cb );setReplyToDestination ( cb.getDestination() );}}}/*** Sets the connection factory to use. Required.* @param connectionFactory*/public void setAtomikosConnectionFactoryBean(AtomikosConnectionFactoryBean connectionFactory) {this.connectionFactoryBean = connectionFactory;}public AtomikosConnectionFactoryBean getAtomikosConnectionFactoryBean() {return connectionFactoryBean;}public Destination getDestination() {return destination;}/*** Sets the (provider-specific) destination name in order* to lookup the destination (rather than providing one directly).* * Required, unless you set the destination directly.* * @param destinationName*/public void setDestinationName ( String destinationName ) {this.destinationName = destinationName;}/*** Sets the destination to send to. Required, unless* you set the destinationName instead.* * @param destination*/public void setDestination(Destination destination) {this.destination = destination;}private String getName(Destination d, String destinationName ) {String ret = destinationName;if ( ret == null ) {if ( d instanceof Queue ) {Queue q = ( Queue ) d;try {ret = q.getQueueName();} catch ( JMSException e ) {if ( Configuration.isDebugLoggingEnabled() ) Configuration.logDebug ( this + ": error retrieving queue name" , e );}} else if ( d instanceof Topic ) {Topic t = ( Topic ) d;try {ret = t.getTopicName();} catch ( JMSException e ) {if ( Configuration.isDebugLoggingEnabled() ) Configuration.logDebug ( this + ": error retrieving topic name" , e );}}}return ret;}protected String getDestinationName() {return getName ( getDestination() , destinationName );}protected String getReplyToDestinationName() {return getName ( getReplyToDestination() , replyToDestinationName );}/*** @return The user to connect with, or null if no explicit authentication* is to be used.*/public String getUser() {return user;}/*** If this session is used for sending request/reply messages, then this* property indicates the destination where the replies are to be sent (optional). The* session uses this to set the JMSReplyTo header accordingly. This property* can be omitted if no reply is needed.* * <p>* The replyToDestination should be in the same JMS vendor domain as the send* queue. To cross domains, configure a bridge for both the request and the* reply channels.*/public void setReplyToDestination(Destination destination) {this.replyToDestination = destination;}/*** Sets the provider-specific replyToDestinationName. Optional.* * @param replyToDestinationName*/public void setReplyToDestinationName ( String replyToDestinationName ) {this.replyToDestinationName = replyToDestinationName;} /*** Gets the replyToDestination.* * @return*/public Destination getReplyToDestination() {return replyToDestination;}/*** Set the password for explicit authentication (optional). * This is only required if* the user has also been set.* * @param password* The password.*/public void setPassword(String password) {this.password = password;}/*** Set the user to use for explicit authentication (optional). If no explicit* authentication is required then this method should not be called.* * @param user*/public void setUser(String user) {this.user = user;}protected void executeCallbackInternal ( JmsSenderTemplateCallback callback ) throws JMSException {init();Session session = null;Connection conn = null;try {conn = getOrReuseConnection();session = getOrRefreshSession ( conn ); if ( Configuration.isDebugLoggingEnabled() ) Configuration.logDebug ( "Calling callback..." );callback.doInJmsSession ( session );if ( Configuration.isDebugLoggingEnabled() ) Configuration.logDebug ( "Callback done!" );afterUseWithoutErrors ( conn , session );} catch ( AtomikosTransactionRequiredJMSException notx ) {destroy ( conn , session );String msg = "The JMS session you are using requires a JTA transaction context for the calling thread and none was found." + "\n" +"Please correct your code to do one of the following: " + "\n" + "1. start a JTA transaction before sending any message, or" + "\n" + "2. increase the maxPoolSize of the AtomikosConnectionFactoryBean to avoid transaction timeout while waiting for a connection.";Configuration.logWarning ( msg );AtomikosTransactionRequiredJMSException.throwAtomikosTransactionRequiredJMSException ( msg );} catch ( JMSException e ) {e.printStackTrace();destroy ( conn , session );String msg = this + ": error in sending JMS message";AtomikosJMSException.throwAtomikosJMSException( msg , e );}}/*** Executes an application-level call-back within the managed session.* * @param callback* @throws JMSException*/public void executeCallback(JmsSenderTemplateCallback callback) throws JMSException {init(); retrieveDestinationIfNecessary();retrieveReplyToDestinationIfNecessary();UserTransactionManager tm = new UserTransactionManager ();try {if ( tm.getStatus () != Status.STATUS_ACTIVE )throw new JMSException ("This method requires an active transaction!" );} catch ( SystemException e ) {Configuration.logWarning ( this +": error in getting transaction status", e );throw new RuntimeException ( e.getMessage () );}executeCallbackInternal ( callback );}/*** @return The deliverymode for messages sent in this session.*/public int getDeliveryMode() {return deliveryMode;}/*** @return The priority for messages sent in this session.*/public int getPriority() {return priority;}/*** @return The timeToLive for messages sent in this session.*/public long getTimeToLive() {return timeToLive;}/*** * Set the deliverymode for messages sent in this session (optional). Defaults to* persistent.* * @param*/public void setDeliveryMode(int i) {deliveryMode = i;}/*** Set the priority for messages sent in this session (optional). Defaults to 4.* * @param*/public void setPriority(int i) {priority = i;}/*** Set the time to live for messages sent in this session (optional). Defaults to 0.* * @param*/public void setTimeToLive(long l) {timeToLive = l;}/*** Sends a TextMessage.* * @param content The text as a string.* @throws JMSException */public void sendTextMessage(String content) throws JMSException {retrieveDestinationIfNecessary();retrieveReplyToDestinationIfNecessary();SendTextMessageCallback cb = new SendTextMessageCallback ( content , getDestination() , getReplyToDestination() , getDeliveryMode() , getPriority() , getTimeToLive() );executeCallback ( cb );}/*** Sends a MapMessage.* * @param content The Map to get the content from.* * @throws JMSException*/public void sendMapMessage(Map content) throws JMSException {retrieveDestinationIfNecessary();retrieveReplyToDestinationIfNecessary();SendMapMessageCallback cb = new SendMapMessageCallback ( content , getDestination() , getReplyToDestination() , getDeliveryMode() , getPriority() , getTimeToLive() );executeCallback ( cb ); }/*** Sends an ObjectMessage.* * @param content The serializable object content.* @throws JMSException*/public void sendObjectMessage(Serializable content) throws JMSException {retrieveDestinationIfNecessary();retrieveReplyToDestinationIfNecessary();SendObjectMessageCallback cb = new SendObjectMessageCallback ( content , getDestination() , getReplyToDestination() , getDeliveryMode() , getPriority() , getTimeToLive() );executeCallback ( cb ); }/*** Sends a ByteMessage.* * @param content The content as a byte array.* @throws JMSException*/public void sendBytesMessage(byte[] content) throws JMSException {retrieveDestinationIfNecessary();retrieveReplyToDestinationIfNecessary();SendBytesMessageCallback cb = new SendBytesMessageCallback ( content , getDestination() , getReplyToDestination() , getDeliveryMode() , getPriority() , getTimeToLive() );executeCallback ( cb );}/*** Closes all resources.*/public void close() {try {Connection c = getOrReuseConnection();Session s = getOrRefreshSession(c);destroy(c, s);} catch (JMSException e) {Configuration.logWarning ( this + ": error closing" , e );}connectionFactoryBean.close();}} /*** Copyright (C) 2000-2010 Atomikos <info@atomikos.com>** This code ("Atomikos TransactionsEssentials"), by itself,* is being distributed under the* Apache License, Version 2.0 ("License"), a copy of which may be found at* http://www.atomikos.com/licenses/apache-license-2.0.txt .* You may not use this file except in compliance with the License.** While the License grants certain patent license rights,* those patent license rights only extend to the use of* Atomikos TransactionsEssentials by itself.** This code (Atomikos TransactionsEssentials) contains certain interfaces* in package (namespace) com.atomikos.icatch* (including com.atomikos.icatch.Participant) which, if implemented, may* infringe one or more patents held by Atomikos.* It should be appreciated that you may NOT implement such interfaces;* licensing to implement these interfaces must be obtained separately from Atomikos.** Unless required by applicable law or agreed to in writing, software* distributed under the License is distributed on an "AS IS" BASIS,* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*/package com.atomikos.jms.extra;import java.util.ArrayList; import java.util.Iterator; import java.util.List;import javax.jms.Destination; import javax.jms.ExceptionListener; import javax.jms.JMSException; import javax.jms.MessageListener;import com.atomikos.icatch.system.Configuration; import com.atomikos.jms.AtomikosConnectionFactoryBean;/*** * A message-driven container for asynchronously receiving JMS messages* from a topic or queue, within a managed JTA transaction context.* * Upon start, an instance of this class will create a number of* concurrent sessions that listen for incoming messages on the same destination.* MessageListener instances should be thread-safe if the pool size is larger* than one. Note: in general, after start() any changed properties are only* effective on the next start() event.* * <p>* <b>IMPORTANT:</b> the transactional behaviour guarantees redelivery after failures.* As a side-effect, this can lead to so-called <em>poison messages</em>: messages* whose processing repeatedly fails due to some recurring error (for instance, a primary* key violation in the database, a NullPointerException, ...). Poison messages are problematic* because they can prevent other messages from being processed, and block the system.* * To avoid poison messages, make sure that your MessageListener implementation * only throws a <b>RuntimeException</b> when the problem is <em>transient</em>. In that* case, the system will perform rollback and the message will be redelivered* facing a clean system state. All non-transient errors (i.e., those that happen* each time a message is delivered) indicate problems at the application level* and should be dealt with by writing better application code.*/public class MessageDrivenContainer implements MessageConsumerSessionProperties {private static final int DEFAULT_TIMEOUT = 30;private AtomikosConnectionFactoryBean connectionFactoryBean;private MessageListener messageListener;private String user;private String password;private Destination destination;private String destinationName;private int transactionTimeout;private int poolSize;private List sessions;private boolean daemonThreads;private boolean notifyListenerOnClose;private String messageSelector;private ExceptionListener exceptionListener;private String subscriberName;private boolean noLocal;private boolean unsubscribeOnClose;private String clientID;private int receiveTimeout;public MessageDrivenContainer(){sessions = new ArrayList ();notifyListenerOnClose = false;setPoolSize ( 1 );setTransactionTimeout ( DEFAULT_TIMEOUT );}private MessageConsumerSession createSession() {return new MessageConsumerSession ( this );}/*** Sets the clientID for durable subscriptions. Optional.* * @param clientID*/public void setClientID ( String clientID ) {this.clientID = clientID;}/*** Sets the connection factory to use. Required.* @param bean*/public void setAtomikosConnectionFactoryBean ( AtomikosConnectionFactoryBean bean ){this.connectionFactoryBean = bean;}public AtomikosConnectionFactoryBean getAtomikosConnectionFactoryBean(){return connectionFactoryBean;}/*** Gets the destination. * * @return The destination, or null if not set.*/public Destination getDestination(){return destination;}/*** Sets the JMS destination to listen on (required unless the destinationName is set instead).* * @param dest*/public void setDestination ( Destination dest ){this.destination = dest;}/*** Gets the destination name.* * @return The name, or null if not set.*/public String getDestinationName(){return destinationName;}/*** Sets the JMS provider-specific destination name* (required unless the destination is set directly). * * @param destinationName*/public void setDestinationName ( String destinationName ){this.destinationName = destinationName;}/*** Sets whether threads should be daemon threads or not (optional).* Default is false.* @param value If true then threads will be daemon threads.*/public void setDaemonThreads ( boolean value ) {this.daemonThreads = value;}/*** Tests whether threads are daemon threads.* @return True if threads are deamons.*/public boolean getDaemonThreads() {return daemonThreads;}/*** * Get the message listener if any.* * @return*/public MessageListener getMessageListener() {return messageListener;}/*** Get the transaction timeout.* * @return*/public int getTransactionTimeout() {return transactionTimeout;}/*** Get the user for connecting, or null if the default user should be used.* * @return*/public String getUser() {return user;}/*** Set the message listener to use (required). * The same instance will be used for each* session in the pool, meaning that instances need to be thread-safe. Only* one listener is allowed at a time. Call this method with a null argument* to unset the listener.* * @param listener*/public void setMessageListener ( MessageListener listener ) {messageListener = listener;Iterator it = sessions.iterator ();while ( it.hasNext () ) {MessageConsumerSession s = (MessageConsumerSession) it.next ();s.setMessageListener ( listener );}}/*** Set the password if explicit authentication is needed (optional). * You need to set this if the user is also set.* * @param string*/public void setPassword ( String string ) {password = string;}/*** Set the transaction timeout in seconds (optional).* * @param seconds*/public void setTransactionTimeout ( int seconds ) {transactionTimeout = seconds;}/*** Set the user to use for explicit authentication (optional). * Don't set this property* if you want to use the default authentication.* * @param string*/public void setUser ( String string ) {user = string;}/*** Get the message selector (if any)* * @return The selector, or null if none.*/public String getMessageSelector() {return this.messageSelector;}/*** Set the message selector to use (optional).* * @param selector*/public void setMessageSelector ( String selector ) {this.messageSelector = selector;}/*** Get the size of the pool.* * @return*/public int getPoolSize() {return poolSize;}/*** Sets the size of the session pool (optional).* Default is 1.* * @param size */public void setPoolSize ( int size ) {poolSize = size;}/*** Gets the exception listener (if any). * @return Null if no ExceptionListener was set.*/public ExceptionListener getExceptionListener() {return exceptionListener;}/*** Sets the exception listener (optional). The listener will be* notified of connection-level JMS errors.* * @param exceptionListener*/public void setExceptionListener ( ExceptionListener exceptionListener ) {this.exceptionListener = exceptionListener;}/*** Test if this instance will receive sends from the same connection.* * @return*/public boolean isNoLocal() {return noLocal;}/*** Sets whether or not this topic should receive sends from the * same connection (optional). * * @param noLocal */public void setNoLocal(boolean noLocal) {this.noLocal = noLocal;}/*** Gets the subscriber name (for durable subscribers).* @return The name, or null if not set (no durable subscriber).*/public String getSubscriberName() {return subscriberName;}/*** Sets the name to use for durable subscriptions (optional).* <br>* <b>Note: this name will be appended with a suffix to ensure uniqueness* among instances in the pool. Otherwise, the JMS back-end would see * multiple instances subscribing with the same name - an error.</b>* * @param subscriberName*/public void setSubscriberName(String subscriberName) {this.subscriberName = subscriberName;}protected boolean getNoLocal() {return isNoLocal();}/*** Start listening for messages.* * @throws JMSException*/public void start() throws JMSException {if ( destination == null && destinationName == null )throw new JMSException ("MessageDrivenContainer: destination not specified" );if ( connectionFactoryBean == null )throw new JMSException ("MessageDrivenContainer: factory not set" );if ( messageListener == null )throw new JMSException ("MessageDrivenContainer: messageListener not set" );for ( int i = 0; i < poolSize; i++ ) {MessageConsumerSession s = createSession();s.setMessageListener ( messageListener );s.setPassword ( password );s.setUser ( user );s.setDestination ( destination );s.setDestinationName ( destinationName );s.setAtomikosConnectionFactoryBean ( connectionFactoryBean );s.setDaemonThreads ( daemonThreads );s.setNotifyListenerOnClose ( notifyListenerOnClose );s.setMessageSelector ( getMessageSelector () );s.setExceptionListener ( exceptionListener );s.setNoLocal( noLocal );s.setSubscriberName( subscriberName );//set subscriber name with suffix to ensure unique namesif ( getSubscriberName() != null ) s.setSubscriberName ( getSubscriberName() + "-" + i );s.setNoLocal ( getNoLocal() );s.setClientID(clientID);try {s.startListening ();// System.out.println ( "MessageDrivenContainer: started// session");} catch ( Exception e ) {Configuration.logWarning ( "Error starting pool", e );}sessions.add ( s );}// set listener again to trigger listeningsetMessageListener ( messageListener );}/*** Stop listening for messages. If <b>notifyListenerOnClose</b> is set then* calling this method will notify the listener by calling its onMessage* method with a null argument (and also without transaction context).* * This method will wait for all active receive operations to unblock, which may take* up to <b>receiveTimeout</b> seconds per active thread.*/public void stop() {Iterator it = sessions.iterator ();while ( it.hasNext () ) {MessageConsumerSession s = (MessageConsumerSession) it.next ();s.stopListening ();}}/*** Getter to check whether the listener is notified on close.* * @return*/public boolean getNotifyListenerOnClose() {return notifyListenerOnClose;}/*** Set whether the listener should be notified of close events on the pool* (optional). Default is false.* * @param b* If true, then the listener will receive a null message if the* pool is closed.*/public void setNotifyListenerOnClose ( boolean b ) {notifyListenerOnClose = b;Iterator it = sessions.iterator ();while ( it.hasNext () ) {MessageConsumerSession s = (MessageConsumerSession) it.next ();s.setNotifyListenerOnClose ( b );}}/*** Sets whether unsubscribe should be done at closing time (optional). Default is false.* * @param b If true, then unsubscribe will be done at closing time. This only applies to * durable subscribers (i.e., cases where subscriberName is set).*/public void setUnsubscribeOnClose ( boolean b ) {this.unsubscribeOnClose = b;}/*** Getter to test if unsubscribe should be called on close.*/public boolean getUnsubscribeOnClose(){return unsubscribeOnClose;}/*** Gets the receive timeout in seconds.* * @return*/public int getReceiveTimeout() {int ret = receiveTimeout;if ( ret <=0 ) ret = getTransactionTimeout()/2;return ret;}/*** Sets the receive timeout in seconds, * i.e. the number of seconds to wait for incoming messages in the message listener thread's event loop.* * This property is optional and defaults to half the transactionTimeout, but typically this should be lower * because the time required to shutdown (stop) this container will be bound by this value multiplied by * the number of threads (as indicated by <b>poolSize</b>).* * @param seconds*/public void setReceiveTimeout(int seconds) {this.receiveTimeout = seconds; }}

    ?

  • 請檢查我們完整的用戶指南
  • 注意:雖然這個版本包含了特定的第三方產品,如RDBMS軟件和JMS代理軟件,請注意,AtomikosTransactionsEssentials絕不是僅限制在這些特定的產品,除了RDBMS軟件和JMS代理軟件大多數的其他軟件依然兼容。

    J2SE實例:examples/jse這個文件夾包含帶有源代碼的各種各樣的例子。可以執行這個腳本來運行這個程序(示例程序只有文本輸出,而沒有圖形化界面輸出)

    ?????????運行示例前最好安裝Ant,然后打開命令窗口在?examples/jse?文件夾并且輸入“ant”。

    Linux/Unix/Mac OSX Note在這些系統,你必須在終端輸入'chmod u+x *.sh'命令,否則,示例將無法運行。

    解決問題:偶爾,一些示例可能不能再繼續啟動使用(盡管在開始階段可以正常運行),這個通常是由于進程原因引起的(比如JMS代理后臺環境),關閉這期間的所有進程便會解決這個問題,或者,重新啟動計算機,也可以解決這個問題。

    在Spring中使用:Atomikos TransactionEssentials可以很方便的于Spring相結合,運行您程序使用企業級的J2EE應用程序,而不需要EJB甚至EJB容器。另外,我們額外提供了一個強大的功能,JMS消息驅動添加到Spring的內置特性。

    ?????????查看examples/spring文件夾,將展示Atomikos TransactionEssentials如何配置基于Spring的應用程序。

    在J2EE的web容器中使用:在您的J2EE應用程序環境中使用Atomikos TransactionsEssentials最簡單的方法是通過Spring作為pico-container(組件容器),如果想獲取更多信息,請到Spring處查看。

    Javadoc

    http://www.atomikos.com/downloads/transactions-essentials/com/atomikos/AtomikosTransactionsEssentials/javadoc/3.7/index.html

    轉載于:https://www.cnblogs.com/duanxz/p/4672551.html

    總結

    以上是生活随笔為你收集整理的Atomikos 中文说明文档【转】的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。

    亚洲自偷精品视频自拍 | 丰满少妇人妻久久久久久 | 欧洲精品码一区二区三区免费看 | 亚洲精品无码国产 | 日韩视频 中文字幕 视频一区 | 白嫩日本少妇做爰 | 色婷婷香蕉在线一区二区 | 男女性色大片免费网站 | 午夜肉伦伦影院 | 日韩亚洲欧美精品综合 | 亚洲男人av香蕉爽爽爽爽 | 成人片黄网站色大片免费观看 | 久久精品人人做人人综合试看 | 国产精品igao视频网 | 99久久久无码国产精品免费 | 日韩精品无码一本二本三本色 | 成人无码精品一区二区三区 | 亚洲欧洲日本综合aⅴ在线 | 男女下面进入的视频免费午夜 | 久9re热视频这里只有精品 | 内射巨臀欧美在线视频 | 久久99精品国产.久久久久 | 一本色道久久综合狠狠躁 | 免费人成网站视频在线观看 | 精品国产乱码久久久久乱码 | 国产午夜福利100集发布 | 欧美三级a做爰在线观看 | 亚洲成av人片天堂网无码】 | 99精品无人区乱码1区2区3区 | 国产激情无码一区二区app | 18黄暴禁片在线观看 | 日韩精品一区二区av在线 | 亚洲熟女一区二区三区 | 最新国产乱人伦偷精品免费网站 | 日韩精品久久久肉伦网站 | 亚洲男女内射在线播放 | 国产激情无码一区二区app | 欧美 亚洲 国产 另类 | 亚洲第一网站男人都懂 | 无码人妻丰满熟妇区五十路百度 | 精品熟女少妇av免费观看 | 九九综合va免费看 | 小泽玛莉亚一区二区视频在线 | 国产一区二区三区日韩精品 | 丰满少妇熟乱xxxxx视频 | 亚洲国产精品一区二区美利坚 | 免费无码av一区二区 | 精品久久久中文字幕人妻 | 乌克兰少妇xxxx做受 | 少妇被粗大的猛进出69影院 | 亚洲 欧美 激情 小说 另类 | 国产69精品久久久久app下载 | 男女爱爱好爽视频免费看 | 国产精品久久久av久久久 | 老太婆性杂交欧美肥老太 | 亚洲一区二区三区香蕉 | 亚洲中文字幕久久无码 | 麻豆成人精品国产免费 | 国产高潮视频在线观看 | 九九综合va免费看 | 国产精品美女久久久久av爽李琼 | 97色伦图片97综合影院 | 国产在线精品一区二区高清不卡 | 日韩av无码中文无码电影 | 久久精品一区二区三区四区 | 97精品人妻一区二区三区香蕉 | 波多野结衣 黑人 | 久久久国产一区二区三区 | 国产乱码精品一品二品 | 国产两女互慰高潮视频在线观看 | 乱中年女人伦av三区 | 欧洲熟妇色 欧美 | 欧美激情内射喷水高潮 | 亚洲精品一区三区三区在线观看 | 国产香蕉尹人视频在线 | 欧美高清在线精品一区 | 欧美三级a做爰在线观看 | 亚洲中文字幕乱码av波多ji | 伦伦影院午夜理论片 | av无码电影一区二区三区 | 亚洲中文字幕乱码av波多ji | 久久亚洲中文字幕无码 | 亚洲精品久久久久avwww潮水 | 99久久精品无码一区二区毛片 | 国产成人av免费观看 | 亚洲色大成网站www | 久久人人爽人人爽人人片av高清 | 98国产精品综合一区二区三区 | 免费网站看v片在线18禁无码 | 国产精品久久久久久久9999 | 九九久久精品国产免费看小说 | 亚洲va欧美va天堂v国产综合 | 丰满人妻被黑人猛烈进入 | 国产特级毛片aaaaaa高潮流水 | 学生妹亚洲一区二区 | 亚洲日韩av片在线观看 | 波多野结衣高清一区二区三区 | 伊人久久大香线蕉av一区二区 | 亚洲欧美精品伊人久久 | 精品国产麻豆免费人成网站 | 欧美国产亚洲日韩在线二区 | 久久午夜夜伦鲁鲁片无码免费 | 久久综合色之久久综合 | 亚洲精品中文字幕 | 亚洲国产av美女网站 | 狠狠cao日日穞夜夜穞av | 欧美日韩在线亚洲综合国产人 | 野狼第一精品社区 | 亚洲综合无码一区二区三区 | 亚洲国产精品毛片av不卡在线 | 欧美日韩色另类综合 | 丰满人妻翻云覆雨呻吟视频 | 精品熟女少妇av免费观看 | 疯狂三人交性欧美 | 成人免费视频一区二区 | 国产网红无码精品视频 | 性生交大片免费看l | 亚洲一区二区三区无码久久 | 国产农村妇女aaaaa视频 撕开奶罩揉吮奶头视频 | 日本爽爽爽爽爽爽在线观看免 | 成 人影片 免费观看 | 国产片av国语在线观看 | 亚洲毛片av日韩av无码 | 麻豆国产人妻欲求不满谁演的 | 精品国产av色一区二区深夜久久 | а√天堂www在线天堂小说 | 久久zyz资源站无码中文动漫 | 99视频精品全部免费免费观看 | 亚洲一区二区三区含羞草 | 东京无码熟妇人妻av在线网址 | 国产97色在线 | 免 | 97久久精品无码一区二区 | 欧美性猛交内射兽交老熟妇 | 高清不卡一区二区三区 | 久久久久免费看成人影片 | av人摸人人人澡人人超碰下载 | 亚洲日韩中文字幕在线播放 | 欧美熟妇另类久久久久久多毛 | 亚洲中文字幕无码一久久区 | 久久99精品国产麻豆蜜芽 | 曰本女人与公拘交酡免费视频 | 久久精品人人做人人综合试看 | 国产精品资源一区二区 | 国产免费久久久久久无码 | 无码帝国www无码专区色综合 | 男女猛烈xx00免费视频试看 | 无码精品国产va在线观看dvd | 领导边摸边吃奶边做爽在线观看 | 久久久精品国产sm最大网站 | 天天综合网天天综合色 | 99久久无码一区人妻 | 人人澡人人妻人人爽人人蜜桃 | 亚洲欧美中文字幕5发布 | 国产成人亚洲综合无码 | 国产无av码在线观看 | 国产麻豆精品精东影业av网站 | 日韩少妇内射免费播放 | 国内精品人妻无码久久久影院 | 亚洲精品鲁一鲁一区二区三区 | 亚洲乱亚洲乱妇50p | 最新国产乱人伦偷精品免费网站 | 欧美人妻一区二区三区 | 一本久久a久久精品vr综合 | 国产真人无遮挡作爱免费视频 | 帮老师解开蕾丝奶罩吸乳网站 | 日本熟妇人妻xxxxx人hd | 亚洲综合伊人久久大杳蕉 | 中文字幕人妻丝袜二区 | 欧美午夜特黄aaaaaa片 | 人人妻人人澡人人爽人人精品 | 国产亚洲日韩欧美另类第八页 | 亚洲呦女专区 | 亚洲成a人一区二区三区 | 激情综合激情五月俺也去 | 亚洲一区二区三区香蕉 | 无码成人精品区在线观看 | 蜜桃av抽搐高潮一区二区 | 日本爽爽爽爽爽爽在线观看免 | 久久天天躁狠狠躁夜夜免费观看 | 久久精品国产99精品亚洲 | 精品少妇爆乳无码av无码专区 | 四虎国产精品免费久久 | 免费观看激色视频网站 | 999久久久国产精品消防器材 | 狠狠cao日日穞夜夜穞av | 久久天天躁狠狠躁夜夜免费观看 | 国产免费久久精品国产传媒 | 欧美黑人性暴力猛交喷水 | 国产特级毛片aaaaaa高潮流水 | 中文无码成人免费视频在线观看 | 4hu四虎永久在线观看 | 无码毛片视频一区二区本码 | 人人妻人人澡人人爽精品欧美 | 欧美国产日韩久久mv | 国产精品无码一区二区三区不卡 | 亚洲色www成人永久网址 | 亚洲日本在线电影 | 偷窥村妇洗澡毛毛多 | 亚洲春色在线视频 | 久久无码中文字幕免费影院蜜桃 | 白嫩日本少妇做爰 | 国产偷国产偷精品高清尤物 | 亚洲一区二区三区国产精华液 | 久久久久亚洲精品男人的天堂 | 国产精品美女久久久久av爽李琼 | 国产麻豆精品精东影业av网站 | 国产特级毛片aaaaaaa高清 | 国产人妻人伦精品 | 中文字幕 人妻熟女 | 亚洲日韩av片在线观看 | 国内揄拍国内精品人妻 | 国产在线无码精品电影网 | 76少妇精品导航 | 日本乱偷人妻中文字幕 | 丝袜人妻一区二区三区 | 日日躁夜夜躁狠狠躁 | 久久午夜无码鲁丝片午夜精品 | 亚洲欧美精品aaaaaa片 | 日韩精品无码一区二区中文字幕 | 日本爽爽爽爽爽爽在线观看免 | 久久久久国色av免费观看性色 | 露脸叫床粗话东北少妇 | 国产激情综合五月久久 | 欧美日韩人成综合在线播放 | 99国产精品白浆在线观看免费 | 国产亚洲精品久久久久久久久动漫 | 无码播放一区二区三区 | 欧美激情综合亚洲一二区 | 狠狠色噜噜狠狠狠狠7777米奇 | 亚洲成av人片天堂网无码】 | 精品国产福利一区二区 | 四虎永久在线精品免费网址 | 激情五月综合色婷婷一区二区 | 亚洲狠狠婷婷综合久久 | 亚洲综合色区中文字幕 | 国产国产精品人在线视 | 亚洲七七久久桃花影院 | 99er热精品视频 | 欧美日韩人成综合在线播放 | 亚洲精品成人福利网站 | 2020久久超碰国产精品最新 | 激情综合激情五月俺也去 | 亚洲一区二区三区在线观看网站 | 永久免费精品精品永久-夜色 | 激情综合激情五月俺也去 | 乱人伦人妻中文字幕无码久久网 | 天天爽夜夜爽夜夜爽 | 国产成人无码av一区二区 | 六十路熟妇乱子伦 | 色综合久久久无码网中文 | 日本一区二区三区免费高清 | 色欲av亚洲一区无码少妇 | 人人妻人人澡人人爽欧美一区 | 美女扒开屁股让男人桶 | 人人澡人摸人人添 | 成人欧美一区二区三区黑人 | 色诱久久久久综合网ywww | 国产成人综合色在线观看网站 | 西西人体www44rt大胆高清 | 日韩精品无码一本二本三本色 | 中文字幕无码免费久久9一区9 | 天天躁日日躁狠狠躁免费麻豆 | 欧美肥老太牲交大战 | 清纯唯美经典一区二区 | 丰满少妇熟乱xxxxx视频 | 丰满肥臀大屁股熟妇激情视频 | 无码人妻少妇伦在线电影 | 毛片内射-百度 | 国内精品人妻无码久久久影院 | 久久综合狠狠综合久久综合88 | 奇米影视7777久久精品 | 捆绑白丝粉色jk震动捧喷白浆 | www国产亚洲精品久久网站 | 人人爽人人澡人人人妻 | 精品国产国产综合精品 | 国产人妻精品午夜福利免费 | 日本熟妇大屁股人妻 | 国产熟女一区二区三区四区五区 | 波多野结衣av在线观看 | 国产精品久久久久久久影院 | 久久97精品久久久久久久不卡 | 精品国产一区二区三区四区 | 国产一区二区三区影院 | 99久久人妻精品免费二区 | www成人国产高清内射 | 午夜熟女插插xx免费视频 | 婷婷五月综合缴情在线视频 | 天堂久久天堂av色综合 | 精品少妇爆乳无码av无码专区 | 欧洲熟妇色 欧美 | 国产成人精品视频ⅴa片软件竹菊 | 性色欲网站人妻丰满中文久久不卡 | 精品国产一区av天美传媒 | 中国女人内谢69xxxxxa片 | 久久精品99久久香蕉国产色戒 | 亚洲欧美日韩国产精品一区二区 | 无码人妻丰满熟妇区毛片18 | 久久精品女人的天堂av | 丝袜 中出 制服 人妻 美腿 | ass日本丰满熟妇pics | 久久久国产精品无码免费专区 | 精品无码国产一区二区三区av | 永久免费观看美女裸体的网站 | 色狠狠av一区二区三区 | 青草青草久热国产精品 | 亚洲精品成a人在线观看 | 国产97色在线 | 免 | 国产特级毛片aaaaaa高潮流水 | 女人被男人躁得好爽免费视频 | 美女极度色诱视频国产 | 久久zyz资源站无码中文动漫 | 久久99精品久久久久婷婷 | 成人综合网亚洲伊人 | 夫妻免费无码v看片 | 又紧又大又爽精品一区二区 | 美女张开腿让人桶 | 中文字幕无码免费久久9一区9 | √8天堂资源地址中文在线 | 久久99热只有频精品8 | 天天综合网天天综合色 | 中文字幕 人妻熟女 | 亚洲成av人片天堂网无码】 | 一个人看的www免费视频在线观看 | 婷婷六月久久综合丁香 | 鲁大师影院在线观看 | 精品成在人线av无码免费看 | 国产亚洲精品久久久ai换 | 国产av无码专区亚洲awww | 亚洲一区二区三区含羞草 | 久久97精品久久久久久久不卡 | 国产成人无码午夜视频在线观看 | av无码久久久久不卡免费网站 | 黑人巨大精品欧美一区二区 | 国产午夜手机精彩视频 | 99久久人妻精品免费一区 | 免费看男女做好爽好硬视频 | 伊人久久大香线蕉午夜 | 欧美丰满老熟妇xxxxx性 | 亚洲中文无码av永久不收费 | 少女韩国电视剧在线观看完整 | 亚洲无人区午夜福利码高清完整版 | yw尤物av无码国产在线观看 | 十八禁视频网站在线观看 | 99久久久无码国产精品免费 | 亚洲国产精品美女久久久久 | 欧美黑人巨大xxxxx | 中文字幕人妻无码一夲道 | 乱人伦人妻中文字幕无码久久网 | 日本一卡二卡不卡视频查询 | 麻豆国产人妻欲求不满 | 国产精品毛多多水多 | 午夜性刺激在线视频免费 | 亚洲精品美女久久久久久久 | 红桃av一区二区三区在线无码av | 亚洲精品国偷拍自产在线麻豆 | 牲欲强的熟妇农村老妇女 | 国产一区二区不卡老阿姨 | 日韩在线不卡免费视频一区 | av无码不卡在线观看免费 | 亚洲熟妇色xxxxx欧美老妇 | 日本高清一区免费中文视频 | 日本乱人伦片中文三区 | 亚洲aⅴ无码成人网站国产app | 撕开奶罩揉吮奶头视频 | 中文久久乱码一区二区 | 国产办公室秘书无码精品99 | 免费无码午夜福利片69 | 成人亚洲精品久久久久 | 国产色在线 | 国产 | 欧美人与善在线com | 亚洲一区二区三区香蕉 | 99精品无人区乱码1区2区3区 | 国产精品无码永久免费888 | 2019nv天堂香蕉在线观看 | 久久久精品成人免费观看 | 国产精品久免费的黄网站 | 激情综合激情五月俺也去 | 精品一二三区久久aaa片 | 未满成年国产在线观看 | 中文亚洲成a人片在线观看 | 国产小呦泬泬99精品 | 国产在线一区二区三区四区五区 | 久久精品女人的天堂av | 扒开双腿吃奶呻吟做受视频 | 亚洲啪av永久无码精品放毛片 | 双乳奶水饱满少妇呻吟 | 国产精品人人爽人人做我的可爱 | 中文字幕av日韩精品一区二区 | 久久久久免费看成人影片 | 丰满岳乱妇在线观看中字无码 | 一本一道久久综合久久 | 国产亚洲精品久久久闺蜜 | 国产精品无码mv在线观看 | 久久伊人色av天堂九九小黄鸭 | 亚洲精品综合一区二区三区在线 | 好爽又高潮了毛片免费下载 | 国产在线aaa片一区二区99 | 久久精品国产一区二区三区 | 国产成人无码av片在线观看不卡 | 精品国产青草久久久久福利 | 精品国产一区二区三区四区 | 成人精品天堂一区二区三区 | 国产无遮挡又黄又爽免费视频 | 99精品无人区乱码1区2区3区 | 国产人妖乱国产精品人妖 | 欧美三级a做爰在线观看 | 免费人成在线视频无码 | 无码国内精品人妻少妇 | 中国女人内谢69xxxxxa片 | 国产精华av午夜在线观看 | 国产综合久久久久鬼色 | 国产香蕉97碰碰久久人人 | 欧美性生交活xxxxxdddd | 国产又爽又黄又刺激的视频 | 东京热无码av男人的天堂 | 曰韩少妇内射免费播放 | 西西人体www44rt大胆高清 | 成人综合网亚洲伊人 | 真人与拘做受免费视频 | 日本又色又爽又黄的a片18禁 | 亚洲自偷自偷在线制服 | 久久99精品国产.久久久久 | 亚洲中文字幕无码一久久区 | 永久免费精品精品永久-夜色 | 丰满护士巨好爽好大乳 | 国产亚洲精品精品国产亚洲综合 | 日本va欧美va欧美va精品 | 国内少妇偷人精品视频 | 亚洲欧洲日本无在线码 | 国产熟妇高潮叫床视频播放 | 国产激情无码一区二区 | 国产成人精品优优av | 久久99精品国产.久久久久 | √天堂中文官网8在线 | 免费人成在线视频无码 | 国产成人综合在线女婷五月99播放 | 又黄又爽又色的视频 | 图片区 小说区 区 亚洲五月 | 国产高清av在线播放 | 国产人妻久久精品二区三区老狼 | 精品久久久无码中文字幕 | 亚洲va欧美va天堂v国产综合 | 又大又硬又爽免费视频 | 激情人妻另类人妻伦 | 人人妻人人澡人人爽欧美精品 | 真人与拘做受免费视频一 | 扒开双腿吃奶呻吟做受视频 | 久久天天躁狠狠躁夜夜免费观看 | 日本精品少妇一区二区三区 | 久久亚洲国产成人精品性色 | 人妻插b视频一区二区三区 | 国产真人无遮挡作爱免费视频 | 一区二区三区高清视频一 | 牛和人交xxxx欧美 | 久久99国产综合精品 | 国产av剧情md精品麻豆 | 成人三级无码视频在线观看 | 最近中文2019字幕第二页 | 人妻少妇被猛烈进入中文字幕 | 一区二区传媒有限公司 | 色一情一乱一伦一区二区三欧美 | 国产亚洲精品久久久久久大师 | 天海翼激烈高潮到腰振不止 | 88国产精品欧美一区二区三区 | 亚洲欧洲中文日韩av乱码 | 西西人体www44rt大胆高清 | 亚洲国产一区二区三区在线观看 | 国产亚洲tv在线观看 | 欧美老妇交乱视频在线观看 | 国产精华av午夜在线观看 | 东京一本一道一二三区 | 无码av中文字幕免费放 | 午夜无码人妻av大片色欲 | 欧美日本日韩 | 亚洲天堂2017无码 | 蜜桃av抽搐高潮一区二区 | 高清不卡一区二区三区 | 双乳奶水饱满少妇呻吟 | 国产精品久久久久久无码 | 久久久婷婷五月亚洲97号色 | 亚洲色欲色欲天天天www | 波多野结衣av一区二区全免费观看 | 香蕉久久久久久av成人 | 黑人巨大精品欧美黑寡妇 | 国产免费久久久久久无码 | 人妻无码αv中文字幕久久琪琪布 | 国产极品视觉盛宴 | 成人一在线视频日韩国产 | 国产成人午夜福利在线播放 | 国产一区二区三区日韩精品 | 国产成人综合色在线观看网站 | 内射巨臀欧美在线视频 | 日本在线高清不卡免费播放 | 99久久精品无码一区二区毛片 | 香港三级日本三级妇三级 | 色狠狠av一区二区三区 | 午夜精品一区二区三区的区别 | 亚洲天堂2017无码 | 熟妇人妻激情偷爽文 | 亚洲人成网站在线播放942 | 性色欲情网站iwww九文堂 | 国产精品久久福利网站 | 国产精品无码久久av | 精品亚洲韩国一区二区三区 | 成人精品视频一区二区三区尤物 | 成人毛片一区二区 | 国产口爆吞精在线视频 | 国产成人精品视频ⅴa片软件竹菊 | 一本久久伊人热热精品中文字幕 | 又大又硬又黄的免费视频 | 精品国产成人一区二区三区 | 中文字幕乱码亚洲无线三区 | 国产一精品一av一免费 | 国产欧美精品一区二区三区 | 国产日产欧产精品精品app | 国产人妻精品一区二区三区不卡 | 欧洲熟妇精品视频 | 曰本女人与公拘交酡免费视频 | 美女张开腿让人桶 | 亚洲aⅴ无码成人网站国产app | 亚洲呦女专区 | 色综合天天综合狠狠爱 | 成人无码视频在线观看网站 | 一本久久a久久精品vr综合 | 亚洲色偷偷偷综合网 | 亚洲欧美精品aaaaaa片 | 免费看少妇作爱视频 | 精品无码一区二区三区的天堂 | 精品国产av色一区二区深夜久久 | 少妇无码av无码专区在线观看 | 国产人成高清在线视频99最全资源 | 国产麻豆精品精东影业av网站 | 精品aⅴ一区二区三区 | 沈阳熟女露脸对白视频 | www一区二区www免费 | 成人精品天堂一区二区三区 | 97夜夜澡人人爽人人喊中国片 | 国产偷抇久久精品a片69 | 日本一本二本三区免费 | 国产农村乱对白刺激视频 | 日韩人妻无码一区二区三区久久99 | 免费播放一区二区三区 | 色综合视频一区二区三区 | 国产电影无码午夜在线播放 | 久久精品99久久香蕉国产色戒 | 国产在热线精品视频 | 中文字幕av无码一区二区三区电影 | 又黄又爽又色的视频 | 色婷婷欧美在线播放内射 | www国产亚洲精品久久久日本 | 国产成人无码区免费内射一片色欲 | 亚洲一区二区三区四区 | 伊人久久婷婷五月综合97色 | 久久人人爽人人人人片 | 久久久精品成人免费观看 | 丰满人妻精品国产99aⅴ | 色综合久久久无码中文字幕 | 日本成熟视频免费视频 | 欧美黑人乱大交 | 鲁鲁鲁爽爽爽在线视频观看 | 国产精品人人爽人人做我的可爱 | 大色综合色综合网站 | 国产乱人伦偷精品视频 | 国产精品久久久久无码av色戒 | 丁香花在线影院观看在线播放 | 国产人妻人伦精品1国产丝袜 | 中国女人内谢69xxxx | 国产精品久久久久无码av色戒 | 国产情侣作爱视频免费观看 | 欧美人与善在线com | 欧美午夜特黄aaaaaa片 | 国产精品欧美成人 | 成人亚洲精品久久久久软件 | 国产精品va在线播放 | 国产亚洲欧美在线专区 | 欧美日韩综合一区二区三区 | 无码成人精品区在线观看 | 国产色xx群视频射精 | 97精品国产97久久久久久免费 | 丰满肥臀大屁股熟妇激情视频 | 精品国偷自产在线视频 | 亚洲色大成网站www国产 | 婷婷五月综合激情中文字幕 | 亚洲第一网站男人都懂 | 久久国产自偷自偷免费一区调 | 99久久无码一区人妻 | 兔费看少妇性l交大片免费 | 久久综合九色综合97网 | 嫩b人妻精品一区二区三区 | 天海翼激烈高潮到腰振不止 | 亚洲成在人网站无码天堂 | 久久99精品久久久久久 | 亚洲成av人影院在线观看 | 88国产精品欧美一区二区三区 | 精品国产乱码久久久久乱码 | 无码国内精品人妻少妇 | 熟女体下毛毛黑森林 | 撕开奶罩揉吮奶头视频 | 粉嫩少妇内射浓精videos | 亚洲成av人在线观看网址 | 国产福利视频一区二区 | 日韩精品无码免费一区二区三区 | 国产精品久久久久久亚洲毛片 | 鲁鲁鲁爽爽爽在线视频观看 | 天堂久久天堂av色综合 | 又大又硬又爽免费视频 | 免费播放一区二区三区 | 精品欧美一区二区三区久久久 | 久久精品国产一区二区三区肥胖 | 亚洲一区二区三区含羞草 | 欧美亚洲日韩国产人成在线播放 | 亚洲自偷自偷在线制服 | av无码不卡在线观看免费 | yw尤物av无码国产在线观看 | 亚洲精品午夜无码电影网 | 一本色道久久综合亚洲精品不卡 | 国产成人精品视频ⅴa片软件竹菊 | 少妇太爽了在线观看 | 久久国产精品萌白酱免费 | 亚洲国产精品久久久久久 | 亚洲成色在线综合网站 | 少妇性荡欲午夜性开放视频剧场 | 天堂一区人妻无码 | 国产一区二区三区日韩精品 | 午夜丰满少妇性开放视频 | 久久国产精品萌白酱免费 | 丰满少妇熟乱xxxxx视频 | 人妻少妇精品无码专区动漫 | 思思久久99热只有频精品66 | 熟女俱乐部五十路六十路av | 东京热男人av天堂 | 玩弄中年熟妇正在播放 | 日日干夜夜干 | 国产真实夫妇视频 | 超碰97人人做人人爱少妇 | 欧美丰满熟妇xxxx性ppx人交 | 亚洲色欲色欲欲www在线 | 久久99精品国产.久久久久 | 国产成人无码av在线影院 | 午夜熟女插插xx免费视频 | 夜夜影院未满十八勿进 | 日韩av激情在线观看 | 亚洲色成人中文字幕网站 | 波多野结衣一区二区三区av免费 | 国产人妻人伦精品1国产丝袜 | 在线播放无码字幕亚洲 | 日韩欧美中文字幕公布 | 亚洲人成网站免费播放 | 久久综合给久久狠狠97色 | 国产人成高清在线视频99最全资源 | 亚洲第一网站男人都懂 | 亚洲区小说区激情区图片区 | 亚洲国产一区二区三区在线观看 | 成年女人永久免费看片 | 中文久久乱码一区二区 | 国产热a欧美热a在线视频 | 麻豆果冻传媒2021精品传媒一区下载 | 7777奇米四色成人眼影 | 国产精品二区一区二区aⅴ污介绍 | 精品国产av色一区二区深夜久久 | 免费无码午夜福利片69 | 东京热男人av天堂 | 日本www一道久久久免费榴莲 | 东北女人啪啪对白 | 国产偷国产偷精品高清尤物 | 亚洲成av人片天堂网无码】 | 无码国产色欲xxxxx视频 | 亚洲 激情 小说 另类 欧美 | 欧美 日韩 人妻 高清 中文 | 国产亚洲精品精品国产亚洲综合 | 亚洲国产精品一区二区第一页 | 国产精品-区区久久久狼 | 亚洲gv猛男gv无码男同 | 四虎4hu永久免费 | 亚洲色欲久久久综合网东京热 | 国产无套粉嫩白浆在线 | 国产又粗又硬又大爽黄老大爷视 | 性色av无码免费一区二区三区 | 欧美xxxx黑人又粗又长 | 国产精品亚洲一区二区三区喷水 | 丰满少妇弄高潮了www | 欧美 丝袜 自拍 制服 另类 | 一本久道久久综合婷婷五月 | 东京无码熟妇人妻av在线网址 | 日本丰满护士爆乳xxxx | 日欧一片内射va在线影院 | 5858s亚洲色大成网站www | 精品亚洲韩国一区二区三区 | 国产一区二区三区精品视频 | 亚洲男人av香蕉爽爽爽爽 | 免费观看黄网站 | 18精品久久久无码午夜福利 | 无码人妻精品一区二区三区不卡 | 久久97精品久久久久久久不卡 | 蜜臀av在线播放 久久综合激激的五月天 | 久久亚洲a片com人成 | 俺去俺来也在线www色官网 | 成 人 免费观看网站 | 无码国模国产在线观看 | 少妇一晚三次一区二区三区 | 久久久久成人片免费观看蜜芽 | 九九热爱视频精品 | 日韩精品一区二区av在线 | 久久伊人色av天堂九九小黄鸭 | 久久成人a毛片免费观看网站 | 日日干夜夜干 | 久久精品女人的天堂av | 色婷婷香蕉在线一区二区 | 综合激情五月综合激情五月激情1 | 日韩精品无码一区二区中文字幕 | 久久综合九色综合欧美狠狠 | 国产又爽又黄又刺激的视频 | 国产精品99久久精品爆乳 | 特黄特色大片免费播放器图片 | 欧美性黑人极品hd | 国内精品人妻无码久久久影院 | 一本久久a久久精品vr综合 | 国产亚洲精品久久久久久国模美 | 亚洲精品一区二区三区四区五区 | 精品久久久中文字幕人妻 | 曰韩少妇内射免费播放 | 日本又色又爽又黄的a片18禁 | 高中生自慰www网站 | 亚洲精品美女久久久久久久 | 女人被爽到呻吟gif动态图视看 | 久久综合给合久久狠狠狠97色 | 欧美一区二区三区视频在线观看 | 午夜精品一区二区三区在线观看 | 亚洲日韩精品欧美一区二区 | 日本一区二区三区免费高清 | 粉嫩少妇内射浓精videos | 人妻中文无码久热丝袜 | 帮老师解开蕾丝奶罩吸乳网站 | 俺去俺来也www色官网 | 国产精品久久国产三级国 | 超碰97人人射妻 | 国产电影无码午夜在线播放 | 欧美怡红院免费全部视频 | 高中生自慰www网站 | 久久久精品成人免费观看 | 性生交大片免费看女人按摩摩 | 999久久久国产精品消防器材 | 国产欧美熟妇另类久久久 | 精品国产青草久久久久福利 | 午夜精品久久久久久久久 | 亚洲 欧美 激情 小说 另类 | 国产真实乱对白精彩久久 | 欧美日韩一区二区免费视频 | 又粗又大又硬毛片免费看 | 女人高潮内射99精品 | 久精品国产欧美亚洲色aⅴ大片 | 白嫩日本少妇做爰 | 久久精品女人的天堂av | 少妇人妻av毛片在线看 | 骚片av蜜桃精品一区 | 欧美性生交xxxxx久久久 | 捆绑白丝粉色jk震动捧喷白浆 | 色诱久久久久综合网ywww | 强辱丰满人妻hd中文字幕 | 国产成人精品视频ⅴa片软件竹菊 | 人人妻人人澡人人爽人人精品 | 欧美日韩视频无码一区二区三 | 嫩b人妻精品一区二区三区 | 东京无码熟妇人妻av在线网址 | 高清国产亚洲精品自在久久 | 中文字幕人妻无码一夲道 | 欧美三级a做爰在线观看 | 亚洲国产精品久久人人爱 | 亚洲国产成人av在线观看 | 蜜桃视频插满18在线观看 | 99久久久国产精品无码免费 | 国产真人无遮挡作爱免费视频 | 领导边摸边吃奶边做爽在线观看 | 在线a亚洲视频播放在线观看 | 久久精品国产99精品亚洲 | 女人被男人爽到呻吟的视频 | 性色欲情网站iwww九文堂 | 人人澡人人妻人人爽人人蜜桃 | 婷婷丁香五月天综合东京热 | 99精品久久毛片a片 | 久9re热视频这里只有精品 | 国产在线一区二区三区四区五区 | 久久97精品久久久久久久不卡 | 亚洲综合色区中文字幕 | 高中生自慰www网站 | 婷婷五月综合缴情在线视频 | 人妻无码αv中文字幕久久琪琪布 | 亚洲乱亚洲乱妇50p | 18精品久久久无码午夜福利 | 午夜免费福利小电影 | 国产亚洲日韩欧美另类第八页 | 久久www免费人成人片 | 国产亚洲精品久久久闺蜜 | 中文字幕 人妻熟女 | 奇米综合四色77777久久 东京无码熟妇人妻av在线网址 | 美女毛片一区二区三区四区 | 亚洲国产日韩a在线播放 | 西西人体www44rt大胆高清 | 欧美激情综合亚洲一二区 | 亚洲自偷精品视频自拍 | 国产日产欧产精品精品app | 久久精品国产精品国产精品污 | 性开放的女人aaa片 | 国产精品美女久久久久av爽李琼 | 一本大道久久东京热无码av | 人人超人人超碰超国产 | 国产在线精品一区二区三区直播 | 免费国产成人高清在线观看网站 | 无码国模国产在线观看 | 天海翼激烈高潮到腰振不止 | 国产色精品久久人妻 | www国产亚洲精品久久网站 | 激情内射亚州一区二区三区爱妻 | 性生交大片免费看l | 欧美日韩一区二区综合 | 日本乱偷人妻中文字幕 | 日韩精品无码一本二本三本色 | 水蜜桃色314在线观看 | 欧美人妻一区二区三区 | 国产精品va在线观看无码 | 亚洲一区二区三区播放 | 嫩b人妻精品一区二区三区 | 少妇人妻av毛片在线看 | 熟妇人妻中文av无码 | 中文字幕 人妻熟女 | 亚洲综合无码一区二区三区 | 久久伊人色av天堂九九小黄鸭 | 欧美黑人巨大xxxxx | 兔费看少妇性l交大片免费 | 丰满少妇熟乱xxxxx视频 | 无码人妻久久一区二区三区不卡 | 国产美女极度色诱视频www | 日韩少妇白浆无码系列 | 性啪啪chinese东北女人 | 中文无码成人免费视频在线观看 | 亚洲国产成人av在线观看 | 免费无码的av片在线观看 | 国产午夜亚洲精品不卡 | 小泽玛莉亚一区二区视频在线 | 色婷婷香蕉在线一区二区 | 男女性色大片免费网站 | 久久综合激激的五月天 | 国产精品鲁鲁鲁 | 国产午夜无码视频在线观看 | 亚洲色欲色欲天天天www | 在线播放无码字幕亚洲 | 国产精品人妻一区二区三区四 | 老头边吃奶边弄进去呻吟 | 狠狠亚洲超碰狼人久久 | 国产精品久久国产精品99 | 色婷婷综合激情综在线播放 | 少女韩国电视剧在线观看完整 | 熟妇人妻激情偷爽文 | 久久久久久久久888 | 中文字幕av伊人av无码av | 国产精品亚洲一区二区三区喷水 | 精品夜夜澡人妻无码av蜜桃 | 久久精品中文闷骚内射 | 亚洲 高清 成人 动漫 | 日本一区二区三区免费播放 | 国产片av国语在线观看 | 久久精品国产一区二区三区 | 免费国产成人高清在线观看网站 | aⅴ在线视频男人的天堂 | 女人被男人爽到呻吟的视频 | 高潮毛片无遮挡高清免费视频 | 国产av久久久久精东av | 丰满岳乱妇在线观看中字无码 | 亚洲va中文字幕无码久久不卡 | 熟女少妇人妻中文字幕 | 国产免费观看黄av片 | 性色欲网站人妻丰满中文久久不卡 | 在线观看国产一区二区三区 | 亚洲成a人片在线观看无码 | 国产亚洲日韩欧美另类第八页 | 国产真实夫妇视频 | 精品人妻人人做人人爽夜夜爽 | 日日鲁鲁鲁夜夜爽爽狠狠 | 美女黄网站人色视频免费国产 | av小次郎收藏 | 欧美精品免费观看二区 | 久久久久国色av免费观看性色 | 999久久久国产精品消防器材 | 国产乱人伦偷精品视频 | 三上悠亚人妻中文字幕在线 | 高潮毛片无遮挡高清免费视频 | 国产亚洲精品久久久久久国模美 | 日韩欧美群交p片內射中文 | 国产精品亚洲а∨无码播放麻豆 | 成人一区二区免费视频 | 国产激情艳情在线看视频 | 强辱丰满人妻hd中文字幕 | 国产av无码专区亚洲awww | 欧美国产亚洲日韩在线二区 | av人摸人人人澡人人超碰下载 | 国产超级va在线观看视频 | 国产精品爱久久久久久久 | 蜜桃臀无码内射一区二区三区 | 自拍偷自拍亚洲精品10p | 国产内射爽爽大片视频社区在线 | 久久午夜无码鲁丝片午夜精品 | 国产电影无码午夜在线播放 | 国产人成高清在线视频99最全资源 | 丰满人妻精品国产99aⅴ | av无码久久久久不卡免费网站 | 国产av久久久久精东av | 久久精品丝袜高跟鞋 | 亚洲色偷偷男人的天堂 | 18禁止看的免费污网站 | 成人精品视频一区二区 | a国产一区二区免费入口 | 又黄又爽又色的视频 | 精品偷自拍另类在线观看 | 久久精品成人欧美大片 | 天下第一社区视频www日本 | 天天爽夜夜爽夜夜爽 | 欧美日本精品一区二区三区 | 中文无码成人免费视频在线观看 | 日本丰满护士爆乳xxxx | 日本精品高清一区二区 | 高潮毛片无遮挡高清免费 | 性生交大片免费看女人按摩摩 | 无码av最新清无码专区吞精 | 亚洲自偷精品视频自拍 | 亚洲精品国产品国语在线观看 | 国产69精品久久久久app下载 | 久久这里只有精品视频9 | 亚洲精品国产第一综合99久久 | 精品久久久无码中文字幕 | 精品久久综合1区2区3区激情 | 中文亚洲成a人片在线观看 | 国产xxx69麻豆国语对白 | 色偷偷人人澡人人爽人人模 | 久久国产精品二国产精品 | 国产尤物精品视频 | 亚洲中文字幕无码中字 | 77777熟女视频在线观看 а天堂中文在线官网 | 欧美肥老太牲交大战 | 三上悠亚人妻中文字幕在线 | 久久午夜无码鲁丝片午夜精品 | 中文久久乱码一区二区 | 两性色午夜免费视频 | 香港三级日本三级妇三级 | 午夜精品一区二区三区的区别 | 少妇厨房愉情理9仑片视频 | 国产乱人伦偷精品视频 | 国产内射爽爽大片视频社区在线 | 久久综合九色综合97网 | 亚洲乱码中文字幕在线 | 国产成人av免费观看 | 欧美日韩一区二区综合 | 99riav国产精品视频 | 色爱情人网站 | 高清不卡一区二区三区 | 日韩亚洲欧美精品综合 | 成人无码精品一区二区三区 | 国产国语老龄妇女a片 | 国产精品欧美成人 | 奇米影视7777久久精品 | 伊人久久大香线焦av综合影院 | 亚洲人成网站在线播放942 | 久久婷婷五月综合色国产香蕉 | 精品国精品国产自在久国产87 | 日日摸夜夜摸狠狠摸婷婷 | 国产精品资源一区二区 | 国产在线一区二区三区四区五区 | 老太婆性杂交欧美肥老太 | 99精品国产综合久久久久五月天 | 国产午夜亚洲精品不卡下载 | 亚洲男女内射在线播放 | 亚洲一区二区三区播放 | 激情爆乳一区二区三区 | 国产午夜无码视频在线观看 | 久激情内射婷内射蜜桃人妖 | 欧美日本免费一区二区三区 | 丁香啪啪综合成人亚洲 | 99久久精品日本一区二区免费 | 一区二区传媒有限公司 | 精品无码av一区二区三区 | 国内少妇偷人精品视频 | 国内精品久久久久久中文字幕 | 色综合久久久久综合一本到桃花网 | 欧美丰满少妇xxxx性 | 无码国产色欲xxxxx视频 | 久久99精品久久久久久 | 欧美自拍另类欧美综合图片区 | 三上悠亚人妻中文字幕在线 | 一个人看的视频www在线 | 久久zyz资源站无码中文动漫 | 免费无码一区二区三区蜜桃大 | 小鲜肉自慰网站xnxx | 国产亚洲精品久久久久久国模美 | 亚洲精品中文字幕乱码 | 中文无码成人免费视频在线观看 | 日韩 欧美 动漫 国产 制服 | 欧美国产日韩亚洲中文 | 又色又爽又黄的美女裸体网站 | 国产精品美女久久久久av爽李琼 | 性欧美牲交xxxxx视频 | 亚洲男人av天堂午夜在 | 国产一区二区三区四区五区加勒比 | 中文字幕人成乱码熟女app | 蜜臀aⅴ国产精品久久久国产老师 | 日日麻批免费40分钟无码 | 99久久精品午夜一区二区 | 国产欧美熟妇另类久久久 | 99久久精品无码一区二区毛片 | 精品人妻人人做人人爽 | 亚洲中文字幕无码中字 | 大胆欧美熟妇xx | 国产精品久久久久7777 | 麻豆精品国产精华精华液好用吗 | 国产97在线 | 亚洲 | 亚洲国产午夜精品理论片 | 狂野欧美性猛交免费视频 | 狠狠色丁香久久婷婷综合五月 | 成人无码精品1区2区3区免费看 | 国语精品一区二区三区 | 熟女少妇人妻中文字幕 | 国产精品香蕉在线观看 | 免费看男女做好爽好硬视频 | 国产精品无码mv在线观看 | 国产日产欧产精品精品app | 亚洲日韩精品欧美一区二区 | 伦伦影院午夜理论片 | 久久精品女人的天堂av | 激情爆乳一区二区三区 | 天天综合网天天综合色 | 久久人人爽人人爽人人片av高清 | 奇米综合四色77777久久 东京无码熟妇人妻av在线网址 | 在线观看欧美一区二区三区 | 亚洲人成影院在线无码按摩店 | 久久精品人人做人人综合试看 | 日日天干夜夜狠狠爱 | 无码国产色欲xxxxx视频 | 99久久精品国产一区二区蜜芽 | 久久久久99精品成人片 | 欧美精品国产综合久久 | 精品无码一区二区三区的天堂 | 国产乱子伦视频在线播放 | 一本色道婷婷久久欧美 | 国产凸凹视频一区二区 | 动漫av网站免费观看 | 丰腴饱满的极品熟妇 | 久久成人a毛片免费观看网站 | 99久久精品日本一区二区免费 | 久久久婷婷五月亚洲97号色 | 国产成人午夜福利在线播放 | 日本一卡二卡不卡视频查询 | 日韩精品无码一本二本三本色 | 日本丰满护士爆乳xxxx | 午夜性刺激在线视频免费 | 又紧又大又爽精品一区二区 | 国产偷自视频区视频 | 精品国产一区二区三区四区在线看 | 欧洲欧美人成视频在线 | 奇米综合四色77777久久 东京无码熟妇人妻av在线网址 | 啦啦啦www在线观看免费视频 | 熟妇人妻无乱码中文字幕 | 3d动漫精品啪啪一区二区中 | 欧美精品无码一区二区三区 | 中文字幕无线码免费人妻 | 99久久婷婷国产综合精品青草免费 | 无码人妻出轨黑人中文字幕 | 国产网红无码精品视频 | 波多野结衣 黑人 | 男人和女人高潮免费网站 | 熟女俱乐部五十路六十路av | 天天摸天天透天天添 | 亚洲 高清 成人 动漫 | 九九久久精品国产免费看小说 | 免费播放一区二区三区 | 欧美日本免费一区二区三区 | 亚洲aⅴ无码成人网站国产app | 亚洲人成人无码网www国产 | 国产成人无码av在线影院 | 国产av一区二区三区最新精品 | 精品无码国产自产拍在线观看蜜 | 人妻中文无码久热丝袜 | 国模大胆一区二区三区 | 久久国产自偷自偷免费一区调 | 亚洲国精产品一二二线 | 中文字幕av日韩精品一区二区 | 领导边摸边吃奶边做爽在线观看 | 亚洲日韩一区二区三区 | 最新国产乱人伦偷精品免费网站 | 中文字幕精品av一区二区五区 | 青青青爽视频在线观看 | 日本高清一区免费中文视频 | 国产农村妇女高潮大叫 | 国产无遮挡吃胸膜奶免费看 | 色妞www精品免费视频 | 欧美阿v高清资源不卡在线播放 | 国产又粗又硬又大爽黄老大爷视 | 久激情内射婷内射蜜桃人妖 | 中文字幕无码人妻少妇免费 | 亚洲日韩av一区二区三区四区 | 国产精品高潮呻吟av久久 | 中文精品久久久久人妻不卡 | 午夜福利不卡在线视频 | 国产xxx69麻豆国语对白 | 六月丁香婷婷色狠狠久久 | 超碰97人人做人人爱少妇 | 亚洲人成人无码网www国产 | 国产av人人夜夜澡人人爽麻豆 | 性做久久久久久久久 | 亚洲一区二区三区无码久久 | 亚洲狠狠色丁香婷婷综合 | 中文字幕人妻丝袜二区 | 中文字幕日产无线码一区 | ass日本丰满熟妇pics | 性欧美videos高清精品 | 亚洲成av人片在线观看无码不卡 | 久久久久免费精品国产 | 国产精品高潮呻吟av久久 | 国产免费久久精品国产传媒 | 国产农村妇女高潮大叫 | 国产无遮挡又黄又爽免费视频 | 国内丰满熟女出轨videos | 国产高潮视频在线观看 | 精品欧洲av无码一区二区三区 | 18无码粉嫩小泬无套在线观看 | 宝宝好涨水快流出来免费视频 | 一个人免费观看的www视频 | 国产精品久久久 | 久青草影院在线观看国产 | 亚洲综合在线一区二区三区 | 中文无码成人免费视频在线观看 | 久久精品国产精品国产精品污 | 日日麻批免费40分钟无码 | av人摸人人人澡人人超碰下载 | 97久久超碰中文字幕 | 性欧美熟妇videofreesex | 国产精品无套呻吟在线 | 国产色在线 | 国产 | 色五月五月丁香亚洲综合网 | 久久这里只有精品视频9 | 国产内射老熟女aaaa | 国产高清av在线播放 | av人摸人人人澡人人超碰下载 | 少妇高潮喷潮久久久影院 | 亚洲国产欧美日韩精品一区二区三区 | 成人欧美一区二区三区黑人 | 久久国语露脸国产精品电影 | 国产精品无码一区二区三区不卡 | 欧美亚洲国产一区二区三区 | 久久亚洲日韩精品一区二区三区 | 久久精品国产亚洲精品 | 99久久久无码国产精品免费 | 在线 国产 欧美 亚洲 天堂 | 国产深夜福利视频在线 | 精品无人国产偷自产在线 | 免费国产黄网站在线观看 | 扒开双腿吃奶呻吟做受视频 | 国产精品久久久久久无码 | 动漫av网站免费观看 | 免费观看又污又黄的网站 | 亚拍精品一区二区三区探花 | 久久无码中文字幕免费影院蜜桃 | 成人亚洲精品久久久久软件 | 国产亚洲欧美日韩亚洲中文色 | 无码人妻精品一区二区三区下载 | 狠狠综合久久久久综合网 | 在线观看国产一区二区三区 | 午夜福利一区二区三区在线观看 | 一个人看的视频www在线 | 国产免费久久精品国产传媒 | 亚洲 另类 在线 欧美 制服 | 奇米影视7777久久精品 | 美女扒开屁股让男人桶 | 午夜精品久久久久久久久 | 亚洲爆乳大丰满无码专区 | 性色欲网站人妻丰满中文久久不卡 | 国产成人无码专区 | 国产偷国产偷精品高清尤物 | 国内精品久久毛片一区二区 | 国产av人人夜夜澡人人爽麻豆 | 国产亚洲精品久久久久久久久动漫 | 国产成人无码av片在线观看不卡 | 青青青手机频在线观看 | 中文字幕无码av波多野吉衣 | 无码人妻丰满熟妇区毛片18 | 亚洲中文字幕乱码av波多ji | 日韩少妇白浆无码系列 | 国产av剧情md精品麻豆 | 兔费看少妇性l交大片免费 | 人妻少妇精品视频专区 | 两性色午夜免费视频 | 欧美xxxxx精品 | 国产精品无码成人午夜电影 | 樱花草在线播放免费中文 | 人人妻人人澡人人爽欧美一区 | 国产精品无码一区二区三区不卡 | 伊人久久大香线蕉av一区二区 | 婷婷五月综合缴情在线视频 | 国产熟女一区二区三区四区五区 | 亚洲中文字幕久久无码 | 一本久久伊人热热精品中文字幕 | 国产精品丝袜黑色高跟鞋 | 日本大乳高潮视频在线观看 | 人人妻人人澡人人爽欧美一区 | 亚洲欧洲中文日韩av乱码 | 在线天堂新版最新版在线8 | 中文字幕无码av激情不卡 | 国产农村妇女aaaaa视频 撕开奶罩揉吮奶头视频 | 久久99热只有频精品8 | 少妇厨房愉情理9仑片视频 | 日本xxxx色视频在线观看免费 | 免费视频欧美无人区码 | 乱人伦人妻中文字幕无码 | 日本熟妇大屁股人妻 | 久9re热视频这里只有精品 | 国产69精品久久久久app下载 | 亚洲 另类 在线 欧美 制服 | 天天综合网天天综合色 | 国产麻豆精品精东影业av网站 | 国产精品久久国产三级国 | 欧美国产日韩久久mv | 国产午夜亚洲精品不卡下载 | 国产午夜精品一区二区三区嫩草 | 免费观看黄网站 | 国产精品久久久一区二区三区 | 亚洲国产av精品一区二区蜜芽 | 国语精品一区二区三区 | 日本成熟视频免费视频 | 国产成人午夜福利在线播放 | 久精品国产欧美亚洲色aⅴ大片 | 日韩无套无码精品 | 无码av中文字幕免费放 | 久久精品人人做人人综合 | 国产亲子乱弄免费视频 | 福利一区二区三区视频在线观看 | 少妇无码吹潮 | 国产偷国产偷精品高清尤物 | 97久久国产亚洲精品超碰热 | 亚洲综合无码久久精品综合 | 国产精品嫩草久久久久 | 双乳奶水饱满少妇呻吟 | 中国女人内谢69xxxx | 97无码免费人妻超级碰碰夜夜 | 美女极度色诱视频国产 | 国产精品99爱免费视频 | 中文字幕人妻丝袜二区 | 日本一区二区三区免费播放 | 国产凸凹视频一区二区 | 国产精品人人爽人人做我的可爱 | 无码人中文字幕 | 亚洲一区二区三区无码久久 | 18禁黄网站男男禁片免费观看 | 国产黄在线观看免费观看不卡 | 色妞www精品免费视频 | 人人爽人人爽人人片av亚洲 | 久久精品中文字幕大胸 | 最近的中文字幕在线看视频 | 窝窝午夜理论片影院 | 99久久精品日本一区二区免费 | 丰满少妇女裸体bbw | 亚洲欧洲日本无在线码 | 最近中文2019字幕第二页 | 亚洲一区二区三区含羞草 | 亚洲人成网站免费播放 | 蜜桃av蜜臀av色欲av麻 999久久久国产精品消防器材 | 最新国产乱人伦偷精品免费网站 | 午夜肉伦伦影院 | 麻豆国产97在线 | 欧洲 | 中文字幕精品av一区二区五区 | 任你躁在线精品免费 | 无遮挡啪啪摇乳动态图 | 国产亚洲精品久久久久久大师 | 欧美阿v高清资源不卡在线播放 | 无套内谢的新婚少妇国语播放 | 欧美黑人性暴力猛交喷水 | 婷婷色婷婷开心五月四房播播 | 欧美熟妇另类久久久久久多毛 | 丝袜 中出 制服 人妻 美腿 | 无码国内精品人妻少妇 | 性生交大片免费看女人按摩摩 | 久久亚洲a片com人成 | 亚洲日韩一区二区三区 | 精品国产一区二区三区四区在线看 | 国产精品久久久一区二区三区 | 狠狠cao日日穞夜夜穞av | 国产xxx69麻豆国语对白 | 国产香蕉97碰碰久久人人 | 成人免费视频一区二区 | 亚洲精品久久久久久一区二区 | 亚洲娇小与黑人巨大交 | 丰满肥臀大屁股熟妇激情视频 | 亚洲国产精品久久久久久 | 亚洲成av人片天堂网无码】 | 又大又硬又爽免费视频 | 精品人妻人人做人人爽夜夜爽 | 欧美freesex黑人又粗又大 | 国产无遮挡吃胸膜奶免费看 | 精品午夜福利在线观看 | 亚洲高清偷拍一区二区三区 | 久久99热只有频精品8 | 国产后入清纯学生妹 | 99久久久无码国产aaa精品 | 在线欧美精品一区二区三区 | 亚洲欧美日韩综合久久久 | 中文精品久久久久人妻不卡 | 国产另类ts人妖一区二区 | 天天躁日日躁狠狠躁免费麻豆 | 久久综合狠狠综合久久综合88 | 国产内射老熟女aaaa | 强伦人妻一区二区三区视频18 | 精品久久久中文字幕人妻 | 国产精品久久久一区二区三区 | 国产一区二区三区日韩精品 | 国产性生大片免费观看性 | 亚洲精品一区三区三区在线观看 | 精品国产乱码久久久久乱码 | 中文字幕av无码一区二区三区电影 | 国产色在线 | 国产 | 亚洲s码欧洲m码国产av | 精品国精品国产自在久国产87 | 日韩人妻无码一区二区三区久久99 | 亚洲无人区一区二区三区 | 娇妻被黑人粗大高潮白浆 | 国产精品内射视频免费 | 久久精品99久久香蕉国产色戒 | 天堂亚洲2017在线观看 | 欧美日韩精品 | 最近免费中文字幕中文高清百度 | 国产绳艺sm调教室论坛 | 日本精品少妇一区二区三区 | 国产三级精品三级男人的天堂 | 久久久久久久女国产乱让韩 | 人人妻人人澡人人爽人人精品 | 日韩av无码一区二区三区 | 无码人妻丰满熟妇区五十路百度 | 国产成人无码av一区二区 | 夜先锋av资源网站 | 97久久国产亚洲精品超碰热 | 成人免费视频视频在线观看 免费 | 亚洲国产精品成人久久蜜臀 | 少妇人妻av毛片在线看 | 牲欲强的熟妇农村老妇女视频 | 亚洲精品国偷拍自产在线麻豆 | 欧美xxxxx精品 | 精品久久久无码人妻字幂 | 国产人成高清在线视频99最全资源 | 国产人妻精品一区二区三区 | 麻豆精品国产精华精华液好用吗 | 丰满妇女强制高潮18xxxx | а√天堂www在线天堂小说 | 99久久亚洲精品无码毛片 | 婷婷色婷婷开心五月四房播播 | 亚洲乱亚洲乱妇50p | 日韩人妻少妇一区二区三区 | 亚洲精品午夜国产va久久成人 | 久精品国产欧美亚洲色aⅴ大片 | 无码国内精品人妻少妇 | 一个人看的www免费视频在线观看 | 国产黑色丝袜在线播放 | 俺去俺来也在线www色官网 | 波多野结衣高清一区二区三区 | 天堂亚洲免费视频 | 熟妇人妻中文av无码 | 99久久亚洲精品无码毛片 | 婷婷五月综合缴情在线视频 | 人妻无码αv中文字幕久久琪琪布 | 久久成人a毛片免费观看网站 | 成人片黄网站色大片免费观看 | 亚洲精品美女久久久久久久 | 国产乱码精品一品二品 | 欧美老熟妇乱xxxxx | 午夜精品久久久久久久久 | 国产成人精品一区二区在线小狼 | aa片在线观看视频在线播放 | 成年女人永久免费看片 | 亚洲成av人影院在线观看 | 麻豆人妻少妇精品无码专区 | 美女张开腿让人桶 | 久久精品国产精品国产精品污 | 久久精品丝袜高跟鞋 | 国产精品自产拍在线观看 | 久久精品无码一区二区三区 | 精品厕所偷拍各类美女tp嘘嘘 | 在线观看国产一区二区三区 | 欧美日韩一区二区综合 | 日日橹狠狠爱欧美视频 | 无码一区二区三区在线观看 | 一个人免费观看的www视频 | 人妻互换免费中文字幕 | 亚洲成av人综合在线观看 | 熟女少妇在线视频播放 | 国产亚洲精品久久久久久国模美 | www国产精品内射老师 | 国产亚洲美女精品久久久2020 | 日本一区二区三区免费播放 | 国内揄拍国内精品人妻 | 亚洲国产日韩a在线播放 | 宝宝好涨水快流出来免费视频 | 国产成人精品久久亚洲高清不卡 | 亚洲熟妇色xxxxx欧美老妇 | 久激情内射婷内射蜜桃人妖 | 中文字幕日产无线码一区 | 亚洲爆乳精品无码一区二区三区 | 国产色精品久久人妻 | 在线播放亚洲第一字幕 | 久久久久se色偷偷亚洲精品av | 女人被爽到呻吟gif动态图视看 | 色偷偷av老熟女 久久精品人妻少妇一区二区三区 | 丝袜 中出 制服 人妻 美腿 | 爆乳一区二区三区无码 | 国精品人妻无码一区二区三区蜜柚 | 国产特级毛片aaaaaaa高清 | 亚洲色大成网站www国产 | 国产精品美女久久久 | 日韩欧美群交p片內射中文 | 丝袜足控一区二区三区 | 波多野结衣高清一区二区三区 | 久久综合狠狠综合久久综合88 | 狂野欧美激情性xxxx | 国产av一区二区精品久久凹凸 | 亚洲色在线无码国产精品不卡 | 国产国语老龄妇女a片 | 亚洲中文字幕在线无码一区二区 | 婷婷六月久久综合丁香 | 国产精品久久久 | 国产成人无码av片在线观看不卡 | 日本丰满护士爆乳xxxx | 亚洲高清偷拍一区二区三区 | 丰满少妇人妻久久久久久 | 蜜臀aⅴ国产精品久久久国产老师 | 欧美性生交活xxxxxdddd | 无套内谢老熟女 | 中文字幕无码热在线视频 | 亚洲国产精品成人久久蜜臀 | 无码一区二区三区在线观看 | 亚洲 激情 小说 另类 欧美 | 国产乱人无码伦av在线a | 久久精品国产大片免费观看 | 亚洲精品国偷拍自产在线麻豆 | 国产综合色产在线精品 | 人妻互换免费中文字幕 | 日日天干夜夜狠狠爱 | 免费人成在线观看网站 | 日日橹狠狠爱欧美视频 | 精品无码一区二区三区爱欲 | 国精产品一区二区三区 | 成人一在线视频日韩国产 | 精品无码成人片一区二区98 | 久久久久久九九精品久 | 国产成人av免费观看 | 久久国产精品萌白酱免费 | 性欧美疯狂xxxxbbbb | 大地资源网第二页免费观看 | 乱中年女人伦av三区 | 午夜无码区在线观看 | 欧美日韩人成综合在线播放 | 精品日本一区二区三区在线观看 | 乱人伦人妻中文字幕无码 | 成 人 网 站国产免费观看 | 自拍偷自拍亚洲精品10p | 日本免费一区二区三区最新 | 国产做国产爱免费视频 | 免费人成在线视频无码 | 日日天干夜夜狠狠爱 | 荡女精品导航 | 国产亚洲人成在线播放 | 午夜精品久久久久久久 | 扒开双腿疯狂进出爽爽爽视频 | 免费男性肉肉影院 | 国产情侣作爱视频免费观看 | 精品久久综合1区2区3区激情 | 中国大陆精品视频xxxx | 国产 浪潮av性色四虎 | 亚洲一区二区三区在线观看网站 | 999久久久国产精品消防器材 | 亚洲精品一区三区三区在线观看 | 宝宝好涨水快流出来免费视频 | 天天爽夜夜爽夜夜爽 | 永久免费观看国产裸体美女 | 国产精品va在线播放 | 国产人妻大战黑人第1集 | 亚洲中文字幕av在天堂 | 国产婷婷色一区二区三区在线 | 国产在线精品一区二区高清不卡 | 无遮挡国产高潮视频免费观看 | 国产精品久久久久久久影院 | 欧美老妇交乱视频在线观看 | 国产熟妇高潮叫床视频播放 | 欧美日韩一区二区三区自拍 | 色婷婷av一区二区三区之红樱桃 | 中文字幕精品av一区二区五区 | 亚洲熟悉妇女xxx妇女av | 久久www免费人成人片 | 国产成人精品三级麻豆 | 一本无码人妻在中文字幕免费 | 国产精品自产拍在线观看 | 麻豆国产人妻欲求不满 | 久久精品国产99精品亚洲 | 最近的中文字幕在线看视频 | 中国大陆精品视频xxxx | 国产精品人人妻人人爽 | 给我免费的视频在线观看 | 好男人www社区 | 亚洲色大成网站www | 久久精品丝袜高跟鞋 | 中文字幕乱码中文乱码51精品 | 99精品国产综合久久久久五月天 | 亚洲中文字幕成人无码 | av小次郎收藏 | 国产疯狂伦交大片 | 大肉大捧一进一出视频出来呀 | 精品一区二区不卡无码av | 久久久久久久女国产乱让韩 | 国语精品一区二区三区 | 免费无码的av片在线观看 | 久青草影院在线观看国产 | 2020最新国产自产精品 | 久久99精品久久久久婷婷 | 一个人免费观看的www视频 | 久久无码人妻影院 | 国产综合在线观看 | 国内精品久久毛片一区二区 | 免费国产成人高清在线观看网站 | 亚洲精品一区二区三区在线 | 伊人色综合久久天天小片 | 极品尤物被啪到呻吟喷水 | 久久精品国产一区二区三区肥胖 | 日本xxxx色视频在线观看免费 | 久久综合色之久久综合 | 日日天日日夜日日摸 | 大乳丰满人妻中文字幕日本 | 97久久超碰中文字幕 | 亚洲一区二区三区含羞草 | 亚洲精品国偷拍自产在线麻豆 | 欧洲vodafone精品性 | 国产香蕉尹人综合在线观看 | 波多野结衣 黑人 | 欧美 丝袜 自拍 制服 另类 | 亚洲 高清 成人 动漫 | 六十路熟妇乱子伦 | av香港经典三级级 在线 | 午夜无码人妻av大片色欲 | 国产精品久久久久影院嫩草 | 国产精品-区区久久久狼 | 久久久国产一区二区三区 | 成人无码精品一区二区三区 | 欧美丰满少妇xxxx性 | 成年女人永久免费看片 | 未满小14洗澡无码视频网站 | 粗大的内捧猛烈进出视频 | 国产一区二区三区精品视频 | 人人妻人人藻人人爽欧美一区 | 亚洲日韩乱码中文无码蜜桃臀网站 | 久久精品国产一区二区三区肥胖 | 久久久久久九九精品久 | 午夜丰满少妇性开放视频 | 亚洲国产av精品一区二区蜜芽 | 国产在线精品一区二区三区直播 | 日产国产精品亚洲系列 | 成人性做爰aaa片免费看不忠 | 欧美三级a做爰在线观看 | 人人妻人人澡人人爽欧美精品 | 性欧美videos高清精品 | 在线观看国产午夜福利片 | 午夜精品久久久久久久 | 亚洲中文字幕无码一久久区 | 国产一区二区三区日韩精品 | 国产极品视觉盛宴 | 日韩成人一区二区三区在线观看 | 天干天干啦夜天干天2017 | 国产熟女一区二区三区四区五区 | 日韩欧美中文字幕在线三区 | 国产激情精品一区二区三区 | a在线观看免费网站大全 | 成人免费视频视频在线观看 免费 | 成人av无码一区二区三区 | 色综合天天综合狠狠爱 | 无码吃奶揉捏奶头高潮视频 | 国产精品-区区久久久狼 | 白嫩日本少妇做爰 | 国产激情一区二区三区 | 老熟女重囗味hdxx69 | 99久久99久久免费精品蜜桃 | 亚洲爆乳精品无码一区二区三区 | 天堂在线观看www | 国产精品美女久久久久av爽李琼 | 中文字幕亚洲情99在线 | 一本色道婷婷久久欧美 | 双乳奶水饱满少妇呻吟 | 激情内射亚州一区二区三区爱妻 | 国产无av码在线观看 | 国产成人精品三级麻豆 | 亚洲精品久久久久avwww潮水 | 欧美zoozzooz性欧美 | 日韩精品久久久肉伦网站 | 亚洲 日韩 欧美 成人 在线观看 | 午夜无码区在线观看 | 97精品国产97久久久久久免费 | 性色欲网站人妻丰满中文久久不卡 | 任你躁国产自任一区二区三区 | 精品水蜜桃久久久久久久 | 啦啦啦www在线观看免费视频 | 国产精品久久久久7777 | 中文字幕av日韩精品一区二区 | 国产精品久久久久久无码 | 国产在线无码精品电影网 | 亚洲日韩av一区二区三区四区 | 欧美老妇交乱视频在线观看 | 天干天干啦夜天干天2017 | 美女扒开屁股让男人桶 | 无码av岛国片在线播放 | 亚洲gv猛男gv无码男同 | 久久99精品久久久久久 | 伊在人天堂亚洲香蕉精品区 | a片免费视频在线观看 | 久久aⅴ免费观看 | 蜜桃视频韩日免费播放 | 久久视频在线观看精品 | 国产精品多人p群无码 | 扒开双腿疯狂进出爽爽爽视频 | 在教室伦流澡到高潮hnp视频 | 久久综合九色综合欧美狠狠 | 亚洲国产精品毛片av不卡在线 | 18禁黄网站男男禁片免费观看 | 国产精品久久久午夜夜伦鲁鲁 | 久久久久人妻一区精品色欧美 | 亚洲欧洲无卡二区视頻 | 亚洲s码欧洲m码国产av | 国产凸凹视频一区二区 | 亚洲中文字幕无码一久久区 | 欧美高清在线精品一区 | 久久精品国产亚洲精品 | 日日天干夜夜狠狠爱 | 1000部夫妻午夜免费 | 亚洲国产欧美日韩精品一区二区三区 | 无码av免费一区二区三区试看 | 久久综合给合久久狠狠狠97色 | 东京热一精品无码av | 天下第一社区视频www日本 | 小泽玛莉亚一区二区视频在线 | 亚洲日韩av一区二区三区四区 | 国产成人精品一区二区在线小狼 | 国产成人午夜福利在线播放 | 男人的天堂2018无码 | 丰满岳乱妇在线观看中字无码 | 亚洲伊人久久精品影院 | 300部国产真实乱 | 日韩亚洲欧美精品综合 | 无码午夜成人1000部免费视频 | 骚片av蜜桃精品一区 | 欧美亚洲国产一区二区三区 | 人人爽人人爽人人片av亚洲 | 国产97色在线 | 免 | 久久久久99精品国产片 | 亚洲色欲色欲欲www在线 | 未满小14洗澡无码视频网站 | 国产精品对白交换视频 | 永久免费精品精品永久-夜色 | 又湿又紧又大又爽a视频国产 | 国产在热线精品视频 | 久久久久久国产精品无码下载 | 欧美日韩视频无码一区二区三 | 精品国产青草久久久久福利 | 在教室伦流澡到高潮hnp视频 | 特大黑人娇小亚洲女 | 大胆欧美熟妇xx | 亚洲精品久久久久中文第一幕 | 成人片黄网站色大片免费观看 | 麻豆成人精品国产免费 | 无码帝国www无码专区色综合 | 欧美精品一区二区精品久久 | 国产精品va在线观看无码 | 爆乳一区二区三区无码 | 国产99久久精品一区二区 | 久久久久久国产精品无码下载 | 成人性做爰aaa片免费看 | 欧美老妇交乱视频在线观看 | 久久五月精品中文字幕 | 亚洲 日韩 欧美 成人 在线观看 |