Searched refs:setTimeoutInSeconds (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DHealthChecker.java56 public void setTimeoutInSeconds(String param1); method in interface:HealthChecker
H A DKeepAlive.java52 public void setTimeoutInSeconds(String param1); method in interface:KeepAlive
H A DSessionProperties.java53 public void setTimeoutInSeconds(String param1); method in interface:SessionProperties
H A DTransactionService.java52 public void setTimeoutInSeconds(String param1); method in interface:TransactionService
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DHealthChecker.java124 public void setTimeoutInSeconds(String value) throws PropertyVetoException; method in interface:HealthChecker
H A DKeepAlive.java127 void setTimeoutInSeconds(String value) throws PropertyVetoException; method in interface:KeepAlive
H A DSessionProperties.java86 void setTimeoutInSeconds(String value) throws PropertyVetoException; method in interface:SessionProperties
H A DTransactionService.java110 public void setTimeoutInSeconds(String value) throws PropertyVetoException; method in interface:TransactionService
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/
H A DCreateHTTPHealthCheckerCommand.java287 if (timeout != null) { hc.setTimeoutInSeconds(timeout); }
303 if (timeout != null) { hc.setTimeoutInSeconds(timeout); }

Completed in 46 milliseconds