com.bankframe.ejb.bmp
Class EPersisterFactory
java.lang.Object
  
com.bankframe.ejb.bmp.EPersisterFactory
public class EPersisterFactory
- extends Object
 
This class creates and returns an instance of an EJB's persister class
 
 
 
 
DEFAULT_PERSISTER
public static final String DEFAULT_PERSISTER
- See Also:
 - Constant Field Values
 
PERSISTER
public static final String PERSISTER
- See Also:
 - Constant Field Values
 
EPersisterFactory
public EPersisterFactory()
getPersister
public static EPersister getPersister(String jndiName)
                               throws ProcessingErrorException
- This method returns an instance of the EJB's persister class.
- Parameters:
 jndiName - the JNDI name of the entity bean
- Returns:
 - an instance of the persister
 - Throws:
 ProcessingErrorException - if processing fails.
 
 
Copyright © 2005, 2007, Oracle. All rights reserved.