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 |
| 从类 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.