KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > event > EventContext

javax.naming.event
Interface EventContext

All Superinterfaces:
Context
All Known Subinterfaces:
EventDirContext
See Also:
Top Examples, Source Code

void addNamingListener(String target,
                       int scope,
                       NamingListener l)
                       throws NamingException
See Also:
removeNamingListener(javax.naming.event.NamingListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void addNamingListener(Name target,
                       int scope,
                       NamingListener l)
                       throws NamingException
See Also:
removeNamingListener(javax.naming.event.NamingListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int OBJECT_SCOPE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int ONELEVEL_SCOPE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void removeNamingListener(NamingListener l)
                          throws NamingException
See Also:
addNamingListener(javax.naming.Name, int, javax.naming.event.NamingListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int SUBTREE_SCOPE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean targetMustExist()
                        throws NamingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags