Class RegionLoadTask
java.lang.Object
ru.bitel.bgbilling.plugins.fias.server.task.RegionLoadTask
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class RegionLoadTask
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Integer>
-
Constructor Summary
Constructors Constructor Description RegionLoadTask(java.lang.String regionId)
-
Method Summary
Modifier and Type Method Description java.lang.Integer
call()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RegionLoadTask
public RegionLoadTask(java.lang.String regionId)
-
-
Method Details
-
call
public java.lang.Integer call() throws java.lang.Exception- Specified by:
call
in interfacejava.util.concurrent.Callable<java.lang.Integer>
- Throws:
java.lang.Exception
-