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

java.lang.Object
  extended by org.objectweb.fractal.bf.AbstractSkeleton
      extended by org.objectweb.fractal.bf.connectors.common.AbstractSkeletonContent
          extended by org.objectweb.fractal.bf.connectors.common.uri.UriSkeletonContent
              extended by org.objectweb.fractal.bf.connectors.jms.JmsSkeletonContent
All Implemented Interfaces:
org.objectweb.fractal.api.control.AttributeController, org.objectweb.fractal.api.control.BindingController, org.objectweb.fractal.api.control.LifeCycleController, org.objectweb.fractal.bf.connectors.common.SkeletonContentAttributes, org.objectweb.fractal.bf.connectors.common.uri.UriSkeletonContentAttributes, JmsAttributes, JmsSkeletonContentAttributes

public class JmsSkeletonContent
extends org.objectweb.fractal.bf.connectors.common.uri.UriSkeletonContent
implements JmsSkeletonContentAttributes

The content implementation of JMS skeleton components.


Field Summary
 
Fields inherited from class org.objectweb.fractal.bf.connectors.common.AbstractSkeletonContent
log
 
Fields inherited from class org.objectweb.fractal.bf.AbstractSkeleton
delegate, DELEGATE_CLIENT_ITF_NAME, SERVANT_CLIENT_ITF_NAME
 
Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController
STARTED, STOPPED
 
Constructor Summary
JmsSkeletonContent()
           
 
Method Summary
 java.lang.String getJndiURL()
          Get the jndiURL used to configure the stub/skeleton.
 void setJndiURL(java.lang.String jndiURL)
          Set the jndiURL used to configure the stub/skeleton.
 void startFc()
           
 void stopFc()
           
 
Methods inherited from class org.objectweb.fractal.bf.connectors.common.uri.UriSkeletonContent
getUri, setUri
 
Methods inherited from class org.objectweb.fractal.bf.connectors.common.AbstractSkeletonContent
getFcState, getServiceClass, setServiceClass
 
Methods inherited from class org.objectweb.fractal.bf.AbstractSkeleton
bindFc, getServant, listFc, lookupFc, unbindFc
 
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.UriSkeletonContentAttributes
getUri, setUri
 
Methods inherited from interface org.objectweb.fractal.bf.connectors.common.SkeletonContentAttributes
getServiceClass, setServiceClass
 

Constructor Detail

JmsSkeletonContent

public JmsSkeletonContent()
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)

startFc

public final void startFc()
Specified by:
startFc in interface org.objectweb.fractal.api.control.LifeCycleController
Overrides:
startFc in class org.objectweb.fractal.bf.connectors.common.AbstractSkeletonContent
See Also:
LifeCycleController.startFc()

stopFc

public final void stopFc()
Specified by:
stopFc in interface org.objectweb.fractal.api.control.LifeCycleController
Overrides:
stopFc in class org.objectweb.fractal.bf.connectors.common.AbstractSkeletonContent
See Also:
LifeCycleController.stopFc()


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