Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemRoutingModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemRoutingModifyRequest
- Enclosing class:
- BWSystem
Modifies the system's general routing attributes. The response is either a SuccessResponse or an ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.setDnsResolvedAddressSelectionPolicy(RoutingDNSResolvedAddressSelectionPolicy dnsResolvedAddressSelectionPolicy) setIsRouteRoundRobin(Boolean isRouteRoundRobin) setMaxAddressesDuringSetup(Integer maxAddressesDuringSetup) setMaxAddressesPerHostname(Integer maxAddressesPerHostname) setRouteTimerSeconds(Integer routeTimerSeconds) setStatefulExpirationMinutes(Integer statefulExpirationMinutes) Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
isRouteRoundRobin
-
routeTimerSeconds
-
dnsResolvedAddressSelectionPolicy
-
statefulExpirationMinutes
-
maxAddressesPerHostname
-
maxAddressesDuringSetup
-
-
Constructor Details
-
SystemRoutingModifyRequest
public SystemRoutingModifyRequest() -
SystemRoutingModifyRequest
-
-
Method Details
-
setIsRouteRoundRobin
-
getIsRouteRoundRobin
-
setRouteTimerSeconds
-
getRouteTimerSeconds
-
setDnsResolvedAddressSelectionPolicy
public BWSystem.SystemRoutingModifyRequest setDnsResolvedAddressSelectionPolicy(RoutingDNSResolvedAddressSelectionPolicy dnsResolvedAddressSelectionPolicy) -
getDnsResolvedAddressSelectionPolicy
-
setStatefulExpirationMinutes
public BWSystem.SystemRoutingModifyRequest setStatefulExpirationMinutes(Integer statefulExpirationMinutes) -
getStatefulExpirationMinutes
-
setMaxAddressesPerHostname
public BWSystem.SystemRoutingModifyRequest setMaxAddressesPerHostname(Integer maxAddressesPerHostname) -
getMaxAddressesPerHostname
-
setMaxAddressesDuringSetup
public BWSystem.SystemRoutingModifyRequest setMaxAddressesDuringSetup(Integer maxAddressesDuringSetup) -
getMaxAddressesDuringSetup
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-