com.bankframe.ejb.bmp
Class SessionAmendPersisterFactory

java.lang.Object
  extended bycom.bankframe.ejb.bmp.SessionAmendPersisterFactory

Deprecated. Use TxnHandlerBroker instead

public class SessionAmendPersisterFactory
extends java.lang.Object

This class creates and returns an instance of an EJB's persister class


Field Summary
static java.lang.String DEFAULT_PERSISTER
          Deprecated.  
static java.lang.String PERSISTER
          Deprecated.  
 
Constructor Summary
SessionAmendPersisterFactory()
          Deprecated.  
 
Method Summary
static SessionAmendPersister getPersister(java.lang.String sessionAmendName)
          Deprecated. This method returns an instance of the EJB's persister class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PERSISTER

public static final java.lang.String DEFAULT_PERSISTER
Deprecated. 
See Also:
Constant Field Values

PERSISTER

public static final java.lang.String PERSISTER
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SessionAmendPersisterFactory

public SessionAmendPersisterFactory()
Deprecated. 
Method Detail

getPersister

public static SessionAmendPersister getPersister(java.lang.String sessionAmendName)
                                          throws ProcessingErrorException
Deprecated. 
This method returns an instance of the EJB's persister class.

Parameters:
sessionAmendName - 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.