com.aspire.nm.component.cmppserver.runTime
类 UserRunTime

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

@Scope(value="prototype")
@Component
public class UserRunTime
extends org.springframework.context.support.ApplicationObjectSupport


字段摘要
 
从类 org.springframework.context.support.ApplicationObjectSupport 继承的字段
logger
 
构造方法摘要
UserRunTime()
           
 
方法摘要
 boolean addMo(CmppDeliverPacket cmppDeliverPacket, boolean block)
           
 void addSession(org.apache.mina.core.session.IoSession session, Version version)
           
 ClientConfig getClientConfig()
           
 Connection getConnection(org.apache.mina.core.session.IoSession session)
           
 List<Connection> getConnections()
           
 int getConnNum()
           
 MoMtCounter getMoMtCounter()
           
 MOQueue<CmppDeliverPacket> getmOQueue()
           
 int getResendTimes()
           
 String getUser()
           
 boolean haveMoConn()
           
 boolean removeSession(org.apache.mina.core.session.IoSession session)
           
 void setClientConfig(ClientConfig clientConfig)
           
 void setResendTimes(int resendTimes)
           
 void setUser(String user)
           
 
从类 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
 

构造方法详细信息

UserRunTime

public UserRunTime()
方法详细信息

getmOQueue

public MOQueue<CmppDeliverPacket> getmOQueue()

getResendTimes

public int getResendTimes()

setResendTimes

public void setResendTimes(int resendTimes)

getMoMtCounter

public MoMtCounter getMoMtCounter()

setUser

public void setUser(String user)

setClientConfig

public void setClientConfig(ClientConfig clientConfig)

getUser

public String getUser()

getClientConfig

public ClientConfig getClientConfig()

getConnections

public List<Connection> getConnections()

addSession

public void addSession(org.apache.mina.core.session.IoSession session,
                       Version version)

removeSession

public boolean removeSession(org.apache.mina.core.session.IoSession session)

getConnNum

public int getConnNum()

haveMoConn

public boolean haveMoConn()

getConnection

public Connection getConnection(org.apache.mina.core.session.IoSession session)

addMo

public boolean addMo(CmppDeliverPacket cmppDeliverPacket,
                     boolean block)


Copyright © 2016. All rights reserved.