1 /*2 * JBoss, the OpenSource J2EE webOS3 *4 * Distributable under LGPL license.5 * See terms of license at gnu.org.6 */7 package org.jboss.test.util.ejb;8 9 import javax.naming.*;10 11 /**12 * 13 * @author Rickard Oberg14 * @author peter15 * @version $Revision: 1.2.32.1 $16 */17 public abstract class EnterpriseSupport18 {19 // Constants -----------------------------------------------------20 21 // Attributes ----------------------------------------------------22 private Context ctx;23 24 // Static --------------------------------------------------------25 26 // Constructors --------------------------------------------------27 28 // Public --------------------------------------------------------29 30 // Protected -----------------------------------------------------31 }32 33 /*34 * $Id: EnterpriseSupport.java,v 1.2.32.1 2005/04/06 18:35:08 starksm Exp $35 * Currently locked by:$Locker: $36 * Revision:37 * $Log: EnterpriseSupport.java,v $38 * Revision 1.2.32.1 2005/04/06 18:35:08 starksm39 * Fix the license headers40 *41 * Revision 1.2 2001/01/07 23:14:42 peter42 * Trying to get JAAS to work within test suite.43 *44 * Revision 1.1.1.1 2000/06/21 15:52:39 oberg45 * Initial import of jBoss test. This module contains CTS tests, some simple examples, and small bean suites.46 *47 *48 * 49 */50