Class MailWorkerContextImpl
java.lang.Object
ch.tocco.nice2.toolbox.api.collection.DefaultWriteableMap<String>
ch.tocco.nice2.optional.mailintegration.impl.MailWorkerContextImpl
- All Implemented Interfaces:
MailWorkerContext
,ReadOnlyMap<String>
,WriteableMap<String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.URLName
void
setMailboxUrl
(jakarta.mail.URLName mailboxUrl) Methods inherited from class ch.tocco.nice2.toolbox.api.collection.DefaultWriteableMap
clear, containsKey, equals, getBoolean, getBoolean, getDate, getDate, getDecimal, getDecimal, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getInt, getInt, getLong, getLong, getString, getString, getValue, getValue, getValue, getValues, hashCode, keySet, removeValue, setBoolean, setDate, setDecimal, setDouble, setEnum, setFloat, setInt, setLong, setString, setValue, setValues, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.toolbox.api.collection.ReadOnlyMap
containsKey, getBoolean, getBoolean, getDate, getDate, getDecimal, getDecimal, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getInt, getInt, getLong, getLong, getString, getString, getValue, getValue, keySet
Methods inherited from interface ch.tocco.nice2.toolbox.api.collection.WriteableMap
clear, removeValue, setBoolean, setDate, setDecimal, setDouble, setEnum, setFloat, setInt, setLong, setString, setValue
-
Constructor Details
-
MailWorkerContextImpl
public MailWorkerContextImpl()
-
-
Method Details
-
setMailboxUrl
public void setMailboxUrl(jakarta.mail.URLName mailboxUrl) -
getMailboxUrl
public jakarta.mail.URLName getMailboxUrl()- Specified by:
getMailboxUrl
in interfaceMailWorkerContext
-