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, getDestinationMask
getContractId, getContractID, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, serializeAsObject, setLogFunctionProcess, toString
protected 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 Event
javax.jms.JMSException
public 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.BGException
protected java.lang.String getPackageName()
getPackageName
in class PartitionedQueueEvent
protected int getPartitionValue()
getPartitionValue
in class PartitionedQueueEvent
public java.util.Set<java.lang.Integer> getOldOptions()
public void setOldOptions(java.util.Set<java.lang.Integer> oldOptions)