|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.zerofun.maven.im.beans.AIMMessageBean
This bean provides the actual functionality for sending a message to AIM clients. It's functionality is invoked by the corresponding AIMMessageTag class.
Constructor Summary | |
AIMMessageBean()
|
Method Summary | |
void |
execute()
The main method of the bean. |
java.lang.String |
getFrom()
Gets the username of the AIM user messages will be sent from. |
java.lang.String |
getMessage()
Gets the message which will be sent to all recipients. |
java.lang.String |
getPassword()
Gets the password used to authenticate the specified username. |
java.lang.String |
getTo()
Gets the list of recipients to which the message should be sent. |
void |
setFrom(java.lang.String from)
Sets the username from which messages will be sent. |
void |
setMessage(java.lang.String message)
Sets the message which will be sent to all recipients. |
void |
setPassword(java.lang.String password)
Sets the password which will authenticate the specified username to the AIM server. |
void |
setTo(java.lang.String to)
Sets the list of recipients to which will be sent messages. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AIMMessageBean()
Method Detail |
public void execute() throws java.lang.Exception
java.lang.Exception
public java.lang.String getFrom()
public java.lang.String getMessage()
public java.lang.String getPassword()
public java.lang.String getTo()
public void setFrom(java.lang.String from)
from
- the username String to setpublic void setMessage(java.lang.String message)
message
- the message string to setpublic void setPassword(java.lang.String password)
password
- the password String to setpublic void setTo(java.lang.String to)
to
- the to String to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |