com.opensymphony.module.propertyset.ejb.types
Class PropertyDateHomeFactory
java.lang.Object
com.opensymphony.module.propertyset.ejb.types.PropertyDateHomeFactory
- public class PropertyDateHomeFactory
- extends java.lang.Object
Utility class for PropertyDate.
- Version:
- $Revision: 1.2 $
- Author:
- Joe Walnes
- See Also:
PropertyStoreEJB
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMP_NAME
public static final java.lang.String COMP_NAME
- See Also:
- Constant Field Values
JNDI_NAME
public static final java.lang.String JNDI_NAME
- See Also:
- Constant Field Values
PropertyDateHomeFactory
public PropertyDateHomeFactory()
getLocalHome
public static PropertyDateLocalHome getLocalHome()
throws javax.naming.NamingException
- Obtain local home interface from default initial context
- Returns:
- Local home interface for PropertyDate. Lookup using COMP_NAME
- Throws:
javax.naming.NamingException
|