|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.matching.MatcherImpl
Impl class for Matcher. Loads and forwards requests to the adapter interface implementation configured.
| Constructor Summary | |
MatcherImpl()
No argument constructor. |
|
| Method Summary | |
void |
finalizer()
|
java.util.ArrayList |
findWeights(SystemObject base,
QueryResults block,
MatchOptions matchOptions)
Evaluate how closely the passed in SystemObject matches the database records in the passed in block by calculating the weights |
(package private) MatcherAPI |
getMatcherAPIImpl()
Return a reference to the loaded and instantiated matcher API implementation instance |
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MatcherImpl()
throws java.lang.Exception
| Method Detail |
public void finalizer()
public java.util.ArrayList findWeights(SystemObject base,
QueryResults block,
MatchOptions matchOptions)
throws MatchingException
findWeights in interface Matcherbase - the SystemObject to matchblock - the database block of records to match againstmatchOptions - the options controlling the matching process
MatchingException - the matching process failedMatcherAPI getMatcherAPIImpl()
public void shutdown()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.