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

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface CommunityManagerHome
extends javax.ejb.EJBHome

CommunityManagerHome

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.


Copyright © 2000, 2009, 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.