|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Attribute controller for MultiConnTCPChannelOutImpl
component.
Defines attribute to control the maximum number of connections.
Method Summary | |
int |
getMaxConnection()
Returns the maximum number of connections. |
int |
getSoTimeout()
Returns the SO_TIMEOUT . |
void |
setMaxConnection(int maxConnection)
Sets the maximum number of connections. |
void |
setSoTimeout(int timeout)
Sets the SO_TIMEOUT . |
Methods inherited from interface org.objectweb.dream.channel.MultiDestinationChannelOutAttributeController |
getDestinationChunkName, setDestinationChunkName |
Methods inherited from interface org.objectweb.dream.channel.ChannelOutAttributeController |
getConnectionRetry, setConnectionRetry |
Method Detail |
public void setMaxConnection(int maxConnection)
maxConnection
- the maximum number of connections.public int getMaxConnection()
public void setSoTimeout(int timeout)
SO_TIMEOUT
.
timeout
- timeout, in milliseconds. if negative, use default value.Socket.setSoTimeout(int)
public int getSoTimeout()
SO_TIMEOUT
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |