com.ibm.wsspi.kernel.embeddable
Uses of Class ServerBuilder
Uses of ServerBuilder in com.ibm.wsspi.kernel.embeddable
Modifier and Type | Method and Description |
---|---|
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 (.).
|
|
ServerBuilder.setOutputDir(java.io.File outputDir)
Set the path of the user output directory.
|
|
ServerBuilder.setServerEventListener(ServerEventListener listener)
Set the listener that will receive
ServerEventListener.ServerEvent notifications.
|
|
ServerBuilder.setUserDir(java.io.File userDir)
Set the path of the user directory.
|