Package nxt.voting
Class PhasingControl
java.lang.Object
nxt.voting.PhasingControl
- Direct Known Subclasses:
AccountRestrictions.PhasingOnly,AssetControl.PhasingOnly
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidcheckPhasing(PhasingAppendix phasingAppendix) protected abstract voidcheckTransaction(ChildTransaction childTransaction) abstract Stringabstract Stringfinal PhasingParamsprotected voidinit(ResultSet rs, Supplier<List<? extends PhasingControl.SubPoll>> subPollsSupplier)
-
Field Details
-
params
-
-
Constructor Details
-
PhasingControl
protected PhasingControl() -
PhasingControl
-
-
Method Details
-
init
protected void init(ResultSet rs, Supplier<List<? extends PhasingControl.SubPoll>> subPollsSupplier) throws SQLException - Throws:
SQLException
-
checkPhasing
protected final void checkPhasing(PhasingAppendix phasingAppendix) throws NxtException.AccountControlException -
getPhasingParams
-
getControlType
-
getDefaultControlVariable
-
checkTransaction
protected abstract void checkTransaction(ChildTransaction childTransaction) throws NxtException.AccountControlException
-