com.cinecolombia.cinecolombia.control.ejb
Class ModelUpdateManager

java.lang.Object
  |
  +--com.cinecolombia.cinecolombia.control.ejb.ModelUpdateManager
All Implemented Interfaces:
java.io.Serializable

public class ModelUpdateManager
extends java.lang.Object
implements java.io.Serializable

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

Author:
CincoSOFT
See Also:
Serialized Form
Created:
Junio 2003

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

Field Detail

debug

private Debug debug
Constructor Detail

ModelUpdateManager

public ModelUpdateManager()
constructor

Method Detail

getUpdatedModels

public java.util.ArrayList getUpdatedModels(CinecolombiaEvent 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 are taken from JNDINames.
Throws:
java.rmi.RemoteException
See Also:
JNDINames