KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > util > ejb > EnterpriseSupport


1 /*
2 * JBoss, the OpenSource J2EE webOS
3 *
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 Oberg
14  * @author peter
15  * @version $Revision: 1.2.32.1 $
16  */

17 public abstract class EnterpriseSupport
18 {
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 starksm
39  * Fix the license headers
40  *
41  * Revision 1.2 2001/01/07 23:14:42 peter
42  * Trying to get JAAS to work within test suite.
43  *
44  * Revision 1.1.1.1 2000/06/21 15:52:39 oberg
45  * Initial import of jBoss test. This module contains CTS tests, some simple examples, and small bean suites.
46  *
47  *
48  *
49  */

50
Popular Tags