com.beetle.framework.business.delegate.imp.ejb
类 BusinessDelegateFactory

java.lang.Object
  继承者 com.beetle.framework.business.delegate.imp.ejb.BusinessDelegateFactory
所有已实现的接口:
IEJBHomeFactory

public class BusinessDelegateFactory
extends java.lang.Object
implements IEJBHomeFactory


方法摘要
static BusinessDelegate createBusinessDelegate()
           
static BusinessDelegateLocal createBusinessDelegateLocal()
           
 java.lang.Object createLocalHomeObject()
          返回本地Home(接口)
 java.lang.Object createRemoteHomeObject()
          返回远程Home(接口)
static BusinessDelegateFactory getInstance()
           
 boolean isRemoteObjCacheMark()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

isRemoteObjCacheMark

public boolean isRemoteObjCacheMark()

getInstance

public static BusinessDelegateFactory getInstance()

createRemoteHomeObject

public java.lang.Object createRemoteHomeObject()
                                        throws EJBFactoryException
从接口 IEJBHomeFactory 复制的描述
返回远程Home(接口)

指定者:
接口 IEJBHomeFactory 中的 createRemoteHomeObject
返回:
Object
抛出:
EJBFactoryException

createLocalHomeObject

public java.lang.Object createLocalHomeObject()
                                       throws EJBFactoryException
从接口 IEJBHomeFactory 复制的描述
返回本地Home(接口)

指定者:
接口 IEJBHomeFactory 中的 createLocalHomeObject
返回:
Object
抛出:
EJBFactoryException

createBusinessDelegate

public static BusinessDelegate createBusinessDelegate()
                                               throws EJBFactoryException
抛出:
EJBFactoryException

createBusinessDelegateLocal

public static BusinessDelegateLocal createBusinessDelegateLocal()
                                                         throws EJBFactoryException
抛出:
EJBFactoryException