|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MBean interface provides a service for configuring the instance with a JMX bundle
Method Summary | |
void |
addMessageHeader(String name,
String value)
set the value of a message header |
String |
getMessageHeader(String name)
get the value of a message header |
String[] |
getMessageHeaderNames()
get the names of the message headers |
String |
getSmtpHost()
get the current smtp host |
int |
getSmtpPort()
get the current smtp port |
boolean |
getTrace()
get the trace |
void |
reset()
reset the configuration |
void |
setSmtpHost(String smtpHost)
set the smtp host |
void |
setSmtpPort(int smtpPort)
set the smtp port |
void |
setTrace(boolean trace)
set the trace |
Method Detail |
public void setSmtpPort(int smtpPort)
public int getSmtpPort()
public void setSmtpHost(String smtpHost)
public String getSmtpHost()
public String[] getMessageHeaderNames()
public String getMessageHeader(String name)
public void addMessageHeader(String name, String value)
public void setTrace(boolean trace)
public boolean getTrace()
public void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |