public class DescriptorContextFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
DescriptorContext |
getContext(java.net.URL jarURL) |
DescriptorContext |
getContext(java.net.URL jarURL, java.util.Hashtable env) |
static DescriptorContextFactory |
getInstance() |
public static DescriptorContextFactory getInstance()
public DescriptorContext getContext(java.net.URL jarURL) throws javax.naming.NamingException
jarURL - may be null to get the list of items for the environment. Otherwise, it's a particular jar location to iterate the items inside directly.javax.naming.NamingExceptionpublic DescriptorContext getContext(java.net.URL jarURL, java.util.Hashtable env) throws javax.naming.NamingException
jarURL - may be null to get the list of items for the environment. Otherwise, it's a particular jar location to iterate the items inside directly.env - may contain entries keyed by constants from either: javax.naming.Context; or oracle.adf.share.services.DescriptorJndiConstantsjavax.naming.NamingException