Rakesh API

biz.wedoit4u.ejb.session
Interface DateFormatterHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface DateFormatterHome
extends javax.ejb.EJBLocalHome

The local home interface to the stateless session bean that provides utility methods to convert dates into commonly needed string formats, as well as strings in commonly used date formats into Java Dates.

Version:
$Id: DateFormatterHome.java,v 1.1 2003/10/11 15:35:00 learn Exp $
Author:
Rakesh Vidyadharan 20th September 2003

Copyright 2003, wedoit4u.biz


Method Summary
 DateFormatter create()
          Create an instance of the DateFormatter stateless session bean.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

DateFormatter create()
                     throws javax.ejb.CreateException
Create an instance of the DateFormatter stateless session bean.

Throws:
javax.ejb.CreateException - - If errors are encountered while creating a new instance of the DateFormatter bean.

Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan