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 java.lang.Object

Author:
Shuyang Zhou

Constructor Summary
MailboxUtil()
           
 
Method Summary
static java.nio.ByteBuffer receiveMail(long receipt)
           
static long sendMail(RegistrationReference registrationReference, java.nio.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 java.nio.ByteBuffer receiveMail(long receipt)

sendMail

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