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