Uses of Class
com.sun.enterprise.module.ModuleMetadata.Entry
-
Packages that use ModuleMetadata.Entry Package Description com.sun.enterprise.module -
-
Uses of ModuleMetadata.Entry in com.sun.enterprise.module
Fields in com.sun.enterprise.module declared as ModuleMetadata.Entry Modifier and Type Field Description private static ModuleMetadata.Entry
ModuleMetadata. NULL_ENTRY
Empty Entry used to indicate that there's no service.Fields in com.sun.enterprise.module with type parameters of type ModuleMetadata.Entry Modifier and Type Field Description private java.util.Map<java.lang.String,ModuleMetadata.Entry>
ModuleMetadata. entries
ModuleMetadata.Entry
s keyed by the service name.Methods in com.sun.enterprise.module that return ModuleMetadata.Entry Modifier and Type Method Description ModuleMetadata.Entry
ModuleMetadata. getEntry(java.lang.String serviceName)
Methods in com.sun.enterprise.module that return types with arguments of type ModuleMetadata.Entry Modifier and Type Method Description java.lang.Iterable<ModuleMetadata.Entry>
ModuleMetadata. getEntries()
-