|
ADK CVS | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecttryllian.afc.task.AbstractTask
tryllian.afc.task.DefaultTask
tryllian.afc.task.jms.JMSTask
This task is a generic task used to initialize the JMS context.
| Field Summary |
| Fields inherited from class tryllian.afc.task.AbstractTask |
NL |
| Fields inherited from interface tryllian.afc.task.Task |
EMPTY_FINISH_VALUE, FORCED_FINISH_FAILURE, NO_TIME_OUT, TASK_TIMED_OUT |
| Constructor Summary | |
JMSTask()
Default constructor. |
|
JMSTask(java.lang.String jndiFactory,
java.lang.String urlProvider,
java.lang.String connectionFactory,
java.lang.String jmsDestination)
Create a JMSTask using the specified JMS parameters. |
|
| Method Summary | |
java.lang.String |
getConnectionFactory()
Get the name of the JMS factory used for the JMS task. |
java.lang.String |
getJMSDestination()
Get the JMS destination. |
java.lang.String |
getJNDIFactory()
Get the name of the JNDI factory used for the JMS task. |
java.lang.String |
getURLProvider()
Get the provider URL of the JMS system. |
void |
setConnectionFactory(java.lang.String connectionFactory)
Set the name of the JMS factory to use for this task. |
void |
setJMSDestination(java.lang.String jmsDestination)
Set the JMS destination name. |
void |
setJNDIFactory(java.lang.String jndiFactory)
Set the name of the JNDI factory. |
void |
setURLProvider(java.lang.String urlProvider)
Set the provider URL of the JMS system. |
| Methods inherited from class tryllian.afc.task.DefaultTask |
addFinishingTask, addTask, getSubtasks, handleHeartbeat, propagateHeartbeat |
| Methods inherited from class tryllian.afc.task.AbstractTask |
addTaskListener, fail, fail, finish, finish, finish, forceFinish, forceFinish, getAgentContext, getFinishValue, getState, getSupertask, getTimeOut, handleMessage, heartbeatReceived, logException, messageReceived, removeTaskListener, setAgentContext, setFinishValue, setTimeOut, succeed, succeed, taskAdded, taskEnded, taskRemoved, taskStarted |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JMSTask()
public JMSTask(java.lang.String jndiFactory,
java.lang.String urlProvider,
java.lang.String connectionFactory,
java.lang.String jmsDestination)
jndiFactory - JNDI factory nameurlProvider - the provider URL of the JMS system.| Method Detail |
public void setJNDIFactory(java.lang.String jndiFactory)
jndiFactory - JNDI factory name
(e.g. weblogic.jndi.WLInitialContextFactory)public java.lang.String getJNDIFactory()
public void setConnectionFactory(java.lang.String connectionFactory)
connectionFactory - JMS factory name
(e.g. weblogic.examples.jms.QueueConnectionFactory)public java.lang.String getConnectionFactory()
public void setJMSDestination(java.lang.String jmsDestination)
public java.lang.String getJMSDestination()
public void setURLProvider(java.lang.String urlProvider)
urlProvider - the provider URL of the JMS system.
(e.g. 192.168.0.224:1050)public java.lang.String getURLProvider()
|
Copyright 2005, Tryllian Solutions B.V. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||