weblogic.wtc.gwt
Class WTCServiceStatus
java.lang.Object
weblogic.wtc.gwt.WTCServiceStatus
public final class WTCServiceStatus
- extends Object
This is the WTC service status utility class which is used to determine the service status
and service type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
SUSPENDED
public static final int SUSPENDED
- See Also:
- Constant Field Values
UNAVAILABLE
public static final int UNAVAILABLE
- See Also:
- Constant Field Values
AVAILABLE
public static final int AVAILABLE
- See Also:
- Constant Field Values
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
EXPORT
public static final int EXPORT
- See Also:
- Constant Field Values
WTCServiceStatus
public WTCServiceStatus()
statusToString
public static String statusToString(int status)
- Produces a string value of the service status
- Returns:
- A string version of this object
svcTypeToString
public static String svcTypeToString(int svcType)