com.sun.ejb.containers
Class ReadOnlyEJBLocalHomeImpl

java.lang.Object
  extended by com.sun.ejb.containers.EJBLocalHomeImpl
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.ejb.containers.EJBLocalHomeImpl
EJBLocalHomeImpl.SerializableLocalHome
 
Field Summary
 
Fields inherited from class com.sun.ejb.containers.EJBLocalHomeImpl
container
 
Constructor Summary
ReadOnlyEJBLocalHomeImpl()
           
 
Method Summary
 ReadOnlyBeanLocalNotifier getReadOnlyBeanLocalNotifier()
           
 
Methods inherited from class com.sun.ejb.containers.EJBLocalHomeImpl
createEJBLocalBusinessObjectImpl, createEJBLocalObjectImpl, getContainer, getEJBLocalHome, getSerializableObjectFactory, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Constructor Detail

ReadOnlyEJBLocalHomeImpl

public ReadOnlyEJBLocalHomeImpl()
Method Detail

getReadOnlyBeanLocalNotifier

public ReadOnlyBeanLocalNotifier getReadOnlyBeanLocalNotifier()
Specified by:
getReadOnlyBeanLocalNotifier in interface ReadOnlyEJBLocalHome


Copyright © 2012 GlassFish Community. All Rights Reserved.