public final class EJBFinderUtils
extends java.lang.Object
修飾子とタイプ | メソッドと説明 |
---|---|
static CommonFinder |
getCommonFinderLocal(javax.naming.Context context,
java.lang.String path) |
static CommonFinder |
getCommonFinderLocal(Resource resource,
java.lang.String path) |
static Finder |
getFinder(javax.naming.Context context,
java.lang.String path) |
static Finder |
getFinder(Resource resource,
java.lang.String path)
JNDIパスを指定してFinderを生成する。
|
static FinderFacade |
getFinderLocal(javax.naming.Context context,
java.lang.String path) |
static FinderFacade |
getFinderLocal(Resource resource,
java.lang.String path) |
public static Finder getFinder(Resource resource, java.lang.String path) throws FatalException
context
- path
- FatalException
public static Finder getFinder(javax.naming.Context context, java.lang.String path) throws FatalException
FatalException
public static FinderFacade getFinderLocal(Resource resource, java.lang.String path) throws FatalException
FatalException
public static FinderFacade getFinderLocal(javax.naming.Context context, java.lang.String path) throws FatalException
FatalException
public static CommonFinder getCommonFinderLocal(Resource resource, java.lang.String path) throws FatalException
FatalException
public static CommonFinder getCommonFinderLocal(javax.naming.Context context, java.lang.String path) throws FatalException
FatalException