org.mobicents.servlet.sip.startup
Class SARDirContext

java.lang.Object
  extended by org.apache.naming.resources.BaseDirContext
      extended by org.apache.naming.resources.WARDirContext
          extended by org.mobicents.servlet.sip.startup.SARDirContext
All Implemented Interfaces:
javax.naming.Context, javax.naming.directory.DirContext

public class SARDirContext
extends org.apache.naming.resources.WARDirContext

SAR Directory Context implementation. It extends the Tomcat WARDirContext since it can contains converged apps

Author:
Jean Deruelle

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.naming.resources.WARDirContext
org.apache.naming.resources.WARDirContext.Entry, org.apache.naming.resources.WARDirContext.WARResource
 
Field Summary
 
Fields inherited from class org.apache.naming.resources.WARDirContext
base, entries
 
Fields inherited from class org.apache.naming.resources.BaseDirContext
aliases, altDirContexts, cached, cacheMaxSize, cacheObjectMaxSize, cacheTTL, docBase, env, nameParser, sm
 
Fields inherited from interface javax.naming.directory.DirContext
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE
 
Fields inherited from interface javax.naming.Context
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES
 
Constructor Summary
SARDirContext()
           
SARDirContext(java.util.Hashtable env)
           
SARDirContext(java.util.zip.ZipFile base, org.apache.naming.resources.WARDirContext.Entry entries)
           
 
Method Summary
 void setDocBase(java.lang.String docBase)
           
 
Methods inherited from class org.apache.naming.resources.WARDirContext
bind, createSubcontext, destroySubcontext, doGetAttributes, doGetRealPath, doListBindings, doLookup, getAttributes, getNameInNamespace, getSchema, getSchemaClassDefinition, list, list, list, loadEntries, lookupLink, modifyAttributes, modifyAttributes, normalize, rebind, release, rename, search, search, search, search, treeLookup, unbind
 
Methods inherited from class org.apache.naming.resources.BaseDirContext
addAlias, addAltDirContext, addResourcesJar, addToEnvironment, allocate, bind, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, createSubcontext, destroySubcontext, getAliases, getAttributes, getAttributes, getAttributes, getCacheMaxSize, getCacheObjectMaxSize, getCacheTTL, getDocBase, getEnvironment, getNameParser, getNameParser, getRealPath, getSchema, getSchemaClassDefinition, isCached, listBindings, listBindings, lookup, lookup, lookupLink, modifyAttributes, modifyAttributes, rebind, rebind, rebind, removeAlias, removeFromEnvironment, rename, search, search, search, search, setAliases, setCached, setCacheMaxSize, setCacheObjectMaxSize, setCacheTTL, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SARDirContext

public SARDirContext()

SARDirContext

public SARDirContext(java.util.Hashtable env)
Parameters:
env -

SARDirContext

public SARDirContext(java.util.zip.ZipFile base,
                     org.apache.naming.resources.WARDirContext.Entry entries)
Parameters:
base -
entries -
Method Detail

setDocBase

public void setDocBase(java.lang.String docBase)
Overrides:
setDocBase in class org.apache.naming.resources.WARDirContext


Copyright © 2011. All Rights Reserved.