|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceInfo | |
|---|---|
| org.apache.openejb.assembler.classic | |
| org.apache.openejb.assembler.classic.util | |
| org.apache.openejb.assembler.dynamic | |
| org.apache.openejb.config | |
| Uses of ServiceInfo in org.apache.openejb.assembler.classic |
|---|
| Subclasses of ServiceInfo in org.apache.openejb.assembler.classic | |
|---|---|
class |
BmpEntityContainerInfo
|
class |
CmpEntityContainerInfo
|
class |
ConnectionManagerInfo
|
class |
ContainerInfo
|
class |
JndiContextInfo
|
class |
ManagedContainerInfo
|
class |
MdbContainerInfo
|
class |
ProxyFactoryInfo
|
class |
ResourceInfo
|
class |
SecurityServiceInfo
|
class |
SingletonSessionContainerInfo
|
class |
StatefulSessionContainerInfo
|
class |
StatelessSessionContainerInfo
|
class |
TransactionServiceInfo
|
| Fields in org.apache.openejb.assembler.classic with type parameters of type ServiceInfo | |
|---|---|
List<ServiceInfo> |
AppInfo.services
|
List<ServiceInfo> |
FacilitiesInfo.services
|
| Methods in org.apache.openejb.assembler.classic with parameters of type ServiceInfo | |
|---|---|
void |
Assembler.createService(ServiceInfo serviceInfo)
|
static void |
Assembler.logUnusedProperties(org.apache.xbean.recipe.ObjectRecipe serviceRecipe,
ServiceInfo info)
|
static org.apache.xbean.recipe.ObjectRecipe |
Assembler.prepareRecipe(ServiceInfo info)
|
| Uses of ServiceInfo in org.apache.openejb.assembler.classic.util |
|---|
| Methods in org.apache.openejb.assembler.classic.util that return ServiceInfo | |
|---|---|
static ServiceInfo |
ServiceInfos.find(Collection<ServiceInfo> services,
String id)
|
static ServiceInfo |
ServiceInfos.findByClass(Collection<ServiceInfo> services,
String clazz)
|
| Methods in org.apache.openejb.assembler.classic.util that return types with arguments of type ServiceInfo | |
|---|---|
Collection<ServiceInfo> |
ServiceConfiguration.getAvailableServices()
|
| Methods in org.apache.openejb.assembler.classic.util with parameters of type ServiceInfo | |
|---|---|
static Object |
ServiceInfos.build(Collection<ServiceInfo> services,
ServiceInfo info,
org.apache.xbean.recipe.ObjectRecipe serviceRecipe)
|
| Method parameters in org.apache.openejb.assembler.classic.util with type arguments of type ServiceInfo | |
|---|---|
static Object |
ServiceInfos.build(Collection<ServiceInfo> services,
ServiceInfo info,
org.apache.xbean.recipe.ObjectRecipe serviceRecipe)
|
static ServiceInfo |
ServiceInfos.find(Collection<ServiceInfo> services,
String id)
|
static ServiceInfo |
ServiceInfos.findByClass(Collection<ServiceInfo> services,
String clazz)
|
static Object |
ServiceInfos.resolve(Collection<ServiceInfo> services,
String id)
|
static List<Object> |
ServiceInfos.resolve(Collection<ServiceInfo> serviceInfos,
String[] ids)
|
static List<Object> |
ServiceInfos.resolve(Collection<ServiceInfo> serviceInfos,
String[] ids,
ServiceInfos.Factory factory)
|
static Properties |
ServiceInfos.serviceProperties(Collection<ServiceInfo> serviceInfos,
String id)
|
| Constructor parameters in org.apache.openejb.assembler.classic.util with type arguments of type ServiceInfo | |
|---|---|
ServiceConfiguration(Properties properties,
Collection<ServiceInfo> availableServices)
|
|
| Uses of ServiceInfo in org.apache.openejb.assembler.dynamic |
|---|
| Methods in org.apache.openejb.assembler.dynamic with parameters of type ServiceInfo | |
|---|---|
static void |
PassthroughFactory.add(ServiceInfo info,
Object object)
|
| Uses of ServiceInfo in org.apache.openejb.config |
|---|
| Methods in org.apache.openejb.config with type parameters of type ServiceInfo | ||
|---|---|---|
|
ConfigurationFactory.configureService(Class<? extends T> type)
|
|
|
ConfigurationFactory.configureService(Class<? extends T> type,
String serviceId,
Properties declaredProperties,
String providerId,
String serviceType)
Resolving the provider for a particular service follows this algorithm: 1. |
|
|
ConfigurationFactory.configureService(Service service,
Class<? extends T> infoType)
This is the major piece of code that configures services. |
|
|
ConfigurationFactory.configureService(String id,
Class<? extends T> type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||