|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.janrufmonitor.repository.identify.Identifier
public final class Identifier
Static class implementation of an identification which makes use of the framework.
| Constructor Summary | |
|---|---|
Identifier()
|
|
| Method Summary | |
|---|---|
static ICaller |
identify(IRuntime r,
IPhonenumber pn)
Identifies a caller with all active caller managers specified in the configuration. |
static ICaller |
identify(IRuntime r,
IPhonenumber pn,
List activeCallerManagers)
Identifies a caller with all active caller managers specified in the configuration. |
static ICaller |
identifyDefault(IRuntime r,
IPhonenumber pn)
Identifies a caller with the default caller manager specified in the configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Identifier()
| Method Detail |
|---|
public static ICaller identify(IRuntime r,
IPhonenumber pn)
r - the current runtimepn - a valid number, should not be a clired number or null
public static ICaller identifyDefault(IRuntime r,
IPhonenumber pn)
r - the current runtimepn - a valid number, should not be a clired number or null
public static ICaller identify(IRuntime r,
IPhonenumber pn,
List activeCallerManagers)
r - the current runtimepn - a valid number, should not be a clired number or nullactiveCallerManagers - a list of active caller managers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||