Uses of Class
org.jboss.as.ejb3.component.stateful.StatefulSessionComponentInstance
-
Packages that use StatefulSessionComponentInstance Package Description org.jboss.as.ejb3.component.stateful org.jboss.as.ejb3.logging -
-
Uses of StatefulSessionComponentInstance in org.jboss.as.ejb3.component.stateful
Methods in org.jboss.as.ejb3.component.stateful that return StatefulSessionComponentInstance Modifier and Type Method Description protected StatefulSessionComponentInstanceStatefulSessionComponent. constructComponentInstance(ManagedReference instance, boolean invokePostConstruct)protected StatefulSessionComponentInstanceStatefulSessionComponent. constructComponentInstance(ManagedReference instance, boolean invokePostConstruct, Map<Object,Object> context)StatefulSessionComponentInstanceStatefulSessionComponent. createInstance()StatefulSessionComponentInstanceStatefulSessionComponent. createInstance(Object instance)Methods in org.jboss.as.ejb3.component.stateful that return types with arguments of type StatefulSessionComponentInstance Modifier and Type Method Description StatefulSessionBeanCache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance>StatefulSessionComponent. getCache()Constructor parameters in org.jboss.as.ejb3.component.stateful with type arguments of type StatefulSessionComponentInstance Constructor Description StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, Supplier<StatefulSessionBeanCacheFactory<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance>> cacheFactory)Construct a new instance. -
Uses of StatefulSessionComponentInstance in org.jboss.as.ejb3.logging
Methods in org.jboss.as.ejb3.logging with parameters of type StatefulSessionComponentInstance Modifier and Type Method Description voidEjbLogger_$logger. discardingStatefulComponent(StatefulSessionComponentInstance component, Throwable t)voidEjbLogger. discardingStatefulComponent(StatefulSessionComponentInstance component, Throwable t)Logs an error message indicating Discarding stateful component instance due to exception
-