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