LookAndFeelDefinitionManagerHome Interface

com.bea.netuix.application.manager.persistence
LookAndFeelDefinitionManagerHome Interface

public interface LookAndFeelDefinitionManagerHome

    extends EJBHome

EJB Home for LookAndFeelDefinitionManager.


All Superinterfaces
EJBHome, Remote

Field Summary

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

Method Summary

public LookAndFeelDefinitionManager
create()
Create the LookAndFeelDefinitionManager 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 LookAndFeelDefinitionManager create()
throws CreateException, RemoteException
Create the LookAndFeelDefinitionManager EJB.

Returns

the LookAndFeelDefinitionManager session bean.

Exceptions

CreateException
error on create.
RemoteException
container error.