Class DefaultTransportsDetails
java.lang.Object
org.openspaces.admin.internal.transport.DefaultTransportsDetails
- All Implemented Interfaces:
TransportsDetails
- Author:
- kimchy
-
Constructor Details
-
DefaultTransportsDetails
-
-
Method Details
-
getMinThreads
public int getMinThreads()Description copied from interface:TransportsDetailsReturns the total number of minimum threads defined within all current discoveredTransports.- Specified by:
getMinThreadsin interfaceTransportsDetails
-
getMaxThreads
public int getMaxThreads()Description copied from interface:TransportsDetailsReturns the total number of maximum threads defined within all current discoveredTransports.- Specified by:
getMaxThreadsin interfaceTransportsDetails
-