org.objectweb.fractal.bf.connectors.common
Class GenericBindHints

java.lang.Object
  extended by org.objectweb.fractal.bf.connectors.common.GenericBindHints
All Implemented Interfaces:
org.objectweb.fractal.bf.BindHints

public class GenericBindHints
extends Object
implements org.objectweb.fractal.bf.BindHints

The generic bind hints class. TODO: Should be moved into the OW2 Fractal Binding Factory SVN.


Constructor Summary
GenericBindHints(Map<String,Object> hints)
           
 
Method Summary
 Object get(String key, Object defaultValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericBindHints

public GenericBindHints(Map<String,Object> hints)
Method Detail

get

public final Object get(String key,
                        Object defaultValue)

toString

public final String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.