org.jgroups.protocols

Class TCP_NIO

public class TCP_NIO extends TCP

Method Summary
protected ConnectionTablegetConnectionTable(long ri, long cet, InetAddress b_addr, InetAddress bc_addr, int s_port, int e_port)
StringgetName()
intgetProcessorKeepAliveTime()
intgetProcessorMaxThreads()
intgetProcessorMinThreads()
intgetProcessorQueueSize()
intgetProcessorThreads()
intgetReaderThreads()
intgetWriterThreads()
booleansetProperties(Properties props)
Setup the Protocol instance acording to the configuration string

Method Detail

getConnectionTable

protected ConnectionTable getConnectionTable(long ri, long cet, InetAddress b_addr, InetAddress bc_addr, int s_port, int e_port)

getName

public String getName()

getProcessorKeepAliveTime

public int getProcessorKeepAliveTime()

getProcessorMaxThreads

public int getProcessorMaxThreads()

getProcessorMinThreads

public int getProcessorMinThreads()

getProcessorQueueSize

public int getProcessorQueueSize()

getProcessorThreads

public int getProcessorThreads()

getReaderThreads

public int getReaderThreads()

getWriterThreads

public int getWriterThreads()

setProperties

public boolean setProperties(Properties props)
Setup the Protocol instance acording to the configuration string
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.