Deprecated API

Deprecated Classes
com.bankframe.BankframeResource
          This class has been replaced by com.bankframe.resource.BankFrameMCAResource 
com.bankframe.ei.servlet.BankframeServlet
          This class has been replaced by the new client connectivity framework implemented in com.bankframe.ei.channel and its sub-packages. 
com.bankframe.ei.txnhandler.hostcache.CacheFactory
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.servlet.CacheProfileServlet
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.CacheStruct
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.DataBaseCache
          Use the com.bankframe.serives.cache package instead 
com.bankframe.util.DateConvertor
          Use the com.bankframe.validation.DateConvertor class instead 
com.bankframe.ei.comms.ECommsManager
          use the new client connectivity framework implemented in com.bankframe.ei.channel and its sub-packages instead. 
com.bankframe.ei.comms.EHTTPCommsManager
          use com.bankframe.ei.channel.client.HttpClient instead 
com.bankframe.ei.comms.EHTTPServletCommsManager
          use com.bankframe.ei.channel.server.HttpServer instead 
com.bankframe.ei.comms.EXMLServletCommsManager
          use com.bankframe.ei.channel.server.HttpServer instead 
com.bankframe.ei.txnhandler.hostcache.HostCacheConstants
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.MemoryCache
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.MemoryCache2
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.MultiMap
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.OrderedEncoder
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.Retry
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.comms.RMICommsManager
          use com.bankframe.ei.channel.client.RmiIiopClient instead 
com.bankframe.ei.txnhandler.amend.SessionAmendHelper
          This class has been replaced by com.bankframe.ei.txnhandler.broker.TxnHandlerBroker 
com.bankframe.ejb.bmp.SessionAmendPersisterFactory
          Use TxnHandlerBroker instead 
com.bankframe.ei.txnhandler.hostcache.SingleJvmCache
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.sessionamendpersister.StoreAndForwardSessionAmendPersister
          SessionAmendHelper classes have been replaced by TxnHandlerBroker 
com.bankframe.ei.txnhandler.hostcache.StringEncoder
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.TestTimeoutMemoryCache
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.TimeoutMemoryCache
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.oldpersister.TxnPersister
          use com.bankframe.ei.txnhandler.persister.TxnPersister instead 
com.bankframe.ei.txnhandler.sessionamendpersister.TxnSessionAmendPersister
          SessionAmendHelper classes have been replaced by TxnHandlerBroker 
com.bankframe.ei.txnhandler.hostcache.Util
          Use the com.bankframe.serives.cache package instead 
com.bankframe.util.Validator
          Use the classes in com.bankframe.validation instead 
com.bankframe.ei.servlet.XMLServlet
          use the new client connectivity framework instead 
 

Deprecated Interfaces
com.bankframe.ei.txnhandler.hostcache.Cache
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.Encoder
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ei.txnhandler.hostcache.Profile
          Use the com.bankframe.serives.cache package instead 
com.bankframe.ejb.Server.UserToken
          This interface is no longer required as an alternative method is used to cache the user token 
com.bankframe.ejb.bmp.SessionAmendPersister
          This class has been replaced by com.bankframe.ei.txnhandler.broker.TxnHandlerBrokerPersister 
 

Deprecated Exceptions
com.bankframe.util.MissingLocaleException
          This class is no longer required 
com.bankframe.ejb.ValidationException
          Use com.bankframe.validation.ValidationException instead 
 

Deprecated Fields
com.bankframe.ei.txnhandler.transactionidentifier.TransactionIdentifierBean.txnCode
            
 

Deprecated Methods
com.bankframe.ei.jndi.ObjectLookup.createBankFrameInitialContext()
          use com.bankframe.ejb.Server instead 
com.bankframe.ei.jndi.ObjectLookup.createInitialContext()
          use com.bankframe.ejb.Server instead 
com.bankframe.ei.jndi.ObjectLookup.createInitialContext(Hashtable)
          use com.bankframe.ejb.Server instead 
com.bankframe.util.Validator.dateCheck(String, String)
          Should use checkIfDateAfterOrEqual(String formattingpattern, String to, String from) 
com.bankframe.util.Validator.dateCompare(String, String)
          Should use dateCompare(String formattingPattern, String to, String from) 
