|
|||||||||
| 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 | |
|---|---|
java.lang.Object |
createProxyBusiness(java.io.Serializable sessionId,
java.lang.String businessInterfaceName)
Create an EJB3 Business Proxy specific to the specified target business interface name (expressed as a fully-qualified class name) |
java.lang.Object |
createProxyDefault(java.io.Serializable sessionId)
Create an EJB3 Business proxy with no specific target business interface. |
java.lang.Object |
createProxyEjb2x(java.io.Serializable sessionId)
Create an EJB2.x Proxy |
java.lang.Object |
createProxyHome()
Create an EJB2.x Home Proxy |
| Methods inherited from interface org.jboss.ejb3.proxy.factory.session.SessionProxyFactory |
|---|
createProxyBusiness, createProxyDefault, createProxyEjb2x |
| Methods inherited from interface org.jboss.ejb3.proxy.factory.ProxyFactory |
|---|
getName, start, stop |
| Method Detail |
|---|
java.lang.Object createProxyHome()
createProxyHome in interface SessionProxyFactoryjava.lang.Object createProxyDefault(java.io.Serializable sessionId)
sessionId -
java.lang.Object createProxyBusiness(java.io.Serializable sessionId,
java.lang.String businessInterfaceName)
sessionId - businessInterfaceName -
java.lang.Object createProxyEjb2x(java.io.Serializable sessionId)
sessionId -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||