Uses of Class
org.objectweb.kilim.model.services.ExternalValueReferences

Packages that use ExternalValueReferences
org.objectweb.kilim   
org.objectweb.kilim.model.services   
 

Uses of ExternalValueReferences in org.objectweb.kilim
 

Fields in org.objectweb.kilim declared as ExternalValueReferences
private static ExternalValueReferences KilimConfiguration.xReferences
           
 

Methods in org.objectweb.kilim that return ExternalValueReferences
static ExternalValueReferences KilimConfiguration.getExternalReferences()
          Returns the xReferences.
 

Methods in org.objectweb.kilim with parameters of type ExternalValueReferences
static void KilimConfiguration.setExternalReferences(ExternalValueReferences xRefs)
          Sets the xReferences.
 

Uses of ExternalValueReferences in org.objectweb.kilim.model.services
 

Fields in org.objectweb.kilim.model.services declared as ExternalValueReferences
private  ExternalValueReferences DefaultNamingContext.externalNames
           
 

Methods in org.objectweb.kilim.model.services that return ExternalValueReferences
 ExternalValueReferences NamingContext.getExternalReferenceMap()
          gets the ExternalReferenceMap associated to the naming context.
 ExternalValueReferences DefaultNamingContext.getExternalReferenceMap()
           
 

Methods in org.objectweb.kilim.model.services with parameters of type ExternalValueReferences
 void NamingContext.setExternalReferences(ExternalValueReferences xReferences)
          A map of external references can be associated to each naming context.
 void DefaultNamingContext.setExternalReferences(ExternalValueReferences xReferences)
           
 

Constructors in org.objectweb.kilim.model.services with parameters of type ExternalValueReferences
DefaultNamingContext(java.lang.String aName, NamingContext aParent, ExternalValueReferences extNames)
          a public constructor for a naming context.