List of usage examples for javax.naming.event EventDirContext interface-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);