org.jboss.ejb3.javaee
Interface JavaEEComponent

All Known Implementing Classes:
AbstractJavaEEComponent, ConsumerContainer, EJBContainer, MDB, MessagingContainer, ServiceContainer, SessionContainer, SessionSpecContainer, StatefulContainer, StatelessContainer

public interface JavaEEComponent

A JavaEE component (could be EJB container, client container etc) EE 2.2

Version:
$Revision: 72001 $
Author:
Carlo de Wolf

Method Summary
 String createObjectName(String ejbName)
          Create an object name for the given EJB name in the same JavaEE module.
 String createObjectName(String unitName, String ejbName)
          Create an object name for the given EJB name in another JavaEE module.
 JavaEEModule getModule()
          Returns the module of which this component is a part.
 

Method Detail

createObjectName

String createObjectName(String ejbName)
Create an object name for the given EJB name in the same JavaEE module.

Parameters:
ejbLink -
Returns:

createObjectName

String createObjectName(String unitName,
                        String ejbName)
Create an object name for the given EJB name in another JavaEE module.

Parameters:
unitName -
ejbName -
Returns:

getModule

JavaEEModule getModule()
Returns the module of which this component is a part.



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.