Java API Methods - trillium_quality - 17.1

Trillium Director SDK Reference Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
17.1
Language
English
Product name
Trillium Quality
Title
Trillium Director SDK Reference Guide
Topic type
Administration
Overview
How Do I
Configuration
Reference
Installation
First publish date
2008

Table below lists the methods included in the Trillium Director Java API.

Table 1. Java Methods

Method

Description

addDirector()

Adds a Director to the list of Directors that can be used for failover.

addToMatchWindow()

Sends a match candidate to the Director matcher server.

attach()

Connects to an instance and establishes a communication path to a Director server.

cleanse()

Sends “dirty” data to a Director cleansing server and receives the “clean” or enriched data.

cleanseEx()

Combines the attach(), cleanse() and release() methods into a single method.

cleanseXML()

Uses XML documents to send “dirty” data to a Director cleansing server and receive the “clean” (or enriched) data.

cleanseXMLEx()

Combines the attach(), cleanseXML() and release() methods into a single method.

clearWindow()

Clears all candidate records out of the current match window.

closeMatcher()

Terminates a session between a client application and a Director matcher server.

closeMatcherEx()

Combines the closeMatcher() and release() methods into a single method.

match()

Matches and commonizes records, returning a read-only structure containing an array of matched records.

matchCandidate()

Matches a record to the candidates in the match window.

matchCandidateWithSuspects()

Matches a record to the candidates in the match window.

matchCandidateWithSuspectsXML()

Matches a record in an XML document to candidate records embedded in the same XML document.

matchCandidateXML()

Matches a record in an XML document to candidate records embedded in the same XML document.

openMatcher()

Initializes a session between a client application and a Director matcher server.

openMatcherEx()

Combines the attach() and openMatcher() methods into a single method.

release()

Releases an instance of a Director server.

removeDirector()

Removes a Director from the list of Directors that can be used for failover.

setTraceFile()

Sets the name of the trace file that is used to receive client trace data.

setTraceOff()

Stops the tracing of traffic flow between the client application and Director components.

setTraceOn()

Starts the tracing of traffic flow between the client application and Director components.

setWindowSize()

Sets the maximum size of a match window.