javax.naming.event
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, unbind
static final int OBJECT_SCOPE
static final int ONELEVEL_SCOPE
static final int SUBTREE_SCOPE
void addNamingListener(Name target, int scope, NamingListener l) throws NamingException
NamingException
void addNamingListener(String target, int scope, NamingListener l) throws NamingException
NamingException
void removeNamingListener(NamingListener l) throws NamingException
NamingException
boolean targetMustExist() throws NamingException
NamingException