Interface ManagedObjectConfiguration<O extends java.lang.Enum<O>>
-
- All Known Implementing Classes:
DependencyMappingBuilderImpl
public interface ManagedObjectConfiguration<O extends java.lang.Enum<O>>- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBoundManagedObjectName()ManagedObjectDependencyConfiguration<O>[]getDependencyConfiguration()Obtains the listing ofManagedObjectDependencyConfigurationinstances.ManagedObjectGovernanceConfiguration[]getGovernanceConfiguration()Obtains the listing ofManagedObjectGovernanceConfigurationinstances.java.lang.StringgetOfficeManagedObjectName()Obtains the name of theManagedObjectregistered within theOffice.AdministrationConfiguration<?,?,?>[]getPreLoadAdministration()Obtains the listing of theAdministrationto be done before theManagedObjectis loaded.ThreadLocalConfigurationgetThreadLocalConfiguration()Obtains theThreadLocalConfiguration.
-
-
-
Method Detail
-
getOfficeManagedObjectName
java.lang.String getOfficeManagedObjectName()
Obtains the name of theManagedObjectregistered within theOffice.- Returns:
- Name of the
ManagedObjectregistered within theOffice.
-
getBoundManagedObjectName
java.lang.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.
-
-