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<EJBSuspendHandlerService> |
getEJBSuspendHandlerInjector() |
AtomicBoolean |
getExceptionLoggingEnabled() |
Function |
getIdentityOutflowFunction() |
String |
getModuleName() |
String |
getPolicyContextID() |
org.wildfly.security.auth.server.SecurityDomain |
getSecurityDomain() |
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() |
boolean |
isEnableJacc() |
boolean |
isSecurityRequired() |
protected void |
processTxAttr(EJBComponentDescription ejbComponentDescription,
MethodIntf methodIntf,
Method method) |
protected boolean |
requiresInterceptors(Method method,
ComponentConfiguration componentConfiguration) |
createComponent, getComponentClass, getComponentInterceptors, getComponentName, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stoppublic EJBComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions applicationExceptions)
componentConfiguration - the component configurationprotected boolean requiresInterceptors(Method method, ComponentConfiguration componentConfiguration)
requiresInterceptors in class BasicComponentCreateServiceprotected 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<EJBSuspendHandlerService> getEJBSuspendHandlerInjector()
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 org.wildfly.security.auth.server.SecurityDomain getSecurityDomain()
public boolean isEnableJacc()
public Function getIdentityOutflowFunction()
public ShutDownInterceptorFactory getShutDownInterceptorFactory()
public boolean isSecurityRequired()
Copyright © 2021 JBoss by Red Hat. All rights reserved.