com.sun.j2ee.blueprints.petstore.control.ejb
Class ModelUpdateManager

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.control.ejb.ModelUpdateManager

public class ModelUpdateManager
extends java.lang.Object

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


Constructor Summary
ModelUpdateManager()
           
 
Method Summary
 java.util.Collection getUpdatedModels(EStoreEvent ese)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelUpdateManager

public ModelUpdateManager()
Method Detail

getUpdatedModels

public java.util.Collection getUpdatedModels(EStoreEvent ese)
                                      throws java.rmi.RemoteException
Returns:
a list of names of models that could have changed due to this event. The names chosen to refer to models is taken from JNDINames.
See Also:
JNDINames


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.