public class JNDICommandsImpl extends Object implements JNDICommands
Modifier and Type | Field and Description |
---|---|
private org.osgi.framework.BundleContext |
bundleContext |
static String[] |
COMMANDS |
static String |
NAMESPACE |
private static int |
TIMEOUT |
private org.osgi.util.tracker.ServiceTracker |
tracker |
Constructor and Description |
---|
JNDICommandsImpl(org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
void |
createSubcontext(String ctxName) |
void |
destroySubcontext() |
void |
getNamingContext() |
void |
getStrOwnerId() |
void |
list() |
void |
lookup(String name) |
void |
setStrOwnerId(String strOwnerId) |
void |
unbind(String name) |
private static final int TIMEOUT
public static final String NAMESPACE
public static final String[] COMMANDS
private org.osgi.framework.BundleContext bundleContext
private org.osgi.util.tracker.ServiceTracker tracker
public JNDICommandsImpl(org.osgi.framework.BundleContext bundleContext)
public void getNamingContext()
getNamingContext
in interface JNDICommands
public void getStrOwnerId()
getStrOwnerId
in interface JNDICommands
public void setStrOwnerId(String strOwnerId)
setStrOwnerId
in interface JNDICommands
public void createSubcontext(String ctxName)
createSubcontext
in interface JNDICommands
public void destroySubcontext()
destroySubcontext
in interface JNDICommands
public void lookup(String name)
lookup
in interface JNDICommands
public void unbind(String name)
unbind
in interface JNDICommands
public void list()
Copyright © 2019 ScalAgent D.T.. All rights reserved.