Package | Description |
---|---|
org.jboss.as.ejb3 | |
org.jboss.as.ejb3.component.stateful |
Modifier and Type | Method and Description |
---|---|
void |
EjbLogger.discardingStatefulComponent(StatefulSessionComponentInstance component,
Throwable t)
Logs an error message indicating Discarding stateful component instance due to exception
|
Modifier and Type | Method and Description |
---|---|
protected StatefulSessionComponentInstance |
StatefulSessionComponent.constructComponentInstance(ManagedReference instance,
boolean invokePostConstruct,
org.jboss.invocation.InterceptorFactoryContext context) |
StatefulSessionComponentInstance |
StatefulSessionComponent.createInstance() |
StatefulSessionComponentInstance |
StatefulSessionComponent.createInstance(Object instance) |
Modifier and Type | Method and Description |
---|---|
Cache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> |
StatefulSessionComponent.getCache() |
CacheFactory<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> |
StatefulSessionComponentCreateService.getCacheFactory() |
Modifier and Type | Method and Description |
---|---|
void |
StatefulSessionComponent.destroyInstance(StatefulSessionComponentInstance instance) |
void |
StatefulSessionComponent.postActivate(StatefulSessionComponentInstance instance) |
void |
StatefulSessionComponent.prePassivate(StatefulSessionComponentInstance instance) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.