BEA Systems, Inc.

weblogic.ejb
Class GenericEnterpriseBean

java.lang.Object
  extended by weblogic.ejb.GenericEnterpriseBean
All Implemented Interfaces:
Serializable, EnterpriseBean
Direct Known Subclasses:
GenericEntityBean, GenericMessageDrivenBean, GenericSessionBean

public abstract class GenericEnterpriseBean
extends Object
implements EnterpriseBean

See Also:
Serialized Form

Constructor Summary
GenericEnterpriseBean()
           
 
Method Summary
protected  Transaction getCurrentTransaction()
          Transaction Methods
protected  String getCurrentTransactionStatus()
           
protected  String getCurrentXID()
           
protected  Object getEnvEntry(String name)
           
protected  Context getInitialContext()
          Naming Methods
protected  TransactionManager getTransactionManager()
           
protected  boolean isTracingEnabled()
          Tracing Methods
protected  void logDebugMessage(String msg)
          Logging Methods
protected  void logDebugMessage(String msg, Throwable th)
           
protected  void logErrorMessage(String msg)
           
protected  void logErrorMessage(String msg, Throwable th)
           
protected  void setTracingEnabled(boolean b)
           
protected  void trace(String methodName)
           
protected  void trace(String methodName, Object pk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericEnterpriseBean

public GenericEnterpriseBean()
Method Detail

isTracingEnabled

protected final boolean isTracingEnabled()
Tracing Methods


setTracingEnabled

protected void setTracingEnabled(boolean b)

trace

protected void trace(String methodName)

trace

protected void trace(String methodName,
                     Object pk)

logDebugMessage

protected void logDebugMessage(String msg)
Logging Methods


logDebugMessage

protected void logDebugMessage(String msg,
                               Throwable th)

logErrorMessage

protected void logErrorMessage(String msg)

logErrorMessage

protected void logErrorMessage(String msg,
                               Throwable th)

getInitialContext

protected Context getInitialContext()
Naming Methods


getEnvEntry

protected Object getEnvEntry(String name)

getCurrentTransaction

protected Transaction getCurrentTransaction()
Transaction Methods


getCurrentXID

protected String getCurrentXID()

getTransactionManager

protected TransactionManager getTransactionManager()

getCurrentTransactionStatus

protected String getCurrentTransactionStatus()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.