|
jSyncManager Simple Java Server | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of User in org.jSyncManager.SJS.Adapters.SMTPServer |
---|
Fields in org.jSyncManager.SJS.Adapters.SMTPServer declared as User | |
---|---|
protected User |
Address.user
Variable definition... |
Methods in org.jSyncManager.SJS.Adapters.SMTPServer that return User | |
---|---|
User |
Address.getUser()
Returns the username of the sender/receiver |
Methods in org.jSyncManager.SJS.Adapters.SMTPServer with parameters of type User | |
---|---|
Message[] |
MessageStoreInterface.getMessages(User user)
Returns an array of all the messages stored in a valid user's mbox. |
Message[] |
Mbox.getMessages(User user)
Returns an array of all the messages stored in a valid user's mbox. |
void |
MboxContract.post_createMessageFromMboxData(java.lang.String[] msg,
User user)
|
void |
MboxContract.post_getMessages(User user)
|
void |
MboxContract.pre_createMessageFromMboxData(java.lang.String[] msg,
User user)
|
void |
MboxContract.pre_getMessages(User user)
|
Constructors in org.jSyncManager.SJS.Adapters.SMTPServer with parameters of type User | |
---|---|
Address(User user,
Domain domain)
Constructor, accepts a user and domain |
Uses of User in org.jSyncManager.SJS.Adapters.SMTPServer.Config |
---|
Fields in org.jSyncManager.SJS.Adapters.SMTPServer.Config with type parameters of type User | |
---|---|
(package private) java.util.Map<java.lang.String,User> |
Configuration.users
Map containing all valid users |
Methods in org.jSyncManager.SJS.Adapters.SMTPServer.Config that return types with arguments of type User | |
---|---|
java.util.Map<java.lang.String,User> |
Configuration.getUsers()
Map containing all valid users |
Method parameters in org.jSyncManager.SJS.Adapters.SMTPServer.Config with type arguments of type User | |
---|---|
void |
Configuration.setUsers(java.util.Map<java.lang.String,User> users)
Map containing all valid domains |
Uses of User in org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts |
---|
Fields in org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts declared as User | |
---|---|
(package private) User |
UserContract.user
|
Constructors in org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts with parameters of type User | |
---|---|
UserContract(User user)
Constructor for the User class |
Uses of User in org.jSyncManager.SJS.Adapters.SMTPServer.contracts |
---|
Methods in org.jSyncManager.SJS.Adapters.SMTPServer.contracts with parameters of type User | |
---|---|
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 |