Rakesh API

biz.wedoit4u.ejb.entity
Class EntityBeanJNDILocations

java.lang.Object
  extended by biz.wedoit4u.ejb.entity.EntityBeanJNDILocations

public final class EntityBeanJNDILocations
extends java.lang.Object

This class provides static fields that hold the standard JNDI locations for all the entity beans in this package.

Copyright 2003, Rakesh Vidyadharan

Version:
$Id: EntityBeanJNDILocations.java,v 1.3 2003/10/29 04:11:38 rakesh Exp $
Author:
Rakesh Vidyadharan 10th September 2003

Field Summary
static java.lang.String CATEGORIES_LOCATION
          The JNDI location to use to look up the home object of a Category entity bean.
static java.lang.String CONTENTS_LOCATION
          The JNDI location to use to look up the home object of a Content entity bean.
static java.lang.String CUSTOMER_TYPES_LOCATION
          The JNDI location to use to look up the home object of a CustomerType entity bean.
static java.lang.String CUSTOMERS_LOCATION
          The JNDI location to use to look up the home object of a Customer entity bean.
static java.lang.String SITE_PROPERTIES_LOCATION
          The JNDI location to use to look up the home object of a SiteProperty entity bean.
 
Constructor Summary
private EntityBeanJNDILocations()
          Default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOMER_TYPES_LOCATION

public static final java.lang.String CUSTOMER_TYPES_LOCATION
The JNDI location to use to look up the home object of a CustomerType entity bean.

See Also:
Constant Field Values

CUSTOMERS_LOCATION

public static final java.lang.String CUSTOMERS_LOCATION
The JNDI location to use to look up the home object of a Customer entity bean.

See Also:
Constant Field Values

CATEGORIES_LOCATION

public static final java.lang.String CATEGORIES_LOCATION
The JNDI location to use to look up the home object of a Category entity bean.

See Also:
Constant Field Values

CONTENTS_LOCATION

public static final java.lang.String CONTENTS_LOCATION
The JNDI location to use to look up the home object of a Content entity bean.

See Also:
Constant Field Values

SITE_PROPERTIES_LOCATION

public static final java.lang.String SITE_PROPERTIES_LOCATION
The JNDI location to use to look up the home object of a SiteProperty entity bean.

See Also:
Constant Field Values
Constructor Detail

EntityBeanJNDILocations

private EntityBeanJNDILocations()
Default constructor. Cannot be instantiated.


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan