public class BeanLocator extends Object
| Constructor and Description |
|---|
BeanLocator() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
search(Class<T> type)
Search for EJBs implementing a given business interface within the naming
Context "java:global".
|
public <T> List<T> search(Class<T> type)
type - Bean's Business Interface.NamingExceptionCopyright © 2017 DocDoku. All rights reserved.