public final class MetaAS4Manager
extends com.helger.scope.singleton.AbstractGlobalSingleton
| Modifier and Type | Field and Description |
|---|---|
static String |
SYSTEM_PROPERTY_PHASE4_MANAGER_INMEMORY
The boolean System property to enable in-memory managers
|
| Constructor and Description |
|---|
MetaAS4Manager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static IAS4DuplicateManager |
getIncomingDuplicateMgr() |
static MetaAS4Manager |
getInstance() |
static IMPCManager |
getMPCMgr() |
static IPModeManager |
getPModeMgr() |
static AS4ProfileManager |
getProfileMgr() |
protected void |
onAfterInstantiation(com.helger.scope.IScope aScope) |
protected void |
onBeforeDestroy(com.helger.scope.IScope aScopeToBeDestroyed) |
getAllGlobalSingletons, getGlobalSingleton, getGlobalSingletonIfInstantiated, isGlobalSingletonInstantiatedgetAllSingletons, getSingleton, getSingletonIfInstantiated, getSingletonScopeKey, isDestroyed, isInDestruction, isInInstantiation, isInPreDestruction, isInstantiated, isSingletonInstantiated, isUsableObject, onBeforeScopeDestruction, onDestroy, onScopeDestruction, readAbstractSingletonFields, setDestroyed, setInDestruction, setInInstantiation, setInPreDestruction, setInstantiated, toString, writeAbstractSingletonFieldspublic static final String SYSTEM_PROPERTY_PHASE4_MANAGER_INMEMORY
@Deprecated @UsedViaReflection public MetaAS4Manager()
protected void onAfterInstantiation(@Nonnull com.helger.scope.IScope aScope)
onAfterInstantiation in class com.helger.scope.singleton.AbstractSingletonprotected void onBeforeDestroy(@Nonnull com.helger.scope.IScope aScopeToBeDestroyed) throws Exception
onBeforeDestroy in class com.helger.scope.singleton.AbstractSingletonException@Nonnull public static MetaAS4Manager getInstance()
@Nonnull public static IMPCManager getMPCMgr()
@Nonnull public static IPModeManager getPModeMgr()
@Nonnull public static IAS4DuplicateManager getIncomingDuplicateMgr()
@Nonnull public static AS4ProfileManager getProfileMgr()
Copyright © 2015–2020 Philip Helger. All rights reserved.