Uses of Class
org.apache.openejb.jee.EnvEntry
-
Packages that use EnvEntry Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EnvEntry in org.apache.openejb.jee
Fields in org.apache.openejb.jee with type parameters of type EnvEntry Modifier and Type Field Description protected KeyedCollection<String,EnvEntry>Application. envEntryprotected KeyedCollection<String,EnvEntry>ApplicationClient. envEntryprotected KeyedCollection<String,EnvEntry>EntityBean. envEntryprotected KeyedCollection<String,EnvEntry>Interceptor. envEntryprotected KeyedCollection<String,EnvEntry>MessageDrivenBean. envEntryprotected KeyedCollection<String,EnvEntry>SessionBean. envEntryprotected KeyedCollection<String,EnvEntry>WebApp. envEntryprotected KeyedCollection<String,EnvEntry>WebFragment. envEntryMethods in org.apache.openejb.jee that return EnvEntry Modifier and Type Method Description EnvEntryEnvEntry. injectionTarget(Class<?> clazz, String property)EnvEntryEnvEntry. injectionTarget(String className, String property)EnvEntryEnvEntry. lookup(String lookupName)EnvEntryEnvEntry. mappedName(String mappedName)EnvEntryEnvEntry. name(String envEntryName)EnvEntryEnvEntry. type(Class<?> envEntryType)EnvEntryEnvEntry. type(String envEntryType)EnvEntryEnvEntry. value(String envEntryValue)
-