Uses of Interface
org.apache.openejb.jee.Injectable

Packages that use Injectable
org.apache.openejb.config   
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Injectable in org.apache.openejb.config
 

Methods in org.apache.openejb.config with parameters of type Injectable
 java.util.Collection<? extends InjectionInfo> JndiEncInfoBuilder.buildInjectionInfos(Injectable injectable)
           
 

Uses of Injectable in org.apache.openejb.jee
 

Subinterfaces of Injectable in org.apache.openejb.jee
 interface EjbReference
           
 interface JndiReference
           
 interface PersistenceRef
           
 

Classes in org.apache.openejb.jee that implement Injectable
 class EjbLocalRef
          The ejb-local-refType is used by ejb-local-ref elements for the declaration of a reference to an enterprise bean's local home or to the local business interface of a 3.0 bean.
 class EjbRef
          The ejb-refType is used by ejb-ref elements for the declaration of a reference to an enterprise bean's home or to the remote business interface of a 3.0 bean.
 class EnvEntry
          The env-entryType is used to declare an application's environment entry.
 class MessageDestinationRef
          The message-destination-ref element contains a declaration of Deployment Component's reference to a message destination associated with a resource in Deployment Component's environment.
 class PersistenceContextRef
          The persistence-context-ref element contains a declaration of Deployment Component's reference to a persistence context associated within a Deployment Component's environment.
 class PersistenceUnitRef
          The persistence-unit-ref element contains a declaration of Deployment Component's reference to a persistence unit associated within a Deployment Component's environment.
 class ResourceEnvRef
          The resource-env-refType is used to define resource-env-type elements.
 class ResourceRef
          The resource-refType contains a declaration of a Deployment Component's reference to an external resource.
 class ServiceRef
          The service-ref element declares a reference to a Web service.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.