public class InetAccountingManagePoolEvent extends PoolQueueEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_START |
static int |
TYPE_STOP |
static int |
TYPE_UPDATE |
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN| Modifier | Constructor and Description |
|---|---|
protected |
InetAccountingManagePoolEvent() |
|
InetAccountingManagePoolEvent(int moduleId,
int contractId,
int userId,
int accountingRootDeviceId,
InetConnection connection,
int type) |
|
InetAccountingManagePoolEvent(PoolEventPublisher<InetAccountingManagePoolEvent> publisher,
int contractId,
int userId,
int accountingRootDeviceId,
InetConnection connection,
int type) |
| Modifier and Type | Method and Description |
|---|---|
InetConnection |
getConnection() |
int |
getType() |
protected void |
prepareMessage(javax.jms.Message message) |
void |
setConnection(InetConnection connection) |
protected void |
toString(java.lang.StringBuilder sb) |
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, serializeAsObject, setLogFunctionProcess, toStringpublic static final int TYPE_START
public static final int TYPE_STOP
public static final int TYPE_UPDATE
protected InetAccountingManagePoolEvent()
public InetAccountingManagePoolEvent(int moduleId,
int contractId,
int userId,
int accountingRootDeviceId,
InetConnection connection,
int type)
public InetAccountingManagePoolEvent(PoolEventPublisher<InetAccountingManagePoolEvent> publisher, int contractId, int userId, int accountingRootDeviceId, InetConnection connection, int type)
public InetConnection getConnection()
public void setConnection(InetConnection connection)
public int getType()
protected void prepareMessage(javax.jms.Message message)
throws javax.jms.JMSException
prepareMessage in class Eventjavax.jms.JMSException