|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.multisoftgroup.jerry.webchat.managers.JerryAccountManager
public class JerryAccountManager
This class provides information about all Jerry accounts.
| Method Summary | |
|---|---|
JerryAccount |
getAccount(String accountName)
This method allows you to find an JerryAccount by its name |
List<JerryAccount> |
getAllAccounts()
This metod returns a list of all JerryAccounts. |
static JerryAccountManager |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JerryAccountManager getInstance()
public JerryAccount getAccount(String accountName)
accountName - account name
public List<JerryAccount> getAllAccounts()
JerryAccount
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||