|
jSyncManager Simple Java Server | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Domain in org.jSyncManager.SJS.Adapters.SMTPServer |
|---|
| Fields in org.jSyncManager.SJS.Adapters.SMTPServer declared as Domain | |
|---|---|
protected Domain |
Address.domain
Variable definition... |
| Methods in org.jSyncManager.SJS.Adapters.SMTPServer that return Domain | |
|---|---|
Domain |
Address.getDomain()
Returns the domain of the sender/receiver |
| Methods in org.jSyncManager.SJS.Adapters.SMTPServer that return types with arguments of type Domain | |
|---|---|
java.util.List<Domain> |
RemoteServerMessage.getDomains()
|
| Methods in org.jSyncManager.SJS.Adapters.SMTPServer with parameters of type Domain | |
|---|---|
void |
RemoteServerMessage.addDomain(Domain domain)
|
| Constructors in org.jSyncManager.SJS.Adapters.SMTPServer with parameters of type Domain | |
|---|---|
Address(User user,
Domain domain)
Constructor, accepts a user and domain |
|
| Uses of Domain in org.jSyncManager.SJS.Adapters.SMTPServer.Config |
|---|
| Fields in org.jSyncManager.SJS.Adapters.SMTPServer.Config with type parameters of type Domain | |
|---|---|
(package private) java.util.Map<java.lang.String,Domain> |
Configuration.domains
Map containing all valid domains |
| Methods in org.jSyncManager.SJS.Adapters.SMTPServer.Config that return types with arguments of type Domain | |
|---|---|
java.util.Map<java.lang.String,Domain> |
Configuration.getDomains()
Gets the current map of domains |
| Method parameters in org.jSyncManager.SJS.Adapters.SMTPServer.Config with type arguments of type Domain | |
|---|---|
void |
Configuration.setDomains(java.util.Map<java.lang.String,Domain> domains)
Sets the current map of domains |
| Uses of Domain in org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts |
|---|
| Constructors in org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts with parameters of type Domain | |
|---|---|
DomainContract(Domain t)
Constructor, get a reference for the Domain object. |
|
| Uses of Domain in org.jSyncManager.SJS.Adapters.SMTPServer.contracts |
|---|
| Methods in org.jSyncManager.SJS.Adapters.SMTPServer.contracts with parameters of type Domain | |
|---|---|
void |
RemoteServerMessageContract.post_addDomain(Domain domain)
This contract ensures that the domain to be added is not null. |
void |
RemoteServerMessageContract.pre_addDomain(Domain domain)
This contract ensures that the domain to be added is not null. |
void |
AddressContract.pre_Address(User user,
Domain domain)
Neither parameter is check for nullity before being used. |
|
jSyncManager Simple Java Server | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||