com.sun.messaging.jms.management.server
public class DestinationType extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
QUEUE
Queue destination type
|
static java.lang.String |
TOPIC
Topic destination type
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toStringLabel(java.lang.String type)
Returns a human readable representation of the specified destination type.
|
public static final java.lang.String QUEUE
public static final java.lang.String TOPIC
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.