org.wildfly.extras.creaper.commands.domain
Class AddServerGroup.Builder
java.lang.Object
org.wildfly.extras.creaper.commands.domain.AddServerGroup.Builder
- Enclosing class:
- AddServerGroup
public static final class AddServerGroup.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddServerGroup.Builder
public AddServerGroup.Builder(String groupName,
String profile,
String socketBindingGroup)
- Parameters:
groupName - name of newly created server-groupprofile - The profile namesocketBindingGroup - The default socket binding group used for servers associated with this group
- Throws:
IllegalArgumentException - if the groupName or profile or socketBindingGroup
is null
socketBindingPortOffset
public AddServerGroup.Builder socketBindingPortOffset(int socketBindingPortOffset)
- The default offset to be added to the port values given by the socket binding group.
build
public AddServerGroup build()
Copyright © 2016. All rights reserved.