|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RouterFactory
Provdes a method to create a router from the user-specified parameters.
Method Summary | |
---|---|
Router |
createRouter(CallCenter cc,
RouterManager rm,
RouterParams par)
Constructs and returns a router for the call center model cc and the router parameters par. |
Method Detail |
---|
Router createRouter(CallCenter cc, RouterManager rm, RouterParams par) throws RouterCreationException
RouterParams.getRouterPolicy()
method to get the name of the router's policy given by the user,
and creates a router object if it supports that particular
policy name.
Otherwise, it returns null.
A router-creation exception is thrown only if
the given routing policy is supported by the
implementation, but some error occurs during
the construction of the router, e.g., invalid
parameters.
cc
- the call center model.par
- the router's parameters.
RouterCreationException
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |