Interface EJBJNDIProvider
- All Known Implementing Classes:
ContextEJBProvider.FullProvider
,ContextEJBProvider.WebProvider
,CounterEJBProvider.FullProvider
,CounterEJBProvider.WebProvider
,SecurityEJBProvider.FullProvider
,SecurityEJBProvider.FullProvider
,SecurityEJBProvider.WebProvider
,SecurityEJBProvider.WebProvider
public interface EJBJNDIProvider
A service provider to pass along EJB JNDI names from test class to servlet,
or tasks. This is a necessary provider since the same test packaged as an EAR
for Full profile, and a WAR for Web Profile will have different JNDI names
for their EJBs.
-
Method Summary
Modifier and TypeMethodDescriptionProvides the EJB JNDI name for the test.
-
Method Details
-
getEJBJNDIName
String getEJBJNDIName()Provides the EJB JNDI name for the test.
-