WebLogic Integration


Uses of Class
com.bea.lwclient.LwcMailboxException

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)
          Create a mailbox with the specified name.
 void LwcMailbox.removeMailbox(java.lang.String name)
          Remove the mailbox with the specified name.
 boolean LwcMailbox.isExistMailbox(java.lang.String name)
          Returns a boolean true if the mailbox with the specified name exists.
 void LwcMailbox.addMessage(MessageInfo msginfo, byte[] mesg, boolean filesharing)
          Adds a message to the mailbox.
 void LwcMailbox.removeMessage(java.lang.String msgid)
          Removes the message with the specified id from the mailbox.
 int LwcMailbox.getMessageCount()
          Returns the number of messages in the mailbox.
 MessageInfo[] LwcMailbox.getMessageInfos()
          Returns info about all messages in the mailbox.
 byte[] LwcMailbox.getMessage(java.lang.String msgid)
          Returns the payload of the message with the specified id.
 void LwcMailbox.setMessageStatus(java.lang.String msgid, int status)
          Sets the status of the message to the specified value.
 void LwcMailbox.expungeMessages()
          Deletes all messages from the mailbox.
 java.lang.String LwcMailbox.getSender(java.lang.String messageid)
          Returns sender of a particular message in a mailbox
 byte[][] LwcMailbox.getNewMessagesContent()
          Returns array of new message contents in given mailbox
 void LwcMailboxDirectory.createMailbox(java.lang.String name)
          Create a mailbox with the specified name.
 void LwcMailboxDirectory.removeMailbox(java.lang.String name)
          Remove the mailbox with the specified name.
 boolean LwcMailboxDirectory.isExistMailbox(java.lang.String name)
          Returns a boolean true if the mailbox with the specified name exists.
 void LwcMailboxDirectory.addMessage(MessageInfo minfo, byte[] msg, boolean filesharing)
          Adds a message to the mailbox.
 void LwcMailboxDirectory.removeMessage(java.lang.String msgid)
          Removes the message with the specified id from the mailbox.
 int LwcMailboxDirectory.getMessageCount()
          Returns the number of messages in the mailbox.
 MessageInfo[] LwcMailboxDirectory.getMessageInfos()
          Returns info about all messages in the mailbox.
 byte[] LwcMailboxDirectory.getMessage(java.lang.String msgid)
          Returns the payload of the message with the specified id.
 void LwcMailboxDirectory.setMessageStatus(java.lang.String msgid, int status)
          Sets the status of the message to the specified value.
 void LwcMailboxDirectory.expungeMessages()
          Deletes all messages from the mailbox.
 java.lang.String LwcMailboxDirectory.getSender(java.lang.String messageid)
          Returns sender of a particular message in a mailbox
 byte[][] LwcMailboxDirectory.getNewMessagesContent()
          Returns array of new message contents in given mailbox
 

Constructors in com.bea.lwclient that throw LwcMailboxException
LwcMailbox.LwcMailbox(java.lang.String mbxName)
          Constructor
 


WebLogic Integration

WebLogic Integration (WLI)