public class EjbLookup extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
unwrapEjbException |
| Constructor and Description |
|---|
EjbLookup(EjbLookupConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JndiClassBinding<?> binding) |
<T> T |
lookup(Class<T> namedObjectClass) |
<T> T |
lookupByJndi(String path) |
boolean |
matchContextId(String id) |
javafx.beans.property.BooleanProperty |
unwrapEjbExceptionProperty() |
public javafx.beans.property.BooleanProperty unwrapEjbExceptionProperty
public EjbLookup(EjbLookupConfiguration configuration)
public javafx.beans.property.BooleanProperty unwrapEjbExceptionProperty()
public boolean matchContextId(String id)
public void add(JndiClassBinding<?> binding)
public <T> T lookup(Class<T> namedObjectClass) throws NamingException
NamingExceptionpublic <T> T lookupByJndi(String path) throws NamingException
NamingExceptionCopyright © 2014. All Rights Reserved.