public class EJBComponentCreateService extends BasicComponentCreateService
Constructor and Description |
---|
EJBComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions applicationExceptions)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName() |
org.wildfly.extension.requestcontroller.ControlPoint |
getControlPoint() |
org.jboss.msc.inject.Injector<org.wildfly.extension.requestcontroller.ControlPoint> |
getControlPointInjector() |
String |
getDistinctName() |
String |
getEarApplicationName() |
org.jboss.msc.service.ServiceName |
getEjbHome() |
org.jboss.msc.service.ServiceName |
getEjbLocalHome() |
org.jboss.msc.service.ServiceName |
getEjbLocalObject() |
org.jboss.msc.service.ServiceName |
getEjbObject() |
org.jboss.msc.inject.Injector<EJBRemoteTransactionsRepository> |
getEJBRemoteTransactionsRepositoryInjector() |
protected EJBUtilities |
getEJBUtilities()
Deprecated.
EJBUtilities is deprecated post 7.2.0.Final version. |
AtomicBoolean |
getExceptionLoggingEnabled() |
String |
getModuleName() |
String |
getPolicyContextID() |
EJBSecurityMetaData |
getSecurityMetaData() |
ShutDownInterceptorFactory |
getShutDownInterceptorFactory() |
Map<Method,org.jboss.invocation.InterceptorFactory> |
getTimeoutInterceptors() |
Method |
getTimeoutMethod() |
javax.ejb.TimerService |
getTimerService() |
Map<String,org.jboss.msc.service.ServiceName> |
getViewServices() |
protected void |
processTxAttr(EJBComponentDescription ejbComponentDescription,
MethodIntf methodIntf,
Method method) |
protected boolean |
requiresInterceptors(Method method,
ComponentConfiguration componentConfiguration) |
createComponent, getComponentClass, getComponentInterceptors, getComponentName, getDeploymentUnitInjector, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stop
public EJBComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions applicationExceptions)
componentConfiguration
- the component configurationprotected boolean requiresInterceptors(Method method, ComponentConfiguration componentConfiguration)
requiresInterceptors
in class BasicComponentCreateService
@Deprecated protected EJBUtilities getEJBUtilities()
EJBUtilities
is deprecated post 7.2.0.Final version.protected void processTxAttr(EJBComponentDescription ejbComponentDescription, MethodIntf methodIntf, Method method)
public EJBSecurityMetaData getSecurityMetaData()
public Map<Method,org.jboss.invocation.InterceptorFactory> getTimeoutInterceptors()
public javax.ejb.TimerService getTimerService()
public Method getTimeoutMethod()
public org.jboss.msc.service.ServiceName getEjbHome()
public org.jboss.msc.service.ServiceName getEjbLocalHome()
public org.jboss.msc.service.ServiceName getEjbObject()
public org.jboss.msc.service.ServiceName getEjbLocalObject()
public String getApplicationName()
public String getEarApplicationName()
public String getDistinctName()
public String getModuleName()
public org.jboss.msc.inject.Injector<EJBRemoteTransactionsRepository> getEJBRemoteTransactionsRepositoryInjector()
public org.wildfly.extension.requestcontroller.ControlPoint getControlPoint()
public org.jboss.msc.inject.Injector<org.wildfly.extension.requestcontroller.ControlPoint> getControlPointInjector()
public String getPolicyContextID()
public AtomicBoolean getExceptionLoggingEnabled()
public ShutDownInterceptorFactory getShutDownInterceptorFactory()
Copyright © 2018 JBoss by Red Hat. All rights reserved.