com.bankframe.ei.servlet.BankframeServlet.doGetDataPacket(HttpServletRequest, HttpServletResponse)
          use com.bankframe.ei.comms.EHTTPServletCommsManager and com.bankframe.ei.servlet.ServletDataPacketHandler instead. 
com.bankframe.EonMessage.format(int, Object[])
          use format(int errorNumber, String[] parameters) 
com.bankframe.EonException.fromEonException(EonException)
          use EonException(Throwable t) instead. 
com.bankframe.EonException.fromException(Exception)
          use EonException(Throwable t) instead. 
com.bankframe.fe.statemachine.base.ApplicationManagerFactory.getApplicationManager()
          use getApplicationManager(Properties). 
com.bankframe.ei.jndi.ObjectLookup.getBankFrameInitialContext()
          use com.bankframe.ejb.Server instead 
com.bankframe.services.cache.CacheFactory.getCache(Map, String)
          Use getCache(String cacheName) instead 
com.bankframe.services.cache.DefaultCacheFactoryImpl.getCacheImpl(Map, String)
          Use getCacheImpl(String name) instead 
com.bankframe.services.cache.threadcleaned.ThreadCleanedCacheFactoryImpl.getCacheImpl(Map, String)
          Use getCache(String name) instead 
com.bankframe.fe.ui.EPanelContainer.getFrontendBundle()
          Use getFrontEndResource() instead 
com.bankframe.ei.jndi.ObjectLookup.getInitialContext()
          use com.bankframe.ejb.Server instead 
com.bankframe.services.route.RouteBean.getJNDIName()
          Method naming does not comply with EJB2.0 standard. Use getJndiName() 
com.bankframe.services.logger.ELoggerFactory.getLogger()
          Use getLogger(String) or getLogger(Class) instead 
com.bankframe.services.notification.NotificationEvent.getSourceId()
          see getSourceNode() 
com.bankframe.fe.statemachine.base.UserSessionManagerFactory.getUserSessionManager()
          use getUserSessionManager(Properties). 
com.bankframe.services.route.RouteBean.isSessionManaged()
          Method naming does not comply with EJB2.0 standard. Use getSessionManaged() 
com.bankframe.fe.statemachine.ext.apploaders.sax.AppLoader.load(URL, String)
          load(URL, String) replaced by load(URL) because implementation of SAX parser is determined at runtime and need for explicit declaration of the SAX parser is redundant. 
com.bankframe.ejb.Server.lookup(Context, String, Class, String)
          The user token is no longer required when doing JNDI lookups 
com.bankframe.ei.jndi.ObjectLookup.lookup(String, Class)
          use com.bankframe.ejb.Server instead 
com.bankframe.ejb.Server.lookup(String, Class, String)
          The user token is no longer required when doing JNDI lookups 
com.bankframe.ejb.Server.lookup(String, Class, String, boolean)
          The user token is no longer required when doing JNDI lookups, A single initial context is shared between all threads, therefore there is no longer any way to force creation of a new context 
com.bankframe.fe.statemachine.base.RequestManager.manageRequest(IRequest, IResponse)
          use manageRequest(IRequest, IResponse, Properties) 
com.bankframe.services.notification.SourceFrame.notifyUser()
          see notifyUserAck() 
com.bankframe.services.notification.impl.rminotificationserver.RMINotificationServerImpl.notifyUser(String, String, String, String, Object)
          @ see notifyUser(Node sourceNode, Node targetNode, String action, String date, Object payload, String direction) 
com.bankframe.services.notification.notificationserver.NotificationServer.notifyUser(String, String, String, String, Object)
            
com.bankframe.services.notification.notificationserver.NotificationServerBean.notifyUser(String, String, String, String, Object)
            
com.bankframe.ESystem.out(Object)
            
com.bankframe.ESystem.reset()
          This method does nothing 
com.bankframe.services.devices.MCASerialPort.setRcvFifoTrigger(int)
          This was advisory only. 
com.bankframe.services.notification.NotificationEvent.setSourceId(String)
          see setSourceNode(Node) 
com.bankframe.util.Validator.timeCheck(String, String)
          Should use checkIfTimeGreaterOrEqual(String time1, String time2) 
