gov.nih.nci.caarray.services.security.mageom
Class SecuredElementUpdateListener

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.ojb.PBLifeCycleAdapter
      extended by gov.nih.nci.caarray.services.security.mageom.SecuredElementUpdateListener
All Implemented Interfaces:
org.apache.ojb.broker.PBLifeCycleListener, org.apache.ojb.broker.PBListener

public class SecuredElementUpdateListener
extends PBLifeCycleAdapter

Author:
Joshua Phillips, tranp

Field Summary
static java.lang.String CONNECTION_FACTORY_NAME
           
static java.lang.String QUEUE_NAME
           
 
Constructor Summary
SecuredElementUpdateListener()
           
 
Method Summary
 void afterInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
           
 void afterUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
           
 
Methods inherited from class gov.nih.nci.caarray.services.util.ojb.PBLifeCycleAdapter
afterDelete, afterLookup, beforeDelete, beforeInsert, beforeUpdate, getCascadingStore, setCascadingStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUEUE_NAME

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

CONNECTION_FACTORY_NAME

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

SecuredElementUpdateListener

public SecuredElementUpdateListener()
Method Detail

afterInsert

public void afterInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
Specified by:
afterInsert in interface org.apache.ojb.broker.PBLifeCycleListener
Overrides:
afterInsert in class PBLifeCycleAdapter

afterUpdate

public void afterUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
Specified by:
afterUpdate in interface org.apache.ojb.broker.PBLifeCycleListener
Overrides:
afterUpdate in class PBLifeCycleAdapter