com.sun.messaging.jms.management.server
public class ServiceState extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
PAUSED
Service is paused.
|
static int |
QUIESCED
Service is quiesced.
|
static int |
RUNNING
Service is up and running.
|
static int |
UNKNOWN
Unknown service state.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int state)
Returns a string representation of the specified service state.
|
public static final int UNKNOWN
public static final int RUNNING
public static final int PAUSED
public static final int QUIESCED
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.