J2EE里的一些术语

访问对象(access object)-----------抽象了EIS访问API的复杂性和底层细节的高层对象.访问对象可以是命令bean,数据访问对象,定制记录.

ACID----------------事务具有的4个属性的缩写:原子性,一致性,隔离性,持久性.

应用组装者(application assembler)--------------将企业bean和其他可能的应用组件组合成大的,可部署的应用单元.

应用客户端(application client)----------------------第一层客户端组件,它在自己的java虚拟机中执行,应用客户端具有对某些j2ee平台apl的访问(JNDI,JDBC,RMI,HOP,JMS)

应用服务器(application server)-----------对适用于j2ee平台的中间层组件的总体称谓

认证(authorization)---------安全处理的组成步骤,在这个步骤中用户向企业网络安全管理者证明他或她的身份.

授权(authorization)----------安全处理的组成步骤,在这个步骤中目标应用或数据库服务器检验用户是否具有访问说请求的应用或数据的授权.

bean开发者(bean developer)----------编写企业bean代码实现业务逻辑并产生企业bean的程序员.

bean管理的一致性(bean-managed persistence)-----------管理实体对象状态一致性的方法,实体bean自己管理到资源管理器的底层状态的访问.

bean管理的事物划分(bean-managed transaction demarcation)---------一种管理事务的方法,bean开发者编程时从应用代码内部管理事物边界.

业务实体(business entity)------表示某些企业维护的信息的业务对象.

业务处理(business process)------封装用户与业务实体互操作的业务对象.

调用者主体(caller principal)---------在一个方法调用期间与一个应用组件实例相关联的主体.

命令bean(command bean)--------应用使用的一个javabean,它封装了对另一个应用 或数据库的调用.企业应用经常使用这种设计模式.

提交(commit)----------在事务的这个处理点上,事务所涉及的任何资源都将永久更新.

通用网关接口(common gateway interface,CGI)-------开发动态html页面和web应用的接口之一.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
javax.activation Interface CommandObject -------------------------------------------------------------------------------- public interface CommandObject Activation Framework 所知的 JavaBean 组件实现此接口,以找出请求这些组件执行的命令动词,并获取表示这些组件要操作的数据的 DataHandler。不实现此接口的 JavaBean 也同样可以使用。这类命令可以使用 Externalizable 接口或特定于应用程序的方法来获取数据。 英文文档: JavaBeans components that are Activation Framework aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on. JavaBeans that don't implement this interface may be used as well. Such commands may obtain the data using the Externalizable interface, or using an application-specific method. -------------------------------------------------------------------------------- Method Summary void setCommandContext(String verb, DataHandler dh) Initialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on. Method Detail public void setCommandContext(String verb, DataHandler dh) throws java.io.IOException 用请求处理的动词和描述将要操作的数据的 DataHandler 来初始化 Command。注:调用者为 DataHandler 传递 null 值是可以接受的。 verb 此对象引用的 Command Verb。 dh DataHandler。 英文文档: setCommandContext void setCommandContext(String verb, DataHandler dh) throws IOExceptionInitialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on. NOTE: it is acceptable for the caller to pass null as the value for DataHandler. Parameters: verb - The Command Verb this object refers to. dh - The DataHandler. Throws: IOException
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值