Uses of Interface
com.sun.enterprise.module.InhabitantsDescriptor

Packages that use InhabitantsDescriptor
com.sun.enterprise.module   
com.sun.enterprise.module.common_impl   
 

Uses of InhabitantsDescriptor in com.sun.enterprise.module
 

Methods in com.sun.enterprise.module that return types with arguments of type InhabitantsDescriptor
 List<InhabitantsDescriptor> ModuleMetadata.getHabitats(String name)
           
 

Methods in com.sun.enterprise.module with parameters of type InhabitantsDescriptor
 void ModuleMetadata.addHabitat(String name, InhabitantsDescriptor descriptor)
           
 

Uses of InhabitantsDescriptor in com.sun.enterprise.module.common_impl
 

Classes in com.sun.enterprise.module.common_impl that implement InhabitantsDescriptor
 class ByteArrayInhabitantsDescriptor
          Implementation of InhabitantsDescriptor that loads the inhabitants meta-data from a byte array (usually coming from a inhabitant file).
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.