bea Systems, Inc.

theory.smart.axiom.messaging
Interface MailboxHome


public interface MailboxHome
extends SmartEJBHome

The home interface for the Mailbox entity bean. Use this class to create, remove, and find Mailbox entity beans.


Method Summary
 Mailbox create(MailboxPk mailboxPk)
          Create a new Mailbox entity bean using the theory.smart.axiom.messaging.MailboxPk.
 Mailbox findByPrimaryKey(MailboxPk mailboxPk)
          Find an Mailbox entity bean using the theory.smart.axiom.messaging.MailboxPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, remove, remove
 

Method Detail

create

public Mailbox create(MailboxPk mailboxPk)
               throws CreateException,
                      java.rmi.RemoteException
Create a new Mailbox entity bean using the theory.smart.axiom.messaging.MailboxPk.

findByPrimaryKey

public Mailbox findByPrimaryKey(MailboxPk mailboxPk)
                         throws java.rmi.RemoteException,
                                FinderException
Find an Mailbox entity bean using the theory.smart.axiom.messaging.MailboxPk.

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.