|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A mailet configuration object used by a mailet container used to pass information to a mailet during initialization.
The configuration information contains initialization parameters, which are a set of name/value pairs, and a MailetContext object, which gives the mailet information about the server.
Method Summary | |
java.lang.String |
getInitParameter(java.lang.String name)
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist. |
java.util.Iterator |
getInitParameterNames()
Returns the names of the mailet's initialization parameters as an Iterator of String objects, or an empty Iterator if the mailet has no initialization parameters. |
MailetContext |
getMailetContext()
Returns a reference to the MailetContext in which the mailet is executing. |
java.lang.String |
getMailetName()
Returns the name of this mailet instance. |
Method Detail |
public java.lang.String getInitParameter(java.lang.String name)
name
- - a String specifying the name of the initialization parameterpublic java.util.Iterator getInitParameterNames()
public MailetContext getMailetContext()
public java.lang.String getMailetName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |