Package com.ibm.wsspi.anno.info
Interface PackageInfo
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringJAVA_CLASS_PREFIXNaming constant: The prefix for thejavapackage, (with a trailing ".").static java.lang.StringJAVAX_CLASS_PREFIXNaming constant: The prefix for thejavaxpackage, (with a trailing ".").static java.lang.StringJAVAX_EJB_CLASS_PREFIXNaming constant: The prefix for thejavax.ejbpackage, (with a trailing ".").static java.lang.StringJAVAX_SERVLET_CLASS_PREFIXNaming constant: The prefix for thejavax.servletpackage, (with a trailing ".").
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetForFailedLoad()Tell if this package info represents a failed load.booleangetIsArtificial()Tell if this package info was created to represent a package which either could not be loaded, or which has no declared package information.- 
Methods inherited from interface com.ibm.wsspi.anno.info.InfogetAnnotation, getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotations, getHashText, getInfoStore, getModifiers, getName, getQualifiedName, isAnnotationPresent, isAnnotationPresent, isAnnotationWithin, isDeclaredAnnotationPresent, isDeclaredAnnotationPresent, isDeclaredAnnotationWithin, isPackagePrivate, isPrivate, isProtected, isPublic, log
 
- 
 
- 
- 
- 
Field Detail- 
JAVA_CLASS_PREFIXstatic final java.lang.String JAVA_CLASS_PREFIX Naming constant: The prefix for the javapackage, (with a trailing ".").- See Also:
- Constant Field Values
 
 - 
JAVAX_CLASS_PREFIXstatic final java.lang.String JAVAX_CLASS_PREFIX Naming constant: The prefix for the javaxpackage, (with a trailing ".").- See Also:
- Constant Field Values
 
 - 
JAVAX_EJB_CLASS_PREFIXstatic final java.lang.String JAVAX_EJB_CLASS_PREFIX Naming constant: The prefix for the javax.ejbpackage, (with a trailing ".").- See Also:
- Constant Field Values
 
 - 
JAVAX_SERVLET_CLASS_PREFIXstatic final java.lang.String JAVAX_SERVLET_CLASS_PREFIX Naming constant: The prefix for the javax.servletpackage, (with a trailing ".").- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getIsArtificialboolean getIsArtificial() Tell if this package info was created to represent a package which either could not be loaded, or which has no declared package information. - Returns:
- True if this package object is artificial. Otherwise, false.
 
 - 
getForFailedLoadboolean getForFailedLoad() Tell if this package info represents a failed load. This is a special case for artificial packages, and represents the case when declared package information is available, but could not be loaded. - Returns:
- True if this package object is for a failed load. Otherwise, false.
 
 
- 
 
-