com.bankframe.services.notification.impl.rminotificationserver.RMINotificationServerImpl.unregisterUser(String, String, String)
          @ see unregisterUser(String targetId) 
com.bankframe.services.notification.notificationserver.NotificationServer.unregisterUser(String, String, String)
            
com.bankframe.services.notification.notificationserver.NotificationServerBean.unregisterUser(String, String, String)
            
com.bankframe.util.Validator.validateDateString(String, int)
          Should use isDateMMValid(String date, int errorNumber) 
com.bankframe.util.Validator.validateDateStringMMM(String, int)
          Should use isDateMMMValid(String date, int errorNumber) 
com.bankframe.util.Validator.validateTime(String, int)
          Should use validateTime(String formattingPattern, String time, int errorNumber) 
 

Deprecated Constructors
com.bankframe.EonException(int, Locale)
          use EonException(BankFrameMessage msg) instead. 
com.bankframe.EonException(int, String[], Locale)
          use EonException(BankFrameMessage msg) instead. 
com.bankframe.fe.ui.EPanelContainer(EApplet, ECommsManager)
          as this class uses the new channel management and gets it settings from the BankFrameResource.properties file. Use EPanelContainer(EApplet) instead 
com.bankframe.ei.txnhandler.HostConnectivityException(int, Locale)
          use ProcessingErrorException(BankFrameMessage msg) instead. 
com.bankframe.ei.txnhandler.HostConnectivityException(int, String[])
          use ProcessingErrorException(BankFrameMessage msg, String[] parameters) instead. 
com.bankframe.ei.txnhandler.HostConnectivityException(int, String[], Locale)
          use ProcessingErrorException(BankFrameMessage msg) instead. 
com.bankframe.ei.txnhandler.HostOfflineException(int, Locale)
          use ProcessingErrorException(BankFrameMessage msg) instead. 
com.bankframe.ei.txnhandler.HostOfflineException(int, String[])
          use ProcessingErrorException(BankFrameMessage msg, String[] parameters) instead. 
com.bankframe.ei.txnhandler.HostOfflineException(int, String[], Locale)
          use ProcessingErrorException(BankFrameMessage msg) instead. 
com.bankframe.ei.txnhandler.HostProcessingErrorException(int, Locale)
          use ProcessingErrorException(BankFrameMessage msg) instead. 
com.bankframe.ei.txnhandler.HostProcessingErrorException(int, String[])
          use ProcessingErrorException(BankFrameMessage msg, String[] parameters) instead. 
com.bankframe.ei.txnhandler.HostProcessingErrorException(int, String[], Locale)
          use ProcessingErrorException(BankFrameMessage msg) instead. 
com.bankframe.ejb.ProcessingErrorException(int, Locale)
          use ProcessingErrorException(BankFrameMessage msg) instead. 
com.bankframe.ejb.ProcessingErrorException(int, String[])
          use ProcessingErrorException(BankFrameMessage msg, String[] parameters) instead. 
com.bankframe.ejb.ProcessingErrorException(int, String[], Locale)
          use ProcessingErrorException(BankFrameMessage msg) instead. 
com.bankframe.services.requestrouter.RequestRouterException(int)
          Use RequestRouterException(BankFrameMessage msg) instead 
com.bankframe.services.requestrouter.RequestRouterException(int, String[])
          Use RequestRouterException(BankFrameMessage msg) instead 
com.bankframe.services.trace.TimingPoint(int, String, Object)
          To be replaced by TimimngPointFactory.getTimingPoint 
com.bankframe.services.trace.TimingPoint(long, int, String, Object)
          To be replaced by TimimngPointFactory.getTimingPoint 
com.bankframe.services.trace.TimingPoint(long, String, String, String, Object)
          To be replaced by TimimngPointFactory.getTimingPoint 
com.bankframe.services.trace.TimingPoint(String, String, String, Object)
          To be replaced by TimimngPointFactory.getTimingPoint 
com.bankframe.validation.ValidationException(int, Locale)
          use ValidationException(BankFrameMessage msg) instead. 
com.bankframe.validation.ValidationException(int, String[], Locale)
          use ValidationException(BankFrameMessage msg) instead. 
 



Copyright © 2005, 2007, Oracle. All rights reserved.