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

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

public class GenericExportHints
extends Object
implements org.objectweb.fractal.bf.ExportHints

The generic hints to export a Fractal interface. TODO: Should be moved into the OW2 Fractal Binding Factory SVN.


Constructor Summary
GenericExportHints(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

GenericExportHints

public GenericExportHints(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.