public interface JNDIProviderAdmin
NamingManager.getObjectInstance()
. The methods of this service
provide similar reference resolution, but rely on the OSGi Service Registry
in order to find ObjectFactory
instances that can convert a Reference
to an Object.
This service will typically be used by OSGi-aware JNDI Service Providers.Modifier and Type | Method and Description |
---|---|
Object |
getObjectInstance(Object refInfo,
Name name,
Context context,
Map environment)
Resolve the object from the given reference.
|
Object |
getObjectInstance(Object refInfo,
Name name,
Context context,
Map environment,
Attributes attributes)
Resolve the object from the given reference.
|
Object getObjectInstance(Object refInfo, Name name, Context context, Map environment) throws Exception
refInfo
- Reference infoname
- the JNDI name associated with this referencecontext
- the JNDI context associated with this referenceenvironment
- the JNDI environment associated with this JNDI contextException
- in the event that an error occurs while attempting to
resolve the JNDI reference.Object getObjectInstance(Object refInfo, Name name, Context context, Map environment, Attributes attributes) throws Exception
refInfo
- Reference infoname
- the JNDI name associated with this referencecontext
- the JNDI context associated with this referenceenvironment
- the JNDI environment associated with this JNDI contextattributes
- the naming attributes to use when resolving this objectException
- in the event that an error occurs while attempting to
resolve the JNDI reference.Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0