com.instantbank.servicing.control.ejb
Class ModelUpdateManager

java.lang.Object
  |
  +--com.instantbank.servicing.control.ejb.ModelUpdateManager

public class ModelUpdateManager
extends java.lang.Object

This class uses the ServicingEvent type to deduce the list of models that need to be updated because of this event.

Author:
Instant-bank (Consuelo Franky)

Field Summary
private  Debug debug
           
 
Constructor Summary
ModelUpdateManager()
          constructor
 
Method Summary
 java.util.ArrayList getUpdatedModels(ServicingEvent ese, java.lang.Object answer)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debug

private Debug debug
Constructor Detail

ModelUpdateManager

public ModelUpdateManager()
constructor
Method Detail

getUpdatedModels

public java.util.ArrayList getUpdatedModels(ServicingEvent ese,
                                            java.lang.Object answer)
                                     throws java.rmi.RemoteException
Parameters:
ese - event corresponding to user request
answer - answer to user request
Returns:
a list of names of models that could have changed due to this event. In addition, the first element of the list contains the service answer(or the "" string when this answer is not required) The names chosen to refer to models is taken from JNDINames.
Throws:
java.rmi.RemoteException -  
See Also:
JNDINames