Skip navigation links


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

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface CommunityManagerHome
extends javax.ejb.EJBHome

CommunityManagerHome <p/>The overview of community functionality contains a description of the community framework.


Field Summary
static String LOOKUP_NAME
          JNDI lookup name for this ejb.

 

Method Summary
 CommunityManager create()
          Create the CommunityManager EJB.

 

Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove

 

Field Detail

LOOKUP_NAME

static final String LOOKUP_NAME
JNDI lookup name for this ejb.
See Also
Constants Summary

Method Detail

create

CommunityManager create()
                        throws javax.ejb.CreateException,
                               RemoteException
Create the CommunityManager EJB.
Returns
the CommunityManager session bean.
Throws
javax.ejb.CreateException - error on create.
RemoteException - container error.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.