com.bea.wsrp.services.registration
Interface ConsumerRegistrationServiceLocalHome

All Superinterfaces
javax.ejb.EJBLocalHome

public interface ConsumerRegistrationServiceLocalHome
extends javax.ejb.EJBLocalHome

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Field Summary
static String LOOKUP_NAME
          Local JNDI lookup name for this EJB.
 
Method Summary
 ConsumerRegistrationServiceLocal create()
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

LOOKUP_NAME

static final String LOOKUP_NAME
Local JNDI lookup name for this EJB.

See Also
Constants Summary
Method Detail

create

ConsumerRegistrationServiceLocal create()
                                        throws javax.ejb.CreateException
Throws
javax.ejb.CreateException


Copyright © 2011, Oracle. All rights reserved.