Class ContractPeriodCloseEventJob
java.lang.Object
ru.bitel.bgbilling.kernel.contract.period.server.bean.ContractPeriodCloseEventJob
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Object>
public class ContractPeriodCloseEventJob
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Object>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PARAM_CONTRACT_PERIOD_ID
-
Constructor Summary
Constructors Constructor Description ContractPeriodCloseEventJob()
-
Method Summary
Modifier and Type Method Description java.lang.Object
call()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PARAM_CONTRACT_PERIOD_ID
public static final java.lang.String PARAM_CONTRACT_PERIOD_ID- See Also:
- Constant Field Values
-
-
Constructor Details
-
ContractPeriodCloseEventJob
public ContractPeriodCloseEventJob()
-
-
Method Details
-
call
public java.lang.Object call() throws java.lang.Exception- Specified by:
call
in interfacejava.util.concurrent.Callable<java.lang.Object>
- Throws:
java.lang.Exception
-