Package | Description |
---|---|
org.jboss.as.ejb3.deployment.processors |
Modifier and Type | Class and Description |
---|---|
class |
ImplicitLocalViewProcessor
Processes a
SessionBeanComponentDescription 's bean class and checks whether it exposes:
An implicit no-interface, as specified by EJB3.1 spec, section 4.9.8.
A default local business interface view, as specified by EJB3.1 spec, section 4.9.7.
The SessionBeanComponentDescription is updated with this info accordingly. |
class |
SessionBeanHomeProcessor
Processor that hooks up home interfaces for session beans
|
class |
TimerServiceJndiBindingProcessor
Deployment processor responsible for detecting EJB components and adding a
BindingConfiguration for the
java:comp/TimerService entry. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.