| |
|
| java.lang.Object org.netbeans.modules.visualweb.ejb.datamodel.EjbInfo
ENTITY_BEAN | final public static int ENTITY_BEAN(Code) | | |
MESSAGE_DRIVEN_BEAN | final public static int MESSAGE_DRIVEN_BEAN(Code) | | |
STATEFUL_SESSION_BEAN | final public static int STATEFUL_SESSION_BEAN(Code) | | |
STATELESS_SESSION_BEAN | final public static int STATELESS_SESSION_BEAN(Code) | | |
canBeAutoInit | public boolean canBeAutoInit()(Code) | | The EJB can be auto be auto init() if it only has one init() and
it takes no arguments
|
getBeanInfoWrapperName | public String getBeanInfoWrapperName()(Code) | | |
getBeanType | public int getBeanType()(Code) | | |
getCompInterfaceName | public String getCompInterfaceName()(Code) | | |
getHomeInterfaceName | public String getHomeInterfaceName()(Code) | | |
hasAnyConfigurableMethod | public boolean hasAnyConfigurableMethod()(Code) | | |
hasAnyMethodWithCollectionReturn | public boolean hasAnyMethodWithCollectionReturn()(Code) | | |
isStatelessSessionBean | public boolean isStatelessSessionBean()(Code) | | |
setBeanInfoWrapperName | public void setBeanInfoWrapperName(String name)(Code) | | |
setBeanType | public void setBeanType(int type)(Code) | | |
setBeanWrapperName | public void setBeanWrapperName(String name)(Code) | | |
setCompInterfaceName | public void setCompInterfaceName(String interfaceName)(Code) | | |
setHomeInterfaceName | public void setHomeInterfaceName(String interfaceName)(Code) | | |
|
|
|