org.ow2.easybeans.api.bean.info
Interface EZBBeanNamingInfo
public interface EZBBeanNamingInfo
Naming information for a bean.
- Author:
- S. Ali Tokmen
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.