EnterpriseSupport.java |
/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.test.util.ejb; import javax.naming.*; /** * * @author Rickard Oberg * @author peter * @version $Revision: 1.2.32.1 $ */ public abstract class EnterpriseSupport { // Constants ----------------------------------------------------- // Attributes ---------------------------------------------------- private Context ctx; // Static -------------------------------------------------------- // Constructors -------------------------------------------------- // Public -------------------------------------------------------- // Protected ----------------------------------------------------- } /* * $Id: EnterpriseSupport.java,v 1.2.32.1 2005/04/06 18:35:08 starksm Exp $ * Currently locked by:$Locker: $ * Revision: * $Log: EnterpriseSupport.java,v $ * Revision 1.2.32.1 2005/04/06 18:35:08 starksm * Fix the license headers * * Revision 1.2 2001/01/07 23:14:42 peter * Trying to get JAAS to work within test suite. * * Revision 1.1.1.1 2000/06/21 15:52:39 oberg * Initial import of jBoss test. This module contains CTS tests, some simple examples, and small bean suites. * * * */
EnterpriseSupport.java |