enterprisesupport.java

来自「JBoss 3.0 Template and Examples」· Java 代码 · 共 32 行

JAVA
32
字号
/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */package transaction;import javax.naming.Context;/** *       *   @see <related> *   @author $Author: schaefera $ *   @version $Revision: 1.1 $ */public abstract class EnterpriseSupport{   // Constants -----------------------------------------------------       // Attributes ----------------------------------------------------   private Context ctx;      // Static --------------------------------------------------------   // Constructors --------------------------------------------------      // Public --------------------------------------------------------      // Protected -----------------------------------------------------}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?