Liferay 6.2-ce-ga5

com.liferay.portal.kernel.nio.intraband.mailbox
Class MailboxUtil

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.mailbox.MailboxUtil

public class MailboxUtil
extends Object


Constructor Summary
MailboxUtil()
           
 
Method Summary
static ByteBuffer receiveMail(long receipt)
           
static long sendMail(RegistrationReference registrationReference, ByteBuffer byteBuffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailboxUtil

public MailboxUtil()
Method Detail

receiveMail

public static ByteBuffer receiveMail(long receipt)

sendMail

public static long sendMail(RegistrationReference registrationReference,
                            ByteBuffer byteBuffer)
                     throws MailboxException
Throws:
MailboxException

Liferay 6.2-ce-ga5