Uses of Class
org.jboss.as.ejb3.component.stateful.StatefulSessionComponentInstance
Packages that use StatefulSessionComponentInstance
-
Uses of StatefulSessionComponentInstance in org.jboss.as.ejb3.component.stateful
Methods in org.jboss.as.ejb3.component.stateful that return StatefulSessionComponentInstanceModifier and TypeMethodDescriptionprotected StatefulSessionComponentInstanceStatefulSessionComponent.constructComponentInstance(ManagedReference instance, boolean invokePostConstruct) protected StatefulSessionComponentInstanceStatefulSessionComponent.constructComponentInstance(ManagedReference instance, boolean invokePostConstruct, Map<Object, Object> context) StatefulSessionComponent.createInstance()StatefulSessionComponent.createInstance(Object instance) Methods in org.jboss.as.ejb3.component.stateful that return types with arguments of type StatefulSessionComponentInstanceModifier and TypeMethodDescriptionStatefulSessionBeanCache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> StatefulSessionComponent.getCache()Constructor parameters in org.jboss.as.ejb3.component.stateful with type arguments of type StatefulSessionComponentInstanceModifierConstructorDescriptionStatefulSessionComponentCreateService(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 StatefulSessionComponentInstanceModifier and TypeMethodDescriptionfinal 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