Public Member Functions | |
| Object | getObjectInstance (Object url, Name name, Context ctx, Hashtable env) throws Exception |
Static Public Attributes | |
| static final Logger | logger |
Definition at line 38 of file scnURLContextFactory.java.
| Object fr.dyade.aaa.jndi2.scn.scnURLContextFactory.getObjectInstance | ( | Object | url, | |
| Name | name, | |||
| Context | ctx, | |||
| Hashtable | env | |||
| ) | throws Exception |
Returns an instance of scnURLContext for a java URL.
If url is null, the result is a context for resolving java URLs. If url is a URL, the result is a context named by the URL.
| url | String with a "scn:" prefix or null. | |
| name | Name of context, relative to ctx, or null. | |
| ctx | Context relative to which 'name' is named. | |
| env | Environment to use when creating the context |
Definition at line 57 of file scnURLContextFactory.java.
References fr.dyade.aaa.jndi2.scn.scnURLContextFactory.logger.
1.5.0