com.ibm.btt.invoker.jms
Class JMSInvoker
java.lang.Object
com.ibm.btt.invoker.AbstractInvoker
com.ibm.btt.invoker.jms.JMSInvoker
- All Implemented Interfaces:
- Invoker
public class JMSInvoker
- extends AbstractInvoker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static BTTLog logger
JMSInvoker
public JMSInvoker()
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()
setConnectionFactory
public void setConnectionFactory(java.lang.String connectionFactory)
getJmsType
public java.lang.String getJmsType()
setJmsType
public void setJmsType(java.lang.String jmsType)
getLogger
public BTTLog getLogger()
setLogger
public void setLogger(BTTLog logger)
getTargetFunctionName
public java.lang.String getTargetFunctionName()
setTargetFunctionName
public void setTargetFunctionName(java.lang.String targetFunctionName)
isPersistent
public boolean isPersistent()
setPersistent
public void setPersistent(boolean isPersistent)
getSendDestination
public java.lang.String getSendDestination()
setSendDestination
public void setSendDestination(java.lang.String sendDestination)
getReceiveDestination
public java.lang.String getReceiveDestination()
setReceiveDestination
public void setReceiveDestination(java.lang.String receiveDestination)
(c) Copyright IBM Corporation 1998, 2008