public interface NamingContextMBean
| Modifier and Type | Method and Description |
|---|---|
void |
createSubcontext(String ctxName) |
void |
destroySubcontext() |
String[] |
getNamingContext() |
Properties |
getProperties(String name) |
String |
getStrOwnerId() |
String |
lookup(String name) |
void |
setStrOwnerId(String strOwnerId) |
void |
unbind(String name) |
String[] getNamingContext()
String getStrOwnerId()
void setStrOwnerId(String strOwnerId)
void createSubcontext(String ctxName) throws NamingException
NamingExceptionvoid destroySubcontext()
throws NamingException
NamingExceptionString lookup(String name) throws NamingException
NamingExceptionvoid unbind(String name) throws NamingException
NamingExceptionProperties getProperties(String name) throws NamingException
NamingExceptionCopyright © 2021 ScalAgent D.T.. All rights reserved.