org.jomc.standalone.ri.naming.java
Class javaURLContextFactory

Package class diagram package javaURLContextFactory
java.lang.Object
  extended by org.jomc.standalone.ri.naming.java.javaURLContextFactory
All Implemented Interfaces:
ObjectFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public class javaURLContextFactory
extends Object
implements ObjectFactory

Standalone context factory for the ''java'' URL scheme.

Specifications

Version:
$Id: javaURLContextFactory.java 2270 2010-06-29 13:25:34Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
javaURLContextFactory()
          Creates a new javaURLContextFactory instance.
 
Method Summary
Modifier and Type Method and Description
 Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

javaURLContextFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public javaURLContextFactory()
Creates a new javaURLContextFactory instance.

Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable environment)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.