|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.messaging.util.Connector | +--com.ibm.commerce.messaging.util.ParallelConnector
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 |
public ParallelConnector()
Method Detail |
public java.lang.Integer getThreads()
public void setThreads(java.lang.Integer newThreads)
newThreads
- java.lang.Integer The number of threads.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |