Skip navigation links


com.bea.netuix.application.manager.persistence
Interface PFTemplateManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface PFTemplateManagerHome
extends javax.ejb.EJBHome

PFTemplateManagerHome


Field Summary
static String LOOKUP_NAME
          JNDI lookup name for this ejb.

 

Method Summary
 PFTemplateManager create()
          Create the PFTemplateManager EJB.

 

Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove

 

Field Detail

LOOKUP_NAME

static final String LOOKUP_NAME
JNDI lookup name for this ejb.
See Also
Constants Summary

Method Detail

create

PFTemplateManager create()
                         throws javax.ejb.CreateException,
                                RemoteException
Create the PFTemplateManager EJB.
Returns
the PFTemplateManager session bean.
Throws
javax.ejb.CreateException - error on create.
RemoteException - container error.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.