public class InMemoryRelayAddressDao extends Object implements RelayAddressDao
| Constructor and Description |
|---|
InMemoryRelayAddressDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRelayRecipient(String email) |
void |
clearRelayRecipients() |
ArrayList<String> |
getRelayRecipients() |
boolean |
isRelayRecipient(String email) |
void |
removeRelayRecipient(String email) |
public ArrayList<String> getRelayRecipients()
getRelayRecipients in interface RelayAddressDaopublic void clearRelayRecipients()
clearRelayRecipients in interface RelayAddressDaopublic void addRelayRecipient(String email)
addRelayRecipient in interface RelayAddressDaopublic boolean isRelayRecipient(String email)
isRelayRecipient in interface RelayAddressDaopublic void removeRelayRecipient(String email)
removeRelayRecipient in interface RelayAddressDaoCopyright © 2015. All rights reserved.