public interface ActiveGovernance<I,F extends Enum<F>>
Governance
of a ManagedObject
.Modifier and Type | Method and Description |
---|---|
GovernanceActivity<I,F> |
createGovernActivity()
|
int |
getManagedObjectRegisteredIndex()
Obtains the index by which the
ManagedObject has registered this
ActiveGovernance . |
boolean |
isActive()
Indicates if the
Governance is still active. |
int getManagedObjectRegisteredIndex()
Obtains the index by which the ManagedObject
has registered this
ActiveGovernance
.
This allows the ManagedObject
to quickly find the
ActiveGovernance
for unregistering it.
ManagedObject
has registered this
ActiveGovernance
.boolean isActive()
Governance
is still active.true
if the Governance
is still active.GovernanceActivity<I,F> createGovernActivity()
GovernanceActivity
to provide Governance
on the
ManagedObject
.Copyright © 2005–2016. All rights reserved.