Interface JNDICommands
-
- All Known Implementing Classes:
JNDICommandsImpl
public interface JNDICommands
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateSubcontext(String ctxName)voiddestroySubcontext()voidgetNamingContext()voidgetStrOwnerId()voidlookup(String name)voidsetStrOwnerId(String strOwnerId)voidunbind(String name)
-
-
-
Method Detail
-
getNamingContext
void getNamingContext()
-
getStrOwnerId
void getStrOwnerId()
-
setStrOwnerId
void setStrOwnerId(String strOwnerId)
-
createSubcontext
void createSubcontext(String ctxName)
-
destroySubcontext
void destroySubcontext()
-
lookup
void lookup(String name)
-
unbind
void unbind(String name)
-
-