Searched refs:getIntProperty (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPConfig.java | 308 int getIntProperty(String prop, int df, int lb, int ub) { in getIntProperty() method in SLPConfig 329 return getIntProperty("net.slp.multicastTTL", in getMCRadius() 342 return getIntProperty("net.slp.DAHeartBeat", in getAdvertHeartbeatTime() 360 int prop = getIntProperty("net.slp.DAActiveDiscoveryInterval", in getActiveDiscoveryInterval() 382 return getIntProperty("sun.net.slp.DAActiveDiscoveryGranularity", in getActiveDiscoveryGranularity() 396 return getIntProperty("net.slp.randomWaitBound", in getRandomWaitBound() 423 return getIntProperty("sun.net.slp.TCPTimeout", in getTCPTimeout() 436 return getIntProperty("net.slp.MTU", in getMTU() 571 return getIntProperty("sun.net.slp.serverSocketQueueLength", in getServerSocketQueueLength() 1325 return getIntProperty("net.slp.multicastMaximumWait", in getMulticastMaximumWait()
|