|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb3.nointerface.impl.view.factory.StatefulNoInterfaceViewProxyFactory
public class StatefulNoInterfaceViewProxyFactory
Responsible for (not necessarily in the following order) - Creating a session from the stateful container - Creating the no-interface view for a stateful session bean
| Field Summary | |
|---|---|
protected java.lang.Class<?> |
beanClass
The bean class |
protected org.jboss.kernel.spi.dependency.KernelControllerContext |
endpointContext
The KernelControllerContext corresponding to the container of a bean for which the no-interface view is to be created by this factory. |
| Constructor Summary | |
|---|---|
StatefulNoInterfaceViewProxyFactory(java.lang.Class<?> beanClass,
org.jboss.kernel.spi.dependency.KernelControllerContext containerContext,
org.jboss.metadata.ejb.jboss.JBossSessionBean31MetaData metadata)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
createNoInterfaceView()
First creates a session and then creates a no-interface view for the bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Class<?> beanClass
protected org.jboss.kernel.spi.dependency.KernelControllerContext endpointContext
| Constructor Detail |
|---|
public StatefulNoInterfaceViewProxyFactory(java.lang.Class<?> beanClass,
org.jboss.kernel.spi.dependency.KernelControllerContext containerContext,
org.jboss.metadata.ejb.jboss.JBossSessionBean31MetaData metadata)
beanClass - container - statefulSessionFactory - metadata - Bean metadata, required| Method Detail |
|---|
public java.lang.Object createNoInterfaceView()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||