|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JNDIProviderAdmin
This interface defines the OSGi service interface for the JNDIProviderAdmin
service.
This service provides the ability to resolve JNDI References in a dynamic
fashion that does not require calls to
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.
Method Summary | |
---|---|
java.lang.Object |
getObjectInstance(java.lang.Object refInfo,
javax.naming.Name name,
javax.naming.Context context,
java.util.Map environment)
Resolve the object from the given reference. |
java.lang.Object |
getObjectInstance(java.lang.Object refInfo,
javax.naming.Name name,
javax.naming.Context context,
java.util.Map environment,
javax.naming.directory.Attributes attributes)
Resolve the object from the given reference. |
Method Detail |
---|
java.lang.Object getObjectInstance(java.lang.Object refInfo, javax.naming.Name name, javax.naming.Context context, java.util.Map environment) throws java.lang.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 context
java.lang.Exception
- in the event that an error occurs while attempting to
resolve the JNDI reference.java.lang.Object getObjectInstance(java.lang.Object refInfo, javax.naming.Name name, javax.naming.Context context, java.util.Map environment, javax.naming.directory.Attributes attributes) throws java.lang.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 object
java.lang.Exception
- in the event that an error occurs while attempting to
resolve the JNDI reference.
|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |