public class ServerFactory
extends java.lang.Object
| Constructor and Description |
|---|
ServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createServer(handle serverHandle)
Method for assigning a
ServerImpl to the handle defining it as a server (web
or app-server). |
private static ServerImpl |
getNewServer()
Method which returns a new SERVER resource.
|
public static void createServer(handle serverHandle)
ServerImpl to the handle defining it as a server (web
or app-server).serverHandle - The handle to which we will assign the server.private static ServerImpl getNewServer()