Module org.refcodes.io
Package org.refcodes.io
Interface MaxConnectionsAccessor.MaxConnectionsMutator
- All Known Subinterfaces:
MaxConnectionsAccessor.MaxConnectionsProperty
- Enclosing interface:
- MaxConnectionsAccessor
public static interface MaxConnectionsAccessor.MaxConnectionsMutator
Provides a mutator for a maximum connections property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMaxConnections
(int aMaxConnections) Sets the maximum connections for the maximum connections property.
-
Method Details
-
setMaxConnections
void setMaxConnections(int aMaxConnections) Sets the maximum connections for the maximum connections property.- Parameters:
aMaxConnections
- The maximum connections to be stored by the maximum connections property.
-