public interface EventContext extends Context
| Modifier and Type | Field and Description |
|---|---|
static int |
OBJECT_SCOPE |
static int |
ONELEVEL_SCOPE |
static int |
SUBTREE_SCOPE |
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| Modifier and Type | Method and Description |
|---|---|
void |
addNamingListener(Name target,
int scope,
NamingListener l) |
void |
addNamingListener(String target,
int scope,
NamingListener l) |
void |
removeNamingListener(NamingListener l) |
boolean |
targetMustExist() |
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, unbindstatic final int OBJECT_SCOPE
static final int ONELEVEL_SCOPE
static final int SUBTREE_SCOPE
void addNamingListener(Name target, int scope, NamingListener l) throws NamingException
NamingExceptionvoid addNamingListener(String target, int scope, NamingListener l) throws NamingException
NamingExceptionvoid removeNamingListener(NamingListener l) throws NamingException
NamingExceptionboolean targetMustExist() throws NamingException
NamingException