- All Known Implementing Classes:
ManagedObjectAdministrationMetaDataImpl
Meta-data for the
Administration of a ManagedObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theAdministrationMetaData.Obtains theLoggerfor theAdministrationContext.Obtains theManagedObjectIndexinstances identifying theManagedObjectinstances that must be loaded before theAdministrationmay be executed.
-
Method Details
-
getRequiredManagedObjects
ManagedObjectIndex[] getRequiredManagedObjects()Obtains the
ManagedObjectIndexinstances identifying theManagedObjectinstances that must be loaded before theAdministrationmay be executed.The order of the
ManagedObjectIndexinstances must be respected as they are sorted to enable appropriateCoordinatingManagedObjectto co-ordinate with dependencies.- Returns:
- Listing of
ManagedObjectIndexinstances.
-
getAdministrationMetaData
AdministrationMetaData<E,F, getAdministrationMetaData()G> Obtains theAdministrationMetaData.- Returns:
AdministrationMetaData.
-
getLogger
Logger getLogger()Obtains theLoggerfor theAdministrationContext.- Returns:
Loggerfor theAdministrationContext.
-