com.ibm.wsspi.kernel.embeddable

Uses of Class ServerBuilder

Uses of ServerBuilder in com.ibm.wsspi.kernel.embeddable

Modifier and Type Method and Description
  1. ServerBuilder
ServerBuilder.setName(java.lang.String serverName)
Set the locally unique name for the server; the name can be constructed using Unicode alphanumeric characters (for example, A-Za-z0-9), the underscore (_), dash (-), plus (+) and period (.).
  1. ServerBuilder
ServerBuilder.setOutputDir(java.io.File outputDir)
Set the path of the user output directory.
  1. ServerBuilder
ServerBuilder.setServerEventListener(ServerEventListener listener)
Set the listener that will receive ServerEventListener.ServerEvent notifications.
  1. ServerBuilder
ServerBuilder.setUserDir(java.io.File userDir)
Set the path of the user directory.