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

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface CommunityMemberManagerHome
extends javax.ejb.EJBHome

EJBHome interface for the CommunityMemberManager.

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
 CommunityMemberManager create()
          Create the CommunityMemberManager 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

CommunityMemberManager create()
                              throws javax.ejb.CreateException,
                                     RemoteException
Create the CommunityMemberManager EJB.

Returns
the CommunityMemberManager session bean.
Throws
javax.ejb.CreateException - error on create.
RemoteException - container error.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.