com.aliyun.openservices.ons.api.bean
类 TransactionProducerBean

java.lang.Object
  继承者 com.aliyun.openservices.ons.api.bean.TransactionProducerBean
所有已实现的接口:
Admin, TransactionProducer

public class TransactionProducerBean
extends java.lang.Object
implements TransactionProducer


构造方法摘要
TransactionProducerBean()
           
 
方法摘要
 LocalTransactionChecker getLocalTransactionChecker()
           
 java.util.Properties getProperties()
           
 SendResult send(Message message, LocalTransactionExecuter executer, java.lang.Object arg)
           
 void setLocalTransactionChecker(LocalTransactionChecker localTransactionChecker)
           
 void setProperties(java.util.Properties properties)
           
 void shutdown()
          关闭服务
 void start()
          启动服务
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TransactionProducerBean

public TransactionProducerBean()
方法详细信息

start

public void start()
从接口 TransactionProducer 复制的描述
启动服务

指定者:
接口 TransactionProducer 中的 start

shutdown

public void shutdown()
从接口 TransactionProducer 复制的描述
关闭服务

指定者:
接口 TransactionProducer 中的 shutdown

send

public SendResult send(Message message,
                       LocalTransactionExecuter executer,
                       java.lang.Object arg)
指定者:
接口 TransactionProducer 中的 send

getProperties

public java.util.Properties getProperties()

setProperties

public void setProperties(java.util.Properties properties)

getLocalTransactionChecker

public LocalTransactionChecker getLocalTransactionChecker()

setLocalTransactionChecker

public void setLocalTransactionChecker(LocalTransactionChecker localTransactionChecker)


Copyright © 2012-2014. All Rights Reserved.