Example usage for javax.naming.event EventDirContext interface-usage

List of usage examples for javax.naming.event EventDirContext interface-usage

Introduction

In this page you can find the example usage for javax.naming.event EventDirContext interface-usage.

Usage

From source file org.wso2.carbon.appfactory.ext.jndi.ApplicationAwareCarbonInitialJNDIContext.java

/**
 * Implements JNDI Context per deployed application(Eg Webapp).It is creating a sub Context within tenant's sub Context
 * Most of the logic are borrowed from CarbonInitialJNDIContext
 */
public class ApplicationAwareCarbonInitialJNDIContext implements EventDirContext, LdapContext {
    private static final Log log = LogFactory.getLog(ApplicationAwareCarbonInitialJNDIContext.class);