Interface ManagedObjectGovernanceMetaData<E>
-
- All Known Implementing Classes:
ManagedObjectGovernanceMetaDataImpl
public interface ManagedObjectGovernanceMetaData<E>
Meta-data for theGovernance
of aManagedObject
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectExtensionExtractor<E>
getExtensionInterfaceExtractor()
Obtains theManagedObjectExtensionExtractor
to extract the extension interface from theManagedObject
.int
getGovernanceIndex()
Obtains the index for theGovernance
within theThreadState
.
-
-
-
Method Detail
-
getGovernanceIndex
int getGovernanceIndex()
Obtains the index for theGovernance
within theThreadState
.- Returns:
- Index for the
Governance
within theThreadState
.
-
getExtensionInterfaceExtractor
ManagedObjectExtensionExtractor<E> getExtensionInterfaceExtractor()
Obtains theManagedObjectExtensionExtractor
to extract the extension interface from theManagedObject
.- Returns:
ManagedObjectExtensionExtractor
.
-
-