| Constructor and Description |
|---|
HelplineService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInformation(String name,
String info)
Add an information about a person.
|
IIntermediateFuture<InformationEntry> |
getInformation(String name)
Get all locally stored information about a person.
|
String |
toString()
Get the string representation.
|
public void addInformation(String name, String info)
addInformation in interface IHelplinename - The person's name.info - The information.public IIntermediateFuture<InformationEntry> getInformation(String name)
getInformation in interface IHelplinename - The person's name.Copyright © 2013. All Rights Reserved.