The JNDI name of the XA data source for the federator database associated with the external (non-FileNet-P8) repository.

For a related JNDI name, see the FederationJNDIDataSource property. For information on specifying the external repository, see the SourceRepositoryName property.

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

ToggleSyntax

Visual Basic (Declaration)
Property FederationJNDIXADataSource As String
C#
string FederationJNDIXADataSource { get; set; }
Visual C++
property String^ FederationJNDIXADataSource {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_federationJNDIXADataSource();
function set_federationJNDIXADataSource(value);

ToggleRemarks

ToggleSee Also