|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.ejbcontainer.LocalHomeAccessor
@Deprecated public final class LocalHomeAccessor
This class decouples the internal WebSphere local home naming conventions from application programs that wish to directly interact with the local home namespace for Enterprise Java Beans (EJB) version 2.1 and earlier applications.
For EJB version 3.0 and later applications, javax.naming.Context.lookup() in the ejblocal: namespace must be used instead.
Method Summary | |
---|---|
static java.lang.String |
getLocalHomePrefixString()
Deprecated. Return the string used internally as the prefix for local EJB home names. |
static java.lang.Object |
lookup(java.lang.String target)
Deprecated. Look up a local home using its global home name in JNDI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.Object lookup(java.lang.String target) throws javax.naming.NamingException
target
- The global JNDI name assigned to the bean.
javax.naming.NamingException
public static java.lang.String getLocalHomePrefixString()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |