org.ow2.orchestra.pvm.internal.wire.descriptor
Class HibernateSessionFactoryDescriptor.SessionFactoryCloser
java.lang.Object
org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateSessionFactoryDescriptor.SessionFactoryCloser
- All Implemented Interfaces:
- Listener
- Enclosing class:
- HibernateSessionFactoryDescriptor
public static class HibernateSessionFactoryDescriptor.SessionFactoryCloser
- extends Object
- implements Listener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateSessionFactoryDescriptor.SessionFactoryCloser
public HibernateSessionFactoryDescriptor.SessionFactoryCloser(org.hibernate.SessionFactory sessionFactory)
event
public void event(Object source,
String eventName,
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 © 2011 OW2 Consortium. All Rights Reserved.