Class SubscriptionJob
java.lang.Object
ru.bitel.bgbilling.modules.subscription.server.bean.SubscriptionJob
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Object>
public class SubscriptionJob
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Object>
-
Constructor Summary
Constructors Constructor Description SubscriptionJob()
-
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
-
Constructor Details
-
SubscriptionJob
public SubscriptionJob()
-
-
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
-