|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICallManagerFactory
This interface must be implemented by a call manager factory object. The call manager factory takes care about the concurrent existence of call managers. Its task is to maintain and handle all registered call manager instances.
| Method Summary | |
|---|---|
String[] |
getAllCallManagerIDs()
Gets all IDs of registered call manager objects. |
List |
getAllCallManagers()
Gets a list with all call manager objects. |
ICallManager |
getCallManager(String id)
Gets the call manager object for a certain ID |
String[] |
getCallManagerIDs(Class type)
Gets all call mananger objects implementing a certain type. |
ICallManager |
getDefaultCallManager()
Gets the default call manager object. |
List |
getTypedCallManagers(Class type)
Gets all call mananger objects implementing a certain type. |
boolean |
isManagerAvailable(String id)
Checks wether a manager is available or not. |
void |
shutdown()
This method is called on shutdown time by the runtime object. |
void |
startup()
This method is called on startup time by the runtime object. |
| Method Detail |
|---|
ICallManager getCallManager(String id)
id - ID of the call manager implementation
ICallManager getDefaultCallManager()
List getAllCallManagers()
List getTypedCallManagers(Class type)
type - type of call manager instance
String[] getAllCallManagerIDs()
String[] getCallManagerIDs(Class type)
type - type of call manager instance
void startup()
void shutdown()
boolean isManagerAvailable(String id)
id - id of the manager to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||