org.apache.openejb.assembler.classic
Class JndiBuilder.LegacyAddedSuffixStrategy

java.lang.Object
  extended by org.apache.openejb.assembler.classic.JndiBuilder.LegacyAddedSuffixStrategy
All Implemented Interfaces:
JndiBuilder.JndiNameStrategy
Enclosing class:
JndiBuilder

public static class JndiBuilder.LegacyAddedSuffixStrategy
extends Object
implements JndiBuilder.JndiNameStrategy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.openejb.assembler.classic.JndiBuilder.JndiNameStrategy
JndiBuilder.JndiNameStrategy.Interface
 
Constructor Summary
JndiBuilder.LegacyAddedSuffixStrategy()
           
 
Method Summary
 void begin(BeanContext beanContext)
           
 void end()
           
 String getName(Class interfce, String key, JndiBuilder.JndiNameStrategy.Interface type)
           
 Map<String,String> getNames(Class interfce, JndiBuilder.JndiNameStrategy.Interface type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiBuilder.LegacyAddedSuffixStrategy

public JndiBuilder.LegacyAddedSuffixStrategy()
Method Detail

begin

public void begin(BeanContext beanContext)
Specified by:
begin in interface JndiBuilder.JndiNameStrategy

end

public void end()
Specified by:
end in interface JndiBuilder.JndiNameStrategy

getName

public String getName(Class interfce,
                      String key,
                      JndiBuilder.JndiNameStrategy.Interface type)
Specified by:
getName in interface JndiBuilder.JndiNameStrategy

getNames

public Map<String,String> getNames(Class interfce,
                                   JndiBuilder.JndiNameStrategy.Interface type)
Specified by:
getNames in interface JndiBuilder.JndiNameStrategy


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