Modifier and Type | Method and Description |
---|---|
void |
EjbLogger.discardingEntityComponent(EntityBeanComponentInstance instance,
Throwable t)
Logs an error message indicating it discarding entity component instance
|
IllegalStateException |
EjbMessages.entityBeanInstanceNotFoundInCache(EntityBeanComponentInstance instance) |
Modifier and Type | Method and Description |
---|---|
EntityBeanComponentInstance |
EntityBeanComponent.acquireUnAssociatedInstance() |
Modifier and Type | Method and Description |
---|---|
Pool<EntityBeanComponentInstance> |
EntityBeanComponent.getPool() |
Modifier and Type | Method and Description |
---|---|
protected Object |
EntityBeanRemoteViewInstanceFactory.invokeEjbCreate(Map<Object,Object> contextData,
Method ejbCreate,
EntityBeanComponentInstance instance,
Object[] params) |
protected void |
EntityBeanRemoteViewInstanceFactory.invokeEjbPostCreate(Map<Object,Object> contextData,
Method ejbPostCreate,
EntityBeanComponentInstance instance,
Object[] params) |
void |
EntityBeanComponent.releaseEntityBeanInstance(EntityBeanComponentInstance instance) |
Modifier and Type | Method and Description |
---|---|
EntityBeanComponentInstance |
ReadyEntityCache.get(Object key)
Gets an entity bean instance for the given primary key.
|
EntityBeanComponentInstance |
ReferenceCountingEntityCache.get(Object key) |
EntityBeanComponentInstance |
TransactionLocalEntityCache.get(Object key) |
Modifier and Type | Method and Description |
---|---|
void |
ReadyEntityCache.create(EntityBeanComponentInstance instance)
Called after an entity bean has been created and associated with a new identity.
|
void |
ReferenceCountingEntityCache.create(EntityBeanComponentInstance instance) |
void |
TransactionLocalEntityCache.create(EntityBeanComponentInstance instance) |
void |
ReadyEntityCache.discard(EntityBeanComponentInstance instance)
Discard the object, called when an exception occurs
|
void |
ReferenceCountingEntityCache.discard(EntityBeanComponentInstance instance) |
void |
TransactionLocalEntityCache.discard(EntityBeanComponentInstance instance) |
void |
TransactionLocalEntityCache.reference(EntityBeanComponentInstance instance) |
void |
ReadyEntityCache.release(EntityBeanComponentInstance instance,
boolean transactionSuccess)
Release the object from use.
|
void |
ReferenceCountingEntityCache.release(EntityBeanComponentInstance instance,
boolean success) |
void |
TransactionLocalEntityCache.release(EntityBeanComponentInstance instance,
boolean success) |
Modifier and Type | Method and Description |
---|---|
protected Object |
EntityBeanEjbCreateMethodInterceptor.invokeEjbCreate(org.jboss.invocation.InterceptorContext context,
Method ejbCreate,
EntityBeanComponentInstance instance,
Object[] params) |
protected void |
EntityBeanEjbCreateMethodInterceptor.invokeEjbPostCreate(org.jboss.invocation.InterceptorContext context,
Method ejbPostCreate,
EntityBeanComponentInstance instance,
Object[] params) |
protected Object |
EntityBeanHomeFinderInterceptorFactory.invokeFind(org.jboss.invocation.InterceptorContext context,
EntityBeanComponentInstance instance) |
Modifier and Type | Method and Description |
---|---|
protected EntityBeanComponentInstance |
EntityContextImpl.getComponentInstance() |
Constructor and Description |
---|
EntityContextImpl(EntityBeanComponentInstance componentInstance) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.