|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LwcMailboxException | |
com.bea.lwclient | Used for working with WebLogic Collaborate Trading Partner Lightweight Client Mailbox. |
Uses of LwcMailboxException in com.bea.lwclient |
Methods in com.bea.lwclient that throw LwcMailboxException | |
void |
LwcMailbox.createMailbox(java.lang.String name)
Deprecated. Create a mailbox with the specified name. |
void |
LwcMailbox.removeMailbox(java.lang.String name)
Deprecated. Remove the mailbox with the specified name. |
boolean |
LwcMailbox.isExistMailbox(java.lang.String name)
Deprecated. Returns a boolean true if the mailbox with the specified name exists. |
void |
LwcMailbox.addMessage(MessageInfo msginfo,
byte[] mesg,
boolean filesharing)
Deprecated. Adds a message to the mailbox. |
void |
LwcMailbox.removeMessage(java.lang.String msgid)
Deprecated. Removes the message with the specified id from the mailbox. |
int |
LwcMailbox.getMessageCount()
Deprecated. Returns the number of messages in the mailbox. |
MessageInfo[] |
LwcMailbox.getMessageInfos()
Deprecated. Returns info about all messages in the mailbox. |
byte[] |
LwcMailbox.getMessage(java.lang.String msgid)
Deprecated. Returns the payload of the message with the specified id. |
void |
LwcMailbox.setMessageStatus(java.lang.String msgid,
int status)
Deprecated. Sets the status of the message to the specified value. |
void |
LwcMailbox.expungeMessages()
Deprecated. Deletes all messages from the mailbox. |
java.lang.String |
LwcMailbox.getSender(java.lang.String messageid)
Deprecated. Returns sender of a particular message in a mailbox |
byte[][] |
LwcMailbox.getNewMessagesContent()
Deprecated. Returns array of new message contents in given mailbox |
void |
LwcMailboxDirectory.createMailbox(java.lang.String name)
Deprecated. Create a mailbox with the specified name. |
void |
LwcMailboxDirectory.removeMailbox(java.lang.String name)
Deprecated. Remove the mailbox with the specified name. |
boolean |
LwcMailboxDirectory.isExistMailbox(java.lang.String name)
Deprecated. Returns a boolean true if the mailbox with the specified name exists. |
void |
LwcMailboxDirectory.addMessage(MessageInfo minfo,
byte[] msg,
boolean filesharing)
Deprecated. Adds a message to the mailbox. |
void |
LwcMailboxDirectory.removeMessage(java.lang.String msgid)
Deprecated. Removes the message with the specified id from the mailbox. |
int |
LwcMailboxDirectory.getMessageCount()
Deprecated. Returns the number of messages in the mailbox. |
MessageInfo[] |
LwcMailboxDirectory.getMessageInfos()
Deprecated. Returns info about all messages in the mailbox. |
byte[] |
LwcMailboxDirectory.getMessage(java.lang.String msgid)
Deprecated. Returns the payload of the message with the specified id. |
void |
LwcMailboxDirectory.setMessageStatus(java.lang.String msgid,
int status)
Deprecated. Sets the status of the message to the specified value. |
void |
LwcMailboxDirectory.expungeMessages()
Deprecated. Deletes all messages from the mailbox. |
java.lang.String |
LwcMailboxDirectory.getSender(java.lang.String messageid)
Deprecated. Returns sender of a particular message in a mailbox |
byte[][] |
LwcMailboxDirectory.getNewMessagesContent()
Deprecated. Returns array of new message contents in given mailbox |
Constructors in com.bea.lwclient that throw LwcMailboxException | |
LwcMailbox.LwcMailbox(java.lang.String mbxName)
Deprecated. Constructor |
|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |