public class EntityBeanComponentCreateService extends EJBComponentCreateService
| Modifier and Type | Field and Description |
|---|---|
static ComponentCreateServiceFactory |
FACTORY |
| Constructor and Description |
|---|
EntityBeanComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected BasicComponent |
createComponent()
Create the component.
|
org.jboss.invocation.InterceptorFactory |
getEjbActivate() |
Method |
getEjbActivateMethod() |
org.jboss.invocation.InterceptorFactory |
getEjbLoad() |
Method |
getEjbLoadMethod() |
org.jboss.invocation.InterceptorFactory |
getEjbPassivate() |
Method |
getEjbPassivateMethod() |
org.jboss.invocation.InterceptorFactory |
getEjbStore() |
Method |
getEjbStoreMethod() |
Class<javax.ejb.EJBHome> |
getHomeClass() |
Class<javax.ejb.EJBLocalObject> |
getLocalClass() |
Class<javax.ejb.EJBLocalHome> |
getLocalHomeClass() |
Boolean |
getOptimisticLocking() |
org.jboss.msc.value.InjectedValue<Boolean> |
getOptimisticLockingInjector() |
PoolConfig |
getPoolConfig() |
org.jboss.msc.value.InjectedValue<PoolConfig> |
getPoolConfigInjector() |
Class<Object> |
getPrimaryKeyClass() |
Class<javax.ejb.EJBObject> |
getRemoteClass() |
org.jboss.invocation.InterceptorFactory |
getUnsetEntityContext() |
Method |
getUnsetEntityContextMethod() |
getApplicationName, getDistinctName, getEarApplicationName, getEjbHome, getEjbLocalHome, getEjbLocalObject, getEjbObject, getEJBRemoteTransactionsRepositoryInjector, getEJBUtilities, getModuleName, getSecurityMetaData, getShutDownInterceptorFactory, getTimeoutInterceptors, getTimeoutMethod, getTimerService, getViewServices, processTxAttr, requiresInterceptorsgetComponentClass, getComponentInterceptors, getComponentName, getDeploymentUnitInjector, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stoppublic static final ComponentCreateServiceFactory FACTORY
public EntityBeanComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration)
protected BasicComponent createComponent()
BasicComponentCreateServicecreateComponent in class BasicComponentCreateServicepublic Class<javax.ejb.EJBHome> getHomeClass()
public Class<javax.ejb.EJBLocalHome> getLocalHomeClass()
public Class<javax.ejb.EJBObject> getRemoteClass()
public Class<javax.ejb.EJBLocalObject> getLocalClass()
public Method getEjbStoreMethod()
public Method getEjbLoadMethod()
public Method getEjbActivateMethod()
public org.jboss.invocation.InterceptorFactory getEjbStore()
public org.jboss.invocation.InterceptorFactory getEjbLoad()
public org.jboss.invocation.InterceptorFactory getEjbActivate()
public Method getEjbPassivateMethod()
public org.jboss.invocation.InterceptorFactory getEjbPassivate()
public Method getUnsetEntityContextMethod()
public org.jboss.invocation.InterceptorFactory getUnsetEntityContext()
public PoolConfig getPoolConfig()
public org.jboss.msc.value.InjectedValue<PoolConfig> getPoolConfigInjector()
public Boolean getOptimisticLocking()
public org.jboss.msc.value.InjectedValue<Boolean> getOptimisticLockingInjector()
Copyright © 2014 JBoss by Red Hat. All rights reserved.