Uses of Class
org.springframework.jee.ejb.BeanType

Packages that use BeanType
org.springframework.jee.ejb EJB metadata. 
 

Uses of BeanType in org.springframework.jee.ejb
 

Methods in org.springframework.jee.ejb that return BeanType
 BeanType EjbMetadata.getBeanType()
           
static BeanType BeanType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BeanType[] BeanType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.springframework.jee.ejb with parameters of type BeanType
EjbMetadata(DeploymentUnitMetadata dum, java.lang.String name, java.lang.Class<?> componentClass, BeanType beanType)
           
 



Copyright 2006 Interface21. All Rights Reserved.