ServerSvc Class

com.bea.ide.workspace
ServerSvc Class

public class ServerSvc

    extends Object

Represents the J2EE server that the IDE is using to develop against.


Hierarchy
Object
  ServerSvc

Nested Class Summary

public static interfaceServerSvc.I

Field Summary

protected static ServerSvc.I
instance
ServerSvc.I
public static final String
PROP_WLSSTATUS
String
public static final String
SERVER_ESTIMATED_STARTUP
String
public static final String
SERVER_HOSTNAME
String
public static final String
SERVER_PORT
String
public static final String
SERVER_USERNAME
String
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.
public static final int
WLS_STATUS_NOCAJUN
The server is running, but does not support WebLogic Workshop
public static final int
WLS_STATUS_NONE
int
public static final int
WLS_STATUS_REMOTE
The server is running, but is on a remote machine
public static final int
WLS_STATUS_RUNNING
int
public static final int
WLS_STATUS_STOPPED
int
public static final int
WLS_STATUS_UPDATING
int
 

Constructor Summary

ServerSvc()

 

Method Summary

public static ServerSvc.I
get()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

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

 

Constructor Detail

ServerSvc

public ServerSvc()
 

Method Detail

get() Method

public static ServerSvc.I get()