|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICipManager
This interface must be implemented by a CipManager object, which should be used in the framework. A CipManager must handle CIP information for calls.
| Method Summary | |
|---|---|
ICip |
createCip(String cip)
Creates a new Cip object for the given Cip String. |
String |
getCipLabel(ICip cip,
String language)
Gets the CIP label for the given Cip object in a specific language. |
String |
getCipLabel(String cip,
String language)
Gets the CIP label for the given Cip String in a specific language. |
String[] |
getCipList()
Gets a list with all Cip Strings supported by the Cip manager. |
| Methods inherited from interface de.janrufmonitor.framework.manager.IManager |
|---|
getManagerID, getPriority, restart, setManagerID, shutdown, startup |
| Method Detail |
|---|
String getCipLabel(ICip cip,
String language)
cip - the Cip object to labellanguage - the requested language
String getCipLabel(String cip,
String language)
cip - the Cip String to labellanguage - the requested language
ICip createCip(String cip)
cip - the Cip string to create
String[] getCipList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||