|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMsnManager
This interface must be implemented by a MsnManager object, which should be used in the framework. A MsnManager must handle MSN information for calls.
| Method Summary | |
|---|---|
IMsn |
createMsn(String msn)
Creates a new Msn object for the given Msn String. |
boolean |
existMsn(IMsn msn)
Checks wether a Msn object exists. |
String |
getMsnLabel(IMsn msn)
Gets the MSN label for the given Msn object |
String |
getMsnLabel(String msn)
Gets the MSN label for the given Msn String. |
String[] |
getMsnList()
Gets a list with all Msn Strings supported by the Msn manager. |
boolean |
isMsnMonitored(IMsn msn)
Checks wether a Msn object is monitored. |
| Methods inherited from interface de.janrufmonitor.framework.manager.IManager |
|---|
getManagerID, getPriority, restart, setManagerID, shutdown, startup |
| Method Detail |
|---|
String getMsnLabel(IMsn msn)
msn - the Msn object to label
String getMsnLabel(String msn)
msn - the Msn String to label
IMsn createMsn(String msn)
msn - the Msn string to create
String[] getMsnList()
boolean existMsn(IMsn msn)
msn - the Msn object to validate
boolean isMsnMonitored(IMsn msn)
msn - the Msn object to validate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||