javax.naming.event
Interface EventContext
- All Superinterfaces:
- Context
- All Known Subinterfaces:
- EventDirContext
public interface EventContext
- extends Context
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 |
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 |
OBJECT_SCOPE
static final int OBJECT_SCOPE
- See Also:
- Constant Field Values
ONELEVEL_SCOPE
static final int ONELEVEL_SCOPE
- See Also:
- Constant Field Values
SUBTREE_SCOPE
static final int SUBTREE_SCOPE
- See Also:
- Constant Field Values
addNamingListener
void addNamingListener(Name target,
int scope,
NamingListener l)
throws NamingException
- Throws:
NamingException
addNamingListener
void addNamingListener(String target,
int scope,
NamingListener l)
throws NamingException
- Throws:
NamingException
removeNamingListener
void removeNamingListener(NamingListener l)
throws NamingException
- Throws:
NamingException
targetMustExist
boolean targetMustExist()
throws NamingException
- Throws:
NamingException