com.sun.j2ee.blueprints.smarticket.ejb.localeinfo
Interface LocaleInfo

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface LocaleInfo
extends javax.ejb.EJBObject

Enterprise bean for retrieving information about locales.


Method Summary
 java.util.List getLocales()
           
 java.util.List getMessages(int locale)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getLocales

public java.util.List getLocales()
                          throws java.rmi.RemoteException

getMessages

public java.util.List getMessages(int locale)
                           throws java.rmi.RemoteException


Copyright © 2002 Sun Microsystems Inc. All rights reserved.