Package | Description |
---|---|
org.jboss.as.ejb3.component.stateful | |
org.jboss.as.ejb3.logging |
Modifier and Type | Method and Description |
---|---|
protected StatefulSessionComponentInstance |
StatefulSessionComponent.constructComponentInstance(ManagedReference instance,
boolean invokePostConstruct) |
protected StatefulSessionComponentInstance |
StatefulSessionComponent.constructComponentInstance(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) |
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 © 2017 JBoss by Red Hat. All rights reserved.