com.beetle.framework.business.command.imp.ejb
类 CommandServerFactory

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

public class CommandServerFactory
extends java.lang.Object
implements IEJBHomeFactory

Title: FrameWork

Description: 系统框架项目

Copyright: Copyright (c) 2003

Company: 甲壳虫软件

版本:
1.0
作者:
余浩东

方法摘要
 java.lang.Object createLocalHomeObject()
          返回本地Home(接口)
 java.lang.Object createRemoteHomeObject()
          返回远程Home(接口)
static CommandServer getCommandServer()
           
static CommandServerLocal getCommandServerLocal()
           
 boolean isRemoteObjCacheMark()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getCommandServer

public static CommandServer getCommandServer()
                                      throws EJBFactoryException
抛出:
EJBFactoryException

isRemoteObjCacheMark

public boolean isRemoteObjCacheMark()

getCommandServerLocal

public static CommandServerLocal getCommandServerLocal()
                                                throws EJBFactoryException
抛出:
EJBFactoryException

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