com.aspire.nm.component.cmppserver.runTime.moProcess
类 MoSender

java.lang.Object
  继承者 org.springframework.context.support.ApplicationObjectSupport
      继承者 com.aspire.nm.component.cmppserver.runTime.moProcess.MoSender
所有已实现的接口:
Runnable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@Scope(value="prototype")
@Component
public class MoSender
extends org.springframework.context.support.ApplicationObjectSupport
implements org.springframework.beans.factory.InitializingBean, Runnable


字段摘要
 
从类 org.springframework.context.support.ApplicationObjectSupport 继承的字段
logger
 
构造方法摘要
MoSender()
           
 
方法摘要
 void afterPropertiesSet()
           
 Connection getConnection()
           
 Hashtable<Integer,TimerTask> getDeliveryRetryHt()
           
 Thread getT()
           
 boolean returnDelivery(CmppDeliverPacket delivery)
           
 void run()
           
 void setConnection(Connection connection)
           
 
从类 org.springframework.context.support.ApplicationObjectSupport 继承的方法
getApplicationContext, getMessageSourceAccessor, initApplicationContext, initApplicationContext, isContextRequired, requiredContextClass, setApplicationContext
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MoSender

public MoSender()
方法详细信息

getT

public Thread getT()

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
指定者:
接口 org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSet
抛出:
Exception

getConnection

public Connection getConnection()

setConnection

public void setConnection(Connection connection)

getDeliveryRetryHt

public Hashtable<Integer,TimerTask> getDeliveryRetryHt()

run

public void run()
指定者:
接口 Runnable 中的 run

returnDelivery

public boolean returnDelivery(CmppDeliverPacket delivery)


Copyright © 2016. All rights reserved.