org.objectweb.fractal.bf.connectors.common
Class GenericConnector
java.lang.Object
org.objectweb.fractal.bf.connectors.common.AbstractConnector<GenericExportHints,GenericBindHints>
org.objectweb.fractal.bf.connectors.common.GenericConnector
- All Implemented Interfaces:
- org.objectweb.fractal.bf.BindingFactoryPlugin<GenericExportHints,GenericBindHints>
- Direct Known Subclasses:
- JmsConnector
public abstract class GenericConnector
- extends org.objectweb.fractal.bf.connectors.common.AbstractConnector<GenericExportHints,GenericBindHints>
A generic connector can export and bind Fractal interfaces.
TODO: Should be moved into the OW2 Fractal Binding Factory SVN.
| Fields inherited from class org.objectweb.fractal.bf.connectors.common.AbstractConnector |
log, SERVANT_INTERFACE_SIGNATURE, STUB_CONTENT_CLASS, STUB_INTERFACE_NAME, STUB_INTERFACE_SIGNATURE |
| Fields inherited from interface org.objectweb.fractal.bf.BindingFactoryPlugin |
IDENTIFIER |
| Methods inherited from class org.objectweb.fractal.bf.connectors.common.AbstractConnector |
createSkel, createStub, finalizeSkeleton, finalizeStub, generateStubContentClass, getBindingFactoryClassLoader, getSkeletonAdl, getStubAdl, initSkeletonAdlContext, initStubAdlContext, setBindingFactoryClassLoader |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.fractal.bf.BindingFactoryPlugin |
getPluginIdentifier |
GenericConnector
public GenericConnector()
getExportHints
public final GenericExportHints getExportHints(java.util.Map<java.lang.String,java.lang.Object> initialHints)
- See Also:
BindingFactoryPlugin.getExportHints(Map)
getBindHints
public final GenericBindHints getBindHints(java.util.Map<java.lang.String,java.lang.Object> initialHints)
- See Also:
BindingFactoryPlugin.getBindHints(Map)
Copyright © 2007-2010 OW2 Consortium. All Rights Reserved.