Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


oracle.adf.share.jndi
Interface ConnectionEventContext

All Superinterfaces:
javax.naming.Context, javax.naming.event.EventContext
All Known Implementing Classes:
AdfInitialContext, ContextImpl

public interface ConnectionEventContext
extends javax.naming.event.EventContext

Field Summary

 

Fields inherited from interface javax.naming.event.EventContext
OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE

 

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

 

Method Summary
 void addContextSaveListener(ContextSaveListener l)
           
 void removeContextSaveListener(ContextSaveListener l)
           

 

Methods inherited from interface javax.naming.event.EventContext
addNamingListener, addNamingListener, removeNamingListener, targetMustExist

 

Methods inherited from interface javax.naming.Context
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getNameInNamespace, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind

 

Method Detail

addContextSaveListener

void addContextSaveListener(ContextSaveListener l)
                            throws javax.naming.NamingException
Throws:
javax.naming.NamingException

removeContextSaveListener

void removeContextSaveListener(ContextSaveListener l)
                               throws javax.naming.NamingException
Throws:
javax.naming.NamingException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


Copyright © 1997, 2012, Oracle. All rights reserved.