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() |
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() |
String |
getModuleName() |
EJBSecurityMetaData |
getSecurityMetaData() |
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) |
createComponent, getComponentClass, getComponentInterceptors, getComponentName, getDeploymentUnitInjector, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stop
public EJBComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions applicationExceptions)
componentConfiguration
- the component configurationprotected EJBUtilities getEJBUtilities()
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()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.