|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.deployment.annotation.handlers.AbstractHandler
org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler
@Service public class StatelessHandler
This handler is responsible for handling the javax.ejb.Stateless
| Field Summary |
|---|
| Fields inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler |
|---|
ejbProvider, localStrings, logger |
| Constructor Summary | |
|---|---|
StatelessHandler()
Creates a new instance of StatelessHandler |
|
| Method Summary | |
|---|---|
protected EjbDescriptor |
createEjbDescriptor(String elementName,
AnnotationInfo ainfo)
Create a new EjbDescriptor for a given elementName and AnnotationInfo. |
protected String |
getAnnotatedName(Annotation annotation)
Return the name attribute of given annotation. |
Class<? extends Annotation> |
getAnnotationType()
|
protected boolean |
isValidEjbDescriptor(EjbDescriptor ejbDesc,
Annotation annotation)
Check if the given EjbDescriptor matches the given Annotation. |
protected HandlerProcessingResult |
setEjbDescriptorInfo(EjbDescriptor ejbDesc,
AnnotationInfo ainfo)
Set Annotation information to Descriptor. |
| Methods inherited from class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler |
|---|
doDescriptionProcessing, doMappedNameProcessing, excludedFromImplementsClause, processAnnotation, setBusinessAndHomeInterfaces |
| Methods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler |
|---|
getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getTypeDependencies, getWebAnnotationTypes, log, validateInjectionMethod |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatelessHandler()
| Method Detail |
|---|
public Class<? extends Annotation> getAnnotationType()
protected String getAnnotatedName(Annotation annotation)
getAnnotatedName in class AbstractEjbHandlerannotation -
protected boolean isValidEjbDescriptor(EjbDescriptor ejbDesc,
Annotation annotation)
isValidEjbDescriptor in class AbstractEjbHandlerejbDesc - annotation -
protected EjbDescriptor createEjbDescriptor(String elementName,
AnnotationInfo ainfo)
throws AnnotationProcessorException
createEjbDescriptor in class AbstractEjbHandlerelementName - ainfo -
AnnotationProcessorException
protected HandlerProcessingResult setEjbDescriptorInfo(EjbDescriptor ejbDesc,
AnnotationInfo ainfo)
throws AnnotationProcessorException
setEjbDescriptorInfo in class AbstractEjbHandlerejbDesc - ainfo -
AnnotationProcessorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||