com.sun.ejb.containers
Class ReadOnlyEJBLocalHomeImpl
java.lang.Object
com.sun.ejb.containers.EJBLocalHomeImpl
com.sun.ejb.containers.ReadOnlyEJBLocalHomeImpl
- All Implemented Interfaces:
- ReadOnlyEJBLocalHome, IndirectlySerializable, EJBLocalHome
public abstract class ReadOnlyEJBLocalHomeImpl
- extends EJBLocalHomeImpl
- implements ReadOnlyEJBLocalHome
Implementation of the EJBHome interface.
This class is also the base class for all generated concrete ReadOnly
EJBLocalHome implementations.
At deployment time, one instance of ReadOnlyEJBHomeImpl is created
for each EJB class in a JAR that has a local home.
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadOnlyEJBLocalHomeImpl
public ReadOnlyEJBLocalHomeImpl()
getReadOnlyBeanLocalNotifier
public ReadOnlyBeanLocalNotifier getReadOnlyBeanLocalNotifier()
- Specified by:
getReadOnlyBeanLocalNotifier in interface ReadOnlyEJBLocalHome
Copyright © 2012 GlassFish Community. All Rights Reserved.