public class InterfaceKMHolderFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
InterfaceKMHolderFactory.HolderType
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
HolderType defines the types of KM holders.
|
Constructor and Description |
---|
InterfaceKMHolderFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IInterfaceKMHolder |
getKMHolderFor(IInterfaceSubComponent pInterfaceSubComponent,
InterfaceKMHolderFactory.HolderType pHolderType)
Deprecated.
Get a KM holder for an interface sub component, given a holder type.
|
public static IInterfaceKMHolder getKMHolderFor(IInterfaceSubComponent pInterfaceSubComponent, InterfaceKMHolderFactory.HolderType pHolderType)
pInterfaceSubComponent
- interface sub component to get the holder for. A SourceSet object would apply to
a source set LKM; a StagingArea object would apply to a staging area LKM; and a TargetDataStore object
would apply to a target CKM or IKM.pHolderType
- holder type, InterfaceKMHolderFactory.HolderType.SOURCE_SET_LKM
, InterfaceKMHolderFactory.HolderType.STAGING_AREA_LKM
, InterfaceKMHolderFactory.HolderType.TARGET_CKM
, InterfaceKMHolderFactory.HolderType.TARGET_IKM
KMHolderSourceSetLKM
,
KMHolderStagingAreaLKM
,
KMHolderTargetCKM
,
KMHolderTargetIKM