Routes Process Engine requests to an isolated region (IsolatedRegion instance). This information is persisted in the GCD (Global Configuration Data). Multiple PEConnectionPoint instances can reference the same isolated region. The PEConnectionPoint allows individual applications to use an arbitrary, application-specific name to refer to an isolated region. The set of connection points defined is reflected in the Domain.PEConnectionPoints property. IsolatedRegionDomain


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IPEConnectionPoint
    Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IPEConnectionPoint : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C++
interface class IPEConnectionPoint : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
J#
public interface IPEConnectionPoint implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JScript
public interface IPEConnectionPoint extends IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable

Remarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject

See Also