public final class DeactivateAccountCommand
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Integer>
Constructor and Description |
---|
DeactivateAccountCommand() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
call()
Uses arguments passed to do all account deactivation.
|
static void |
main(java.lang.String[] args)
Public interface for deactivating an account, arguments will be passed.
|
public static void main(java.lang.String[] args)
args
- arguments as defined abovepublic java.lang.Integer call()
call
in interface java.util.concurrent.Callable<java.lang.Integer>