public interface Duty<I,F extends Enum<F>,G extends Enum<G>>
Duty
to be undertaken to administer the ManagedObject
instances.Modifier and Type | Method and Description |
---|---|
void |
doDuty(DutyContext<I,F,G> context)
Administers the
ManagedObject instances. |
void doDuty(DutyContext<I,F,G> context) throws Throwable
ManagedObject
instances.context
- DutyContext
.Throwable
- If fails to do duty.Copyright © 2005–2016. All rights reserved.