org.objectweb.jonas.ant.jonasbase
Class JmsRa

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.objectweb.jonas.ant.BootstrapTask
              extended byorg.objectweb.jonas.ant.jonasbase.JTask
                  extended byorg.objectweb.jonas.ant.jonasbase.JmsRa
All Implemented Interfaces:
BaseTaskItf, java.lang.Cloneable

public class JmsRa
extends JTask
implements BaseTaskItf

Allow to create/adapt the JMS resource adaptor

Author:
Benoit Pelletier

Field Summary
 
Fields inherited from class org.objectweb.jonas.ant.jonasbase.JTask
SEPARATORS
 
Fields inherited from class org.apache.tools.ant.Task
target, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
JmsRa()
           
 
Method Summary
 void execute()
          Execute this task
 void setServerPort(java.lang.String serverPort)
          Set the port number
 
Methods inherited from class org.objectweb.jonas.ant.jonasbase.JTask
changeValueForKey, changeValueForKey, getConfigurationFile, getDestDir, getLogInfo, setConfigurationFile, setDestDir, setLogInfo, writePropsToFile
 
Methods inherited from class org.objectweb.jonas.ant.BootstrapTask
createClasspath, getBootstraptask, getCatalinaHome, getDomainName, getJettyHome, getJonasRoot, getServerName, getTaskName, setCatalinaHome, setClasspath, setDomainName, setJettyHome, setJonasbase, setJonasRoot, setJvmopts, setServerName, setTaskName
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.jonas.ant.jonasbase.BaseTaskItf
getLogInfo, setConfigurationFile, setDestDir, setJonasRoot, setLogInfo
 

Constructor Detail

JmsRa

public JmsRa()
Method Detail

setServerPort

public void setServerPort(java.lang.String serverPort)
Set the port number

Parameters:
serverPort - the port nb

execute

public void execute()
Execute this task

Specified by:
execute in interface BaseTaskItf