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(org.jboss.as.naming.ManagedReference instance, boolean invokePostConstruct)protected StatefulSessionComponentInstanceStatefulSessionComponent. constructComponentInstance(org.jboss.as.naming.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 Cache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance>StatefulSessionComponent. getCache()Methods in org.jboss.as.ejb3.component.stateful with parameters of type StatefulSessionComponentInstance Modifier and Type Method Description voidStatefulSessionComponent. destroyInstance(StatefulSessionComponentInstance instance)voidStatefulSessionComponent. postActivate(StatefulSessionComponentInstance instance)voidStatefulSessionComponent. prePassivate(StatefulSessionComponentInstance instance)Constructor parameters in org.jboss.as.ejb3.component.stateful with type arguments of type StatefulSessionComponentInstance Constructor Description StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, Supplier<CacheFactory<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
-