Uses of Class
org.apache.openejb.assembler.classic.JndiBuilder.JndiNameStrategy.Interface

Packages that use JndiBuilder.JndiNameStrategy.Interface
org.apache.openejb.assembler.classic   
 

Uses of JndiBuilder.JndiNameStrategy.Interface in org.apache.openejb.assembler.classic
 

Methods in org.apache.openejb.assembler.classic that return JndiBuilder.JndiNameStrategy.Interface
static JndiBuilder.JndiNameStrategy.Interface JndiBuilder.JndiNameStrategy.Interface.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JndiBuilder.JndiNameStrategy.Interface[] JndiBuilder.JndiNameStrategy.Interface.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.assembler.classic with parameters of type JndiBuilder.JndiNameStrategy.Interface
 String JndiBuilder.JndiNameStrategy.getName(Class interfce, String key, JndiBuilder.JndiNameStrategy.Interface type)
           
 String JndiBuilder.TemplatedStrategy.getName(Class interfce, String key, JndiBuilder.JndiNameStrategy.Interface type)
           
 String JndiBuilder.LegacyAddedSuffixStrategy.getName(Class interfce, String key, JndiBuilder.JndiNameStrategy.Interface type)
           
 Map<String,String> JndiBuilder.JndiNameStrategy.getNames(Class interfce, JndiBuilder.JndiNameStrategy.Interface type)
           
 Map<String,String> JndiBuilder.TemplatedStrategy.getNames(Class interfce, JndiBuilder.JndiNameStrategy.Interface type)
           
 Map<String,String> JndiBuilder.LegacyAddedSuffixStrategy.getNames(Class interfce, JndiBuilder.JndiNameStrategy.Interface type)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.