org.objectweb.fractal.bf.connectors.jms
Class JmsConnector
java.lang.Object
org.objectweb.fractal.bf.connectors.common.AbstractConnector<GenericExportHints,GenericBindHints>
org.objectweb.fractal.bf.connectors.common.GenericConnector
org.objectweb.fractal.bf.connectors.jms.JmsConnector
- All Implemented Interfaces:
- org.objectweb.fractal.bf.BindingFactoryPlugin<GenericExportHints,GenericBindHints>
public class JmsConnector
- extends GenericConnector
A JMS-Connector can export and bind Fractal interfaces via JMS.
| 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, setBindingFactoryClassLoader |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsConnector
public JmsConnector()
getPluginIdentifier
public final String getPluginIdentifier()
- See Also:
BindingFactoryPlugin.getPluginIdentifier()
getSkeletonAdl
protected final String getSkeletonAdl()
- Specified by:
getSkeletonAdl in class org.objectweb.fractal.bf.connectors.common.AbstractConnector<GenericExportHints,GenericBindHints>
- See Also:
AbstractConnector.getSkeletonAdl()
initSkeletonAdlContext
protected final void initSkeletonAdlContext(GenericExportHints exportHints,
Map<String,Object> context)
- Specified by:
initSkeletonAdlContext in class org.objectweb.fractal.bf.connectors.common.AbstractConnector<GenericExportHints,GenericBindHints>
- See Also:
org.objectweb.fractal.bf.connectors.common.AbstractConnector#initSkeletonAdlContext(EH,
Map)
getStubAdl
protected final String getStubAdl()
- Specified by:
getStubAdl in class org.objectweb.fractal.bf.connectors.common.AbstractConnector<GenericExportHints,GenericBindHints>
- See Also:
AbstractConnector.getStubAdl()
initStubAdlContext
protected final void initStubAdlContext(GenericBindHints bindHints,
Map<String,Object> context)
- Specified by:
initStubAdlContext in class org.objectweb.fractal.bf.connectors.common.AbstractConnector<GenericExportHints,GenericBindHints>
- See Also:
org.objectweb.fractal.bf.connectors.common.AbstractConnector#initStubAdlContext(BH,
Map)
Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.