|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatefulSessionProxyFactory
StatefulSessionProxyFactory Extension for SFSB Proxy Factories in which case methods defined by SessionProxyFactory result in creation of a new Session, while the overloaded methods provided here may create a Proxy for a specified Session ID
Method Summary | |
---|---|
Object |
createProxyBusiness(Serializable sessionId,
String businessInterfaceName)
Create an EJB3 Business Proxy specific to the specified target business interface name (expressed as a fully-qualified class name) |
Object |
createProxyDefault(Serializable sessionId)
Create an EJB3 Business proxy with no specific target business interface. |
Object |
createProxyEjb2x(Serializable sessionId)
Create an EJB2.x Proxy |
Object |
createProxyHome()
Create an EJB2.x Home Proxy |
Methods inherited from interface org.jboss.ejb3.proxy.impl.factory.session.SessionSpecProxyFactory |
---|
createProxyBusiness, createProxyEjb2x |
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()
createProxyHome
in interface SessionSpecProxyFactory
Object createProxyDefault(Serializable sessionId)
sessionId
-
Object createProxyBusiness(Serializable sessionId, String businessInterfaceName)
sessionId
- businessInterfaceName
-
Object createProxyEjb2x(Serializable sessionId)
sessionId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |