Methods Summary |
---|
public T | getAnnotation(java.lang.Class annotationType, java.lang.Class clazz)If class has container overridable annotations, this method will
discover those overriden annotations.
|
public T | getAnnotation(java.lang.Class annotationType, java.lang.Class clazz, java.lang.reflect.Method method)If class has container overridable annotations, this method will
discover those overriden annotations.
|
public T | getAnnotation(java.lang.Class annotationType, java.lang.reflect.Method method)
|
public T | getAnnotation(java.lang.Class annotationType, java.lang.Class clazz, java.lang.reflect.Field field)If class has container overridable annotations, this method will
discover those overriden annotations.
|
public T | getAnnotation(java.lang.Class annotationType, java.lang.reflect.Field field)
|
public java.lang.ClassLoader | getClassloader()
|
public org.jboss.ejb3.DependencyPolicy | getDependencyPolicy()
|
public java.lang.String | getDeploymentDescriptorType()For error messages
|
public java.lang.String | getEjbJndiName(java.lang.Class businessInterface)
|
public java.lang.String | getEjbJndiName(java.lang.String link, java.lang.Class businessInterface)
|
public javax.naming.Context | getEnc()
|
public java.util.Map | getEncInjections()
|
public java.util.Map | getEncInjectors()
|
public org.jboss.metamodel.descriptor.EnvironmentRefGroup | getEnvironmentRefGroup()
|
public java.lang.String | getIdentifier()Some identifier that can be used in error messages
|
public java.util.List | getInjectors()
|
public org.jboss.ejb3.entity.PersistenceUnitDeployment | getPersistenceUnitDeployment(java.lang.String unitName)
|
public org.jboss.ejb3.Container | resolveEjbContainer(java.lang.Class businessIntf)
|
public org.jboss.ejb3.Container | resolveEjbContainer(java.lang.String link, java.lang.Class businessIntf)
|