| java.lang.Object com.rift.coad.lib.naming.cos.javaURLContextFactory
javaURLContextFactory | public class javaURLContextFactory implements ObjectFactory(Code) | | This object is responsible for instanciating URL context objects on demand.
author: Brett Chaldecott |
javaURLContextFactory | public javaURLContextFactory()(Code) | | Creates a new instance of javaURLContextFactory
|
getObjectInstance | public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) throws Exception(Code) | | This method returns a new instance of the URL Context object.
The newly created object. Parameters: obj - An object reference. Parameters: name - The name of the sub context. Parameters: nameCtx - The sub context. Parameters: environment - The environment. exception: Exception - |
|
|