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
NamingException
void destroySubcontext() throws NamingException
NamingException
String lookup(String name) throws NamingException
NamingException
void unbind(String name) throws NamingException
NamingException
Properties getProperties(String name) throws NamingException
NamingException
Copyright © 2019 ScalAgent D.T.. All rights reserved.