| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorConfigProperty |
class |
EjbReferenceDescriptor
An object representing a link to another ejb.
|
class |
EntityManagerFactoryReferenceDescriptor
An object representing a component environment reference
to an EntityManagerFactory
|
class |
EntityManagerReferenceDescriptor
An object representing an component environment reference
to an EntityManager
|
class |
EnvironmentProperty
The EnvironmentProperty class hold the data about a single environment entry for J2EE components.
|
class |
MessageDestinationReferenceDescriptor
An object representing the use of a message destination in a
J2EE component.
|
class |
ResourceEnvReferenceDescriptor
I am an object representing a dependency on a resource environment
|
class |
ResourceReferenceDescriptor
This descriptor represents a dependency on a resource.
|
class |
RoleReference
Special kind of environment property that encapsulates the primitive roles as defined by the bean developer.
|
class |
ServiceReferenceDescriptor
Information about a J2EE web service client.
|
| Modifier and Type | Method and Description |
|---|---|
List<InjectionCapable> |
BundleDescriptor.getInjectableResources(JndiNameEnvironment jndiNameEnv) |
List<InjectionCapable> |
JndiNameEnvironment.getInjectableResourcesByClass(String className) |
List<InjectionCapable> |
ApplicationClientDescriptor.getInjectableResourcesByClass(String className) |
List<InjectionCapable> |
ManagedBeanDescriptor.getInjectableResourcesByClass(String className) |
List<InjectionCapable> |
Application.getInjectableResourcesByClass(String className) |
abstract List<InjectionCapable> |
WebBundleDescriptor.getInjectableResourcesByClass(String className) |
List<InjectionCapable> |
JndiEnvironmentRefsGroupDescriptor.getInjectableResourcesByClass(String className) |
protected List<InjectionCapable> |
BundleDescriptor.getInjectableResourcesByClass(String className,
JndiNameEnvironment jndiNameEnv)
Define implementation of getInjectableResourceByClass here so it
isn't replicated across appclient, web, ejb descriptors.
|
protected abstract List<InjectionCapable> |
WebBundleDescriptor.getInjectableResourcesByClass(String className,
JndiNameEnvironment jndiNameEnv) |
List<InjectionCapable> |
InjectionInfo.getInjectionResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
InjectionInfo.setInjectionResources(List<InjectionCapable> resources) |
| Constructor and Description |
|---|
InjectionInfo(String cName,
String postmName,
String premName,
List<InjectionCapable> resources) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EjbReference
Protocol associated with defining an EJB Interface
|
interface |
EntityManagerFactoryReference
Protocol associated with defining an EntityManagerFactory reference
|
interface |
EntityManagerReference
Protocol associated with defining an EntityManager reference
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComponentValidator.accept(InjectionCapable injectable)
visits all entries within the component environment for which
isInjectable() == true.
|
protected void |
ComponentValidator.acceptWithCL(InjectionCapable injectable) |
protected void |
ComponentValidator.acceptWithoutCL(InjectionCapable injectable) |
| Modifier and Type | Method and Description |
|---|---|
List<InjectionCapable> |
EjbBundleDescriptorImpl.getInjectableResourcesByClass(String className) |
List<InjectionCapable> |
EjbDescriptor.getInjectableResourcesByClass(String className) |
protected List<InjectionCapable> |
EjbBundleDescriptorImpl.getInjectableResourcesByClass(String className,
JndiNameEnvironment jndiNameEnv) |
| Modifier and Type | Method and Description |
|---|---|
List<InjectionCapable> |
WebBundleDescriptorImpl.getInjectableResourcesByClass(String className) |
protected List<InjectionCapable> |
WebBundleDescriptorImpl.getInjectableResourcesByClass(String className,
JndiNameEnvironment jndiNameEnv) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebValidatorWithCL.accept(InjectionCapable injectable)
visits all entries within the component environment for which
isInjectable() == true.
|
void |
WebValidatorWithoutCL.accept(InjectionCapable injectable)
visits all entries within the component environment for which
isInjectable() == true.
|
Copyright © 2019. All rights reserved.