org.netbeans.modules.j2ee.spi.ejbjar |
SPI for providers of J2EE ejb module and J2EE application oriented projects.
This API will typically be used by modules that implement project types for
J2EE ejb module or J2EE application.
|
Java Source File Name | Type | Comment |
CarFactory.java | Class | Most general way to create
Car and
Ear instances. |
CarImplementation.java | Interface | SPI interface for
org.netbeans.modules.j2ee.api.ejbjar.Car . |
CarProvider.java | Interface | Provider interface for application client (car) modules.
The org.netbeans.modules.j2ee.ejbapi module registers an
implementation of this interface to global lookup which looks for the
project which owns a file (if any) and checks its lookup for this interface,
and if it finds an instance, delegates to it. |
CarsInProject.java | Interface | Put an implementation of this interface into lookup of an application
client (car) project. |
EarImplementation.java | Interface | SPI interface for
org.netbeans.modules.j2ee.api.ejbjar.Ear . |
EarProvider.java | Interface | Provider interface for Ear modules.
The org.netbeans.modules.j2ee.api/ejbjar module registers an
implementation of this interface to global lookup which looks for the
project which owns a file (if any) and checks its lookup for this interface,
and if it finds an instance, delegates to it. |
EjbJarFactory.java | Class | Most general way to create
EjbJar and
Ear instances. |
EjbJarImplementation.java | Interface | SPI interface for
org.netbeans.modules.j2ee.api.ejbjar.EjbJar . |
EjbJarProvider.java | Interface | Provider interface for webmodules.
The org.netbeans.modules.j2ee.ejbapi module registers an
implementation of this interface to global lookup which looks for the
project which owns a file (if any) and checks its lookup for this interface,
and if it finds an instance, delegates to it. |
EjbJarsInProject.java | Interface | Put an implementation of this interface into lookup of an ejb project. |
EjbNodesFactory.java | Interface | This class should be implemented by a module that provides nodes
for EJBs based on the elements from ejb-jar.xml (J2EE DD API). |