public final class JNDIUtil extends Object
for transparent access over SPI
Modifier and Type | Method and Description |
---|---|
static void |
bind(String name,
Object object) |
static <T> T |
lookup(String name,
Class<? extends T> expectedClass) |
static void |
unbind(String name) |
public static void unbind(String name)
public static <T> T lookup(String name, Class<? extends T> expectedClass) throws WebBeansException
WebBeansException
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.