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

java.lang.Object
  extended by org.objectweb.fractal.bf.connectors.common.AbstractStubContent
      extended by org.objectweb.fractal.bf.connectors.common.uri.UriStubContent
          extended by org.objectweb.fractal.bf.connectors.jms.JmsStubContent
All Implemented Interfaces:
org.objectweb.fractal.api.control.AttributeController, org.objectweb.fractal.api.control.LifeCycleController, org.objectweb.fractal.bf.connectors.common.StubContentAttributes, org.objectweb.fractal.bf.connectors.common.uri.UriStubContentAttributes, JmsAttributes, JmsStubContentAttributes

public abstract class JmsStubContent
extends org.objectweb.fractal.bf.connectors.common.uri.UriStubContent
implements JmsStubContentAttributes

A super class for JMS stubs. Concrete classes are generated on the fly.


Field Summary
 
Fields inherited from class org.objectweb.fractal.bf.connectors.common.AbstractStubContent
log, remoteRef
 
Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController
STARTED, STOPPED
 
Constructor Summary
JmsStubContent()
           
 
Method Summary
 java.lang.String getJndiURL()
          Get the jndiURL used to configure the stub/skeleton.
protected  java.lang.Object resolveReference()
          Build a JMS client.
 void setJndiURL(java.lang.String jndiURL)
          Set the jndiURL used to configure the stub/skeleton.
 
Methods inherited from class org.objectweb.fractal.bf.connectors.common.uri.UriStubContent
getUri, setUri
 
Methods inherited from class org.objectweb.fractal.bf.connectors.common.AbstractStubContent
getFcState, getServiceClass, setServiceClass, startFc, stopFc
 
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.connectors.common.uri.UriStubContentAttributes
getUri, setUri
 
Methods inherited from interface org.objectweb.fractal.bf.connectors.common.StubContentAttributes
getServiceClass, setServiceClass
 

Constructor Detail

JmsStubContent

public JmsStubContent()
Method Detail

getJndiURL

public final java.lang.String getJndiURL()
Description copied from interface: JmsAttributes
Get the jndiURL used to configure the stub/skeleton.

Specified by:
getJndiURL in interface JmsAttributes
Returns:
the jndiURL used to configure the stub/skeleton.
See Also:
JmsAttributes.getJndiURL()

setJndiURL

public final void setJndiURL(java.lang.String jndiURL)
Description copied from interface: JmsAttributes
Set the jndiURL used to configure the stub/skeleton.

Specified by:
setJndiURL in interface JmsAttributes
See Also:
JmsAttributes.setJndiURL(java.lang.String)

resolveReference

protected final java.lang.Object resolveReference()
Build a JMS client.

Specified by:
resolveReference in class org.objectweb.fractal.bf.connectors.common.AbstractStubContent
Returns:
the object instantiated.


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