|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionSpecProxyFactory
SessionSpecProxyFactory Contract for a Proxy Factory responsible for creation of both EJB3 and EJB2.x Session Bean Proxies as defined by the EJB3 specification
Method Summary | |
---|---|
Object |
createProxyBusiness(String businessInterfaceName)
Create an EJB3 Business Proxy specific to the specified target business interface name (expressed as a fully-qualified class name) |
Object |
createProxyEjb2x()
Create an EJB2.x Proxy |
Object |
createProxyHome()
Create an EJB2.x Home Proxy |
Methods inherited from interface org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactory |
---|
createProxyDefault |
Methods inherited from interface org.jboss.ejb3.proxy.impl.factory.ProxyFactory |
---|
getName, start, stop |
Method Detail |
---|
Object createProxyHome()
Object createProxyBusiness(String businessInterfaceName)
businessInterfaceName
-
Object createProxyEjb2x()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |