org.ow2.easybeans.api.bean.info
Interface EZBBeanNamingInfo


public interface EZBBeanNamingInfo

Naming information for a bean.

Author:
S. Ali Tokmen

Method Summary
 String getBeanClassName()
           
 String getInterfaceName()
           
 String getJavaEEApplicationName()
           
 String getMappedName()
           
 String getMode()
           
 String getModuleName()
           
 String getName()
           
 boolean isSingleInterface()
           
 

Method Detail

getName

String getName()
Returns:
the name of the bean.

getJavaEEApplicationName

String getJavaEEApplicationName()
Returns:
Java EE application name (if bean is in an EAR).

getModuleName

String getModuleName()
Returns:
the module name.

getBeanClassName

String getBeanClassName()
Returns:
Name of the bean class.

getInterfaceName

String getInterfaceName()
Returns:
Name of the interface.

getMode

String getMode()
Returns:
Local, Remote or null.

getMappedName

String getMappedName()
Returns:
The MappedName attribute, may be null.

isSingleInterface

boolean isSingleInterface()
Returns:
true if there is only one single interface for the bean


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.