|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stellent.cis.common.proxy.ejb.EJBLookupAndProxy
public abstract class EJBLookupAndProxy
Lookup and EJB, wrap it in a proxy that implements the specified methods.
| Nested Class Summary | |
|---|---|
static class |
EJBLookupAndProxy.GenericEjbProxy
Wraps calls and proxies them into the EJB object, handling EJB creation and removal as necessary. |
| Constructor Summary | |
|---|---|
EJBLookupAndProxy()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
lookupAndProxy(javax.naming.InitialContext ctx,
java.lang.String name,
java.lang.Class remoteHome,
java.lang.Class proxyClass)
Lookup the EJB and then return an Proxy object that implements the business interface supplied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EJBLookupAndProxy()
| Method Detail |
|---|
public static java.lang.Object lookupAndProxy(javax.naming.InitialContext ctx,
java.lang.String name,
java.lang.Class remoteHome,
java.lang.Class proxyClass)
ctx - the initial context to usename - the JNDI nameremoteHome - the remote home interfaceproxyClass - the business interface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||