org.objectweb.fractal.bf.connectors.jms
Class JmsConnector

java.lang.Object
  extended by org.objectweb.fractal.bf.connectors.common.AbstractConnector<GenericExportHints,GenericBindHints>
      extended by org.objectweb.fractal.bf.connectors.common.GenericConnector
          extended by 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.


Field Summary
 
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
 
Constructor Summary
JmsConnector()
           
 
Method Summary
 String getPluginIdentifier()
           
protected  String getSkeletonAdl()
           
protected  String getStubAdl()
           
protected  void initSkeletonAdlContext(GenericExportHints exportHints, Map<String,Object> context)
           
protected  void initStubAdlContext(GenericBindHints bindHints, Map<String,Object> context)
           
 
Methods inherited from class org.objectweb.fractal.bf.connectors.common.GenericConnector
getBindHints, getExportHints
 
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
 

Constructor Detail

JmsConnector

public JmsConnector()
Method Detail

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.