Package fr.dyade.aaa.jndi2.impl
Interface NamingContextMBean
-
- All Known Implementing Classes:
NamingContext
public interface NamingContextMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateSubcontext(String ctxName)voiddestroySubcontext()String[]getNamingContext()PropertiesgetProperties(String name)StringgetStrOwnerId()Stringlookup(String name)voidsetStrOwnerId(String strOwnerId)voidunbind(String name)
-
-
-
Method Detail
-
getNamingContext
String[] getNamingContext()
-
getStrOwnerId
String getStrOwnerId()
-
setStrOwnerId
void setStrOwnerId(String strOwnerId)
-
createSubcontext
void createSubcontext(String ctxName) throws NamingException
- Throws:
NamingException
-
destroySubcontext
void destroySubcontext() throws NamingException- Throws:
NamingException
-
lookup
String lookup(String name) throws NamingException
- Throws:
NamingException
-
unbind
void unbind(String name) throws NamingException
- Throws:
NamingException
-
getProperties
Properties getProperties(String name) throws NamingException
- Throws:
NamingException
-
-