Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.wtc.gwt
Class WTCServiceStatus

java.lang.Object
  extended by 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.

The service status can be one of the following:

The service type can be one of the following:


Field Summary
static int AVAILABLE
           
static int EXPORT
           
static int IMPORT
           
static int SUSPENDED
           
static int UNAVAILABLE
           
static int UNKNOWN
           

 

Method Summary
static String statusToString(int status)
          Returns the string value of the service status
static String svcTypeToString(int svcType)
          Returns the string value of the service type

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

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

Method Detail

statusToString

public static String statusToString(int status)
Returns the string value of the service status
Parameters:
status - The integer representaton of the status of a service: (0) UNKNOWN, (1) SUSPENDED, (2) UNAVAILABLE, (3) AVAILABLE
Returns:
A string version of this object

svcTypeToString

public static String svcTypeToString(int svcType)
Returns the string value of the service type
Parameters:
svcType - The integer representation of the type of service: (1) IMPORT, (2) EXPORT
Returns:
A string version of this object

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09