LocalizationManagerHome Interface

com.bea.netuix.application.localization.manager.persistence
LocalizationManagerHome Interface

public interface LocalizationManagerHome

    extends EJBHome

All Superinterfaces
EJBHome, Remote

Field Summary

public static final String
LOOKUP_NAME
JNDI lookup name for this ejb.
 

Method Summary

public LocalizationManager
create()
Create the LocalizationManager EJB.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Field Detail

LOOKUP_NAME

public static final String LOOKUP_NAME
JNDI lookup name for this ejb.

 

Method Detail

create() Method

public LocalizationManager create()
throws CreateException, RemoteException
Create the LocalizationManager EJB.

Returns

the LocalizationManager session bean.

Exceptions

CreateException
RemoteException