BEA Systems, Inc.

theory.smart.axiom.messaging
Interface PostOfficeHome


public interface PostOfficeHome
extends SmartEJBHome

The home interface for the PostOffice Session Bean. Use this class to create PostOffices.


Method Summary
 PostOffice create()
          Create a new PostOffice Session.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public PostOffice create()
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
Create a new PostOffice Session.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved