Routes Process Engine requests to an isolated region (IIsolatedRegion instance). This information is persisted in the GCD (Global Configuration Database). Multiple IPEConnectionPoint instances can reference the same isolated region. The IPEConnectionPoint 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 IDomain.PEConnectionPoints property.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPEConnectionPoint _
	Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IPEConnectionPoint : IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class IPEConnectionPoint : IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Admin.IPEConnectionPoint = function();
FileNet.Api.Admin.IPEConnectionPoint.createInterface('FileNet.Api.Admin.IPEConnectionPoint');

ToggleRemarks

Metadata

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

ToggleSee Also