public class InetServModifiedEvent extends Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
Modifier | Constructor and Description |
---|---|
protected |
InetServModifiedEvent() |
|
InetServModifiedEvent(int moduleId,
int contractId,
int userId,
InetServ oldInetServ,
InetServ newInetServ,
java.util.List<InetServOption> newInetServOptionList) |
Modifier and Type | Method and Description |
---|---|
InetServ |
getNewInetServ() |
java.util.List<InetServOption> |
getNewInetServOptionList()
Список опций, привязанных к сервису, null означает, что список не изменялся.
|
InetServ |
getOldInetServ() |
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, toString, toString
protected InetServModifiedEvent()
public InetServModifiedEvent(int moduleId, int contractId, int userId, InetServ oldInetServ, InetServ newInetServ, java.util.List<InetServOption> newInetServOptionList)
public InetServ getOldInetServ()
public InetServ getNewInetServ()
public java.util.List<InetServOption> getNewInetServOptionList()