ContentManagerHome Interface

DEPRECATED

com.bea.p13n.content
ContentManagerHome Interface

public interface ContentManagerHome

    extends EJBHome

The home interface for the ContentManager Session Bean.


All Superinterfaces
EJBHome, Remote

Method Summary

public ContentManager
create()
Get a ContentManager to use.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public ContentManager create()
throws CreateException, RemoteException
Get a ContentManager to use.

Exceptions

CreateException
thrown on an error.
RemoteException
thrown on an error.