com.sun.ejb.containers
Interface ReadOnlyEJBHome

All Superinterfaces:
EJBHome, Remote
All Known Implementing Classes:
ReadOnlyEJBHomeImpl

public interface ReadOnlyEJBHome
extends EJBHome

Home interface for all Remote ReadOnly Beans

Author:
Mahesh Kannan

Method Summary
 void _refresh_All()
           
 void _refresh_com_sun_ejb_containers_read_only_bean_(Object primaryKey)
           
 ReadOnlyBeanNotifier getReadOnlyBeanNotifier()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

getReadOnlyBeanNotifier

ReadOnlyBeanNotifier getReadOnlyBeanNotifier()
                                             throws RemoteException
Throws:
RemoteException

_refresh_com_sun_ejb_containers_read_only_bean_

void _refresh_com_sun_ejb_containers_read_only_bean_(Object primaryKey)
                                                     throws RemoteException
Throws:
RemoteException

_refresh_All

void _refresh_All()
                  throws RemoteException
Throws:
RemoteException


Copyright © 2012 GlassFish Community. All Rights Reserved.