|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
public abstract class StatefulSessionProxyFactoryBase
StatefulSessionProxyFactoryBase Base upon which SFSB Proxy Factories may build
| Constructor Summary | |
|---|---|
StatefulSessionProxyFactoryBase(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData metadata,
java.lang.ClassLoader classloader,
org.jboss.aop.Advisor advisor,
java.lang.String overrideInterceptorStackName)
Constructor |
|
| 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 |
createProxyBusiness(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()
Create an EJB3 Business proxy with no specific target business interface. |
java.lang.Object |
createProxyEjb2x()
Create an EJB2.x Proxy |
java.lang.Object |
createProxyEjb2x(java.io.Serializable sessionId)
Create an EJB2.x Proxy |
java.lang.Object |
createProxyHome()
Create an EJB2.x Home Proxy |
org.jboss.ejb3.proxy.spi.container.StatefulSessionFactory |
getContainer()
|
protected java.io.Serializable |
getNewSessionId()
Creates a new Session on the container and returns the ID representing this newly-created session |
protected java.util.Set<java.lang.Class<?>> |
getReturnTypesFromCreateMethods(java.lang.Class<?> homeInterface)
Deprecated. http://jira.jboss.com/jira/browse/JBMETA-41 |
protected org.jboss.ejb3.proxy.spi.container.StatefulSessionFactory |
obtainContainer()
Obtains the Container used by this Proxy Factory |
void |
setContainer(org.jboss.ejb3.proxy.spi.container.StatefulSessionFactory container)
|
| Methods inherited from class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase |
|---|
createProxyConstructor, getAdvisor, getClassLoader, getCommonProxyInterfaces, getContainerGuid, getContainerName, getDefaultInterceptorStackName, getInterceptors, getName, setClassLoader, setContainerName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactory |
|---|
createProxyDefault |
| Methods inherited from interface org.jboss.ejb3.proxy.impl.factory.ProxyFactory |
|---|
getName, start, stop |
| Constructor Detail |
|---|
public StatefulSessionProxyFactoryBase(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData metadata,
java.lang.ClassLoader classloader,
org.jboss.aop.Advisor advisor,
java.lang.String overrideInterceptorStackName)
name - The unique name for this ProxyFactorycontainerName - The name of the InvokableContext (container)
upon which Proxies will invokecontainerGuid - The globally-unique name of the containermetadata - The metadata representing this SFSBclassloader - The ClassLoader associated with the StatelessContainer
for which this ProxyFactory is to generate Proxiesadvisor - The Advisor for proxies created by this factoryoverrideInterceptorStackName - The name of the client-side interceptor stack to use.
If null the default will apply.| Method Detail |
|---|
@Deprecated protected java.util.Set<java.lang.Class<?>> getReturnTypesFromCreateMethods(java.lang.Class<?> homeInterface)
getReturnTypesFromCreateMethods in class SessionProxyFactoryBasehomeInterface -
public java.lang.Object createProxyDefault()
createProxyDefault in interface SessionProxyFactorypublic java.lang.Object createProxyBusiness(java.lang.String businessInterfaceName)
createProxyBusiness in interface SessionSpecProxyFactorybusinessInterfaceName -
public java.lang.Object createProxyEjb2x()
createProxyEjb2x in interface SessionSpecProxyFactorypublic java.lang.Object createProxyHome()
createProxyHome in interface SessionSpecProxyFactorycreateProxyHome in interface StatefulSessionProxyFactorycreateProxyHome in class SessionProxyFactoryBasesessionId -
public java.lang.Object createProxyBusiness(java.io.Serializable sessionId,
java.lang.String businessInterfaceName)
createProxyBusiness in interface StatefulSessionProxyFactorycreateProxyBusiness in class SessionProxyFactoryBasesessionId - businessInterfaceName -
public java.lang.Object createProxyEjb2x(java.io.Serializable sessionId)
createProxyEjb2x in interface StatefulSessionProxyFactorycreateProxyEjb2x in class SessionProxyFactoryBasesessionId -
protected java.io.Serializable getNewSessionId()
protected org.jboss.ejb3.proxy.spi.container.StatefulSessionFactory obtainContainer()
public org.jboss.ejb3.proxy.spi.container.StatefulSessionFactory getContainer()
public void setContainer(org.jboss.ejb3.proxy.spi.container.StatefulSessionFactory container)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||