Interface ManagedObjectConfiguration<O extends Enum<O>>
- All Known Implementing Classes:
DependencyMappingBuilderImpl
public interface ManagedObjectConfiguration<O extends Enum<O>>
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the listing ofManagedObjectDependencyConfigurationinstances.Obtains the listing ofManagedObjectGovernanceConfigurationinstances.Obtains the name of theManagedObjectregistered within theOffice.AdministrationConfiguration<?,?, ?>[] Obtains the listing of theAdministrationto be done before theManagedObjectis loaded.Obtains theThreadLocalConfiguration.
-
Method Details
-
getOfficeManagedObjectName
String getOfficeManagedObjectName()Obtains the name of theManagedObjectregistered within theOffice.- Returns:
- Name of the
ManagedObjectregistered within theOffice.
-
getBoundManagedObjectName
String getBoundManagedObjectName()- Returns:
- Name of the
ManagedObjectbound to eitherProcessStateorThreadState.
-
getDependencyConfiguration
ManagedObjectDependencyConfiguration<O>[] getDependencyConfiguration()Obtains the listing ofManagedObjectDependencyConfigurationinstances.- Returns:
ManagedObjectDependencyConfigurationinstances.
-
getGovernanceConfiguration
ManagedObjectGovernanceConfiguration[] getGovernanceConfiguration()Obtains the listing ofManagedObjectGovernanceConfigurationinstances.- Returns:
ManagedObjectGovernanceConfigurationinstances.
-
getPreLoadAdministration
AdministrationConfiguration<?,?, getPreLoadAdministration()?>[] Obtains the listing of theAdministrationto be done before theManagedObjectis loaded.- Returns:
- Listing of the
Administrationto be done before theManagedObjectis loaded.
-
getThreadLocalConfiguration
ThreadLocalConfiguration getThreadLocalConfiguration()Obtains theThreadLocalConfiguration.- Returns:
ThreadLocalConfigurationornullif not bound toThread.
-