public class InetSaOptionsModifyEvent extends PartitionedQueueEvent
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN| Modifier | Constructor and Description |
|---|---|
protected |
InetSaOptionsModifyEvent() |
|
InetSaOptionsModifyEvent(int moduleId,
int userId,
InetConnection connection,
java.util.Set<java.lang.Integer> optionSet) |
|
InetSaOptionsModifyEvent(int moduleId,
int userId,
InetConnection connection,
java.util.Set<java.lang.Integer> optionSet,
boolean force) |
|
InetSaOptionsModifyEvent(int moduleId,
int userId,
InetServ inetServ,
java.util.Set<java.lang.Integer> optionSet) |
|
InetSaOptionsModifyEvent(int moduleId,
int contractId,
int userId,
int deviceId,
int inetServId,
long connectionId,
java.util.Set<java.lang.Integer> optionSet,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
long |
getConnectionId() |
int |
getDeviceId() |
int |
getInetServId() |
java.util.Set<java.lang.Integer> |
getOldOptions() |
java.util.Set<java.lang.Integer> |
getOptions() |
protected java.lang.String |
getPackageName() |
protected int |
getPartitionValue() |
boolean |
isForce() |
protected void |
prepareMessage(javax.jms.Message message) |
void |
setOldOptions(java.util.Set<java.lang.Integer> oldOptions) |
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 InetSaOptionsModifyEvent()
public InetSaOptionsModifyEvent(int moduleId,
int userId,
InetConnection connection,
java.util.Set<java.lang.Integer> optionSet)
public InetSaOptionsModifyEvent(int moduleId,
int userId,
InetConnection connection,
java.util.Set<java.lang.Integer> optionSet,
boolean force)
public InetSaOptionsModifyEvent(int moduleId,
int userId,
InetServ inetServ,
java.util.Set<java.lang.Integer> optionSet)
public InetSaOptionsModifyEvent(int moduleId,
int contractId,
int userId,
int deviceId,
int inetServId,
long connectionId,
java.util.Set<java.lang.Integer> optionSet,
boolean force)
protected void prepareMessage(javax.jms.Message message)
throws javax.jms.JMSException
prepareMessage in class Eventjavax.jms.JMSExceptionpublic int getDeviceId()
public int getInetServId()
public long getConnectionId()
public java.util.Set<java.lang.Integer> getOptions()
public boolean isForce()
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 PartitionedQueueEventpublic java.util.Set<java.lang.Integer> getOldOptions()
public void setOldOptions(java.util.Set<java.lang.Integer> oldOptions)