com.ibm.commerce.messaging.util
Class ParallelConnector

java.lang.Object
  |
  +--com.ibm.commerce.messaging.util.Connector
        |
        +--com.ibm.commerce.messaging.util.ParallelConnector

public class ParallelConnector
extends Connector

This class extends the Connector Class and essentially adds the extra information required for inbound Parallel Connectors.


Constructor Summary
ParallelConnector()
          Constructs the ParallelConnector object.
 
Method Summary
 java.lang.Integer getThreads()
          Returns the number of threads for the Parallel Connector.
 void setThreads(java.lang.Integer newThreads)
          Sets the number of Threads for the parallel connector.
 
Methods inherited from class com.ibm.commerce.messaging.util.Connector
enabled, enabled, getConnectionSpec, getInteractionSpec, getRetries, getTimeToReconnect, setConnectionSpec, setInteractionSpec, setRetries, setTimeToReconnect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelConnector

public ParallelConnector()
Constructs the ParallelConnector object.
Method Detail

getThreads

public java.lang.Integer getThreads()
Returns the number of threads for the Parallel Connector.
Returns:
java.lang.Integer The number or threads.

setThreads

public void setThreads(java.lang.Integer newThreads)
Sets the number of Threads for the parallel connector.
Parameters:
newThreads - java.lang.Integer The number of threads.