com.sun.ejb.containers
Class ReadOnlyBeanHelper

java.lang.Object
  extended by com.sun.ejb.containers.ReadOnlyBeanHelper

Deprecated. New implementations must use com.sun.appserv.ejb.ReadOnlyBeanHelper

public class ReadOnlyBeanHelper
extends Object

Class that is used to obtain ReadOnlyBeanNotifier and ReadOnlyBeanLocalNotifier.

Author:
Mahesh Kannan

Field Summary
protected static Logger _logger
          Deprecated.  
 
Constructor Summary
ReadOnlyBeanHelper()
          Deprecated.  
 
Method Summary
static ReadOnlyBeanLocalNotifier getReadOnlyBeanLocalNotifier(String ejbName)
          Deprecated. Get a ReadOnlyBeanLocalNotifier for a bean that can be "lookedup" using the ejbName
static ReadOnlyBeanNotifier getReadOnlyBeanNotifier(String ejbName)
          Deprecated. Get a ReadOnlyBeanNotifier for a bean that can be "lookedup" using the ejbName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_logger

protected static final Logger _logger
Deprecated. 
Constructor Detail

ReadOnlyBeanHelper

public ReadOnlyBeanHelper()
Deprecated. 
Method Detail

getReadOnlyBeanNotifier

public static ReadOnlyBeanNotifier getReadOnlyBeanNotifier(String ejbName)
Deprecated. 
Get a ReadOnlyBeanNotifier for a bean that can be "lookedup" using the ejbName


getReadOnlyBeanLocalNotifier

public static ReadOnlyBeanLocalNotifier getReadOnlyBeanLocalNotifier(String ejbName)
Deprecated. 
Get a ReadOnlyBeanLocalNotifier for a bean that can be "lookedup" using the ejbName



Copyright © 2012 GlassFish Community. All Rights Reserved.