aos.dci.jndi
Class InitialPortalContext
java.lang.Object
aos.dci.jndi.InitialPortalContext
- All Implemented Interfaces:
- javax.naming.spi.InitialContextFactory
- public class InitialPortalContext
- extends java.lang.Object
- implements javax.naming.spi.InitialContextFactory
A JNDI service provider that integrates with an existing portal.
See PortalContext
for a more
complete description.
Method Summary |
javax.naming.Context |
getInitialContext(java.util.Hashtable env)
Return an InitialContextObject associated with an
existing portal in the current process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitialPortalContext
public InitialPortalContext()
getInitialContext
public javax.naming.Context getInitialContext(java.util.Hashtable env)
- Return an InitialContextObject associated with an
existing portal in the current process.
The name of the class
"aos.dci.jndi.InitialPortalContext"
must be placed in the given hashtable using the
Context.INITIAL_CONTEXT_FACTORY
key.
The name of portal may be provided in the given hashtable
using the Context.PROVIDER_URL
key.
If it is not set, or null, the first portal created
in the process is associated with the InitialContextObject.
Note: currently only one portal per process is supported anyway.
- Specified by:
getInitialContext
in interface javax.naming.spi.InitialContextFactory
Copyright (C) 1999-2008, Agent Oriented Software Pty. Ltd. US Government Restricted Rights
The JACK Modules and relevant Software Material have been developed entirely at private expense and are accordingly provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of DFARS 252.227-7013 or subparagraph (c)(1) and (2) of the Commercial Computer Software Restricted Rights and 48 CFR 52.2270-19, as applicable.
Agent Oriented Software Pty. Ltd. http://www.aosgrp.com
PO Box 639, Carlton South, Victoria 3053, Australia
Phone: +61 3 9349 5055, Fax: +61 3 9349 5088