org.ow2.bonita.pvm.internal.wire.descriptor
Class HibernateSessionFactoryDescriptor.SessionFactoryCloser

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.wire.descriptor.HibernateSessionFactoryDescriptor.SessionFactoryCloser
All Implemented Interfaces:
Listener
Enclosing class:
HibernateSessionFactoryDescriptor

public static class HibernateSessionFactoryDescriptor.SessionFactoryCloser
extends java.lang.Object
implements Listener


Constructor Summary
HibernateSessionFactoryDescriptor.SessionFactoryCloser(org.hibernate.SessionFactory sessionFactory)
           
 
Method Summary
 void event(java.lang.Object source, java.lang.String eventName, java.lang.Object info)
          is called by the Observable when an event is fired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateSessionFactoryDescriptor.SessionFactoryCloser

public HibernateSessionFactoryDescriptor.SessionFactoryCloser(org.hibernate.SessionFactory sessionFactory)
Method Detail

event

public void event(java.lang.Object source,
                  java.lang.String eventName,
                  java.lang.Object info)
Description copied from interface: Listener
is called by the Observable when an event is fired.

Specified by:
event in interface Listener
Parameters:
source - Observable that fired the event.
eventName - name of the event.
info - more information about the fired event. See the concrete observable docs for more information about what information is provided.


Copyright © 2009 OW2 Consortium. All Rights Reserved.