public class InetSaConnectionCloseEvent extends PartitionedQueueEvent
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN| Modifier | Constructor and Description |
|---|---|
protected |
InetSaConnectionCloseEvent() |
|
InetSaConnectionCloseEvent(int moduleId,
int userId,
InetConnection connection) |
|
InetSaConnectionCloseEvent(int moduleId,
int contractId,
int userId,
int deviceId,
int inetServId,
InetConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
InetConnection |
getConnection() |
int |
getDeviceId() |
int |
getInetServId() |
protected java.lang.String |
getPackageName() |
protected int |
getPartitionValue() |
protected void |
prepareMessage(javax.jms.Message message) |
ServiceActivatorEvent |
toSaEvent(ru.bitel.bgbilling.modules.inet.access.Access access,
ConnectionSet connectionSet,
boolean manageConnections,
ru.bitel.bgbilling.modules.inet.access.InetConnectionManager connectionManager,
java.util.Date now) |
protected void |
toString(java.lang.StringBuilder sb) |
getDestination, getDestinationMaskgetContractId, getContractID, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, serializeAsObject, setLogFunctionProcess, toStringprotected InetSaConnectionCloseEvent()
public InetSaConnectionCloseEvent(int moduleId,
int userId,
InetConnection connection)
public InetSaConnectionCloseEvent(int moduleId,
int contractId,
int userId,
int deviceId,
int inetServId,
InetConnection connection)
protected void prepareMessage(javax.jms.Message message)
throws javax.jms.JMSException
prepareMessage in class Eventjavax.jms.JMSExceptionpublic int getDeviceId()
public int getInetServId()
public InetConnection getConnection()
public ServiceActivatorEvent toSaEvent(ru.bitel.bgbilling.modules.inet.access.Access access, ConnectionSet connectionSet, boolean manageConnections, ru.bitel.bgbilling.modules.inet.access.InetConnectionManager connectionManager, java.util.Date now) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected java.lang.String getPackageName()
getPackageName in class PartitionedQueueEventprotected int getPartitionValue()
getPartitionValue in class PartitionedQueueEvent