ServerSvc Class
- public class ServerSvc
extends Object
Represents the J2EE server that the IDE is using to develop
against.
-
Hierarchy
-
Object
ServerSvc
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
protected static ServerSvc.I
instance
PROP_WLSSTATUS
public static final String
PROP_WLSSTATUS
SERVER_ESTIMATED_STARTUP
public static final String
SERVER_ESTIMATED_STARTUP
SERVER_HOSTNAME
public static final String
SERVER_HOSTNAME
SERVER_PORT
public static final String
SERVER_PORT
SERVER_USERNAME
public static final String
SERVER_USERNAME
WLS_STATUS_DISABLED
public static final int WLS_STATUS_DISABLED
- The server's settings do not match the application's selected server,
so server communication has been disabled.
WLS_STATUS_NOCAJUN
public static final int WLS_STATUS_NOCAJUN
- The server is running, but does not support WebLogic Workshop
WLS_STATUS_NONE
public static final int WLS_STATUS_NONE
WLS_STATUS_REMOTE
public static final int WLS_STATUS_REMOTE
- The server is running, but is on a remote machine
WLS_STATUS_RUNNING
public static final int WLS_STATUS_RUNNING
WLS_STATUS_STOPPED
public static final int WLS_STATUS_STOPPED
WLS_STATUS_UPDATING
public static final int WLS_STATUS_UPDATING
ServerSvc
public ServerSvc()
get() Method
public static ServerSvc.I
get()