IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.invoker.jms
Class JMSInvoker

java.lang.Object
  extended by com.ibm.btt.invoker.AbstractInvoker
      extended by com.ibm.btt.invoker.jms.JMSInvoker
All Implemented Interfaces:
Invoker

public class JMSInvoker
extends AbstractInvoker


Field Summary
protected static BTTLog logger
           
 
Fields inherited from class com.ibm.btt.invoker.AbstractInvoker
invokerId, parameters
 
Constructor Summary
JMSInvoker()
           
 
Method Summary
 java.lang.Object execute(java.lang.Object[] objs)
           
 InvokerTimerTask execute(java.lang.Object[] objs, CallBackPoint cb, long timeout)
           
 java.lang.Object execute(java.lang.Object[] objs, long timeout)
           
 java.lang.String getConnectionFactory()
           
 java.lang.String getJmsType()
           
 BTTLog getLogger()
           
 java.lang.String getReceiveDestination()
           
 java.lang.String getSendDestination()
           
 java.lang.String getTargetFunctionName()
           
 boolean isPersistent()
           
 InvokerTimerTask schedule(java.lang.Object[] objs, java.util.Date time)
           
 void setConnectionFactory(java.lang.String connectionFactory)
           
 void setJmsType(java.lang.String jmsType)
           
 void setLogger(BTTLog logger)
           
 void setPersistent(boolean isPersistent)
           
 void setReceiveDestination(java.lang.String receiveDestination)
           
 void setSendDestination(java.lang.String sendDestination)
           
 void setTargetFunctionName(java.lang.String targetFunctionName)
           
 
Methods inherited from class com.ibm.btt.invoker.AbstractInvoker
getId, getParameters, setId, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static BTTLog logger
Constructor Detail

JMSInvoker

public JMSInvoker()
Method Detail

execute

public java.lang.Object execute(java.lang.Object[] objs)
                         throws java.lang.Exception
Throws:
java.lang.Exception

schedule

public InvokerTimerTask schedule(java.lang.Object[] objs,
                                 java.util.Date time)
                          throws java.lang.Exception
Throws:
java.lang.Exception

execute

public java.lang.Object execute(java.lang.Object[] objs,
                                long timeout)
                         throws java.lang.Exception
Throws:
java.lang.Exception

execute

public InvokerTimerTask execute(java.lang.Object[] objs,
                                CallBackPoint cb,
                                long timeout)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getConnectionFactory

public java.lang.String getConnectionFactory()
Returns:

setConnectionFactory

public void setConnectionFactory(java.lang.String connectionFactory)
Parameters:
connectionFactory -

getJmsType

public java.lang.String getJmsType()
Returns:

setJmsType

public void setJmsType(java.lang.String jmsType)
Parameters:
jmsType -

getLogger

public BTTLog getLogger()
Returns:

setLogger

public void setLogger(BTTLog logger)
Parameters:
logger -

getTargetFunctionName

public java.lang.String getTargetFunctionName()
Returns:

setTargetFunctionName

public void setTargetFunctionName(java.lang.String targetFunctionName)
Parameters:
targetFunctionName -

isPersistent

public boolean isPersistent()
Returns:

setPersistent

public void setPersistent(boolean isPersistent)
Parameters:
isPersistent -

getSendDestination

public java.lang.String getSendDestination()
Returns:

setSendDestination

public void setSendDestination(java.lang.String sendDestination)
Parameters:
sendDestination -

getReceiveDestination

public java.lang.String getReceiveDestination()
Returns:

setReceiveDestination

public void setReceiveDestination(java.lang.String receiveDestination)
Parameters:
receiveDestination -

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011