org.apache.aries.ejb.modelling
Interface EJBRegistry
- All Known Implementing Classes:
- ParsedEJBServices
public interface EJBRegistry
A registry of located Session EJBs
addEJBView
void addEJBView(String ejbName,
String ejbType,
String interfaceName,
boolean remote)
- Add a view of a session EJB, e.g. a local home, remote business interface etc.
- Parameters:
ejbName - The ejb nameejbType - The ejb type (e.g. stateless)interfaceName - The fully qualified Java type name for this viewremote -
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.