| Package | Description |
|---|---|
| org.jboss.as.ejb3.component.stateful | |
| org.jboss.as.ejb3.logging |
| Modifier and Type | Method and Description |
|---|---|
protected StatefulSessionComponentInstance |
StatefulSessionComponent.constructComponentInstance(org.jboss.as.naming.ManagedReference instance,
boolean invokePostConstruct) |
protected StatefulSessionComponentInstance |
StatefulSessionComponent.constructComponentInstance(org.jboss.as.naming.ManagedReference instance,
boolean invokePostConstruct,
Map<Object,Object> context) |
StatefulSessionComponentInstance |
StatefulSessionComponent.createInstance() |
StatefulSessionComponentInstance |
StatefulSessionComponent.createInstance(Object instance) |
| Modifier and Type | Method and Description |
|---|---|
Cache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> |
StatefulSessionComponent.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulSessionComponent.destroyInstance(StatefulSessionComponentInstance instance) |
void |
StatefulSessionComponent.postActivate(StatefulSessionComponentInstance instance) |
void |
StatefulSessionComponent.prePassivate(StatefulSessionComponentInstance instance) |
| Constructor and Description |
|---|
StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration,
Supplier<CacheFactory<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance>> cacheFactory)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbLogger_$logger.discardingStatefulComponent(StatefulSessionComponentInstance component,
Throwable t) |
void |
EjbLogger.discardingStatefulComponent(StatefulSessionComponentInstance component,
Throwable t)
Logs an error message indicating Discarding stateful component instance due to exception
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.