| Package | Description |
|---|---|
| org.fcrepo.server.messaging |
| Modifier and Type | Method and Description |
|---|---|
JMSManager.DestinationType |
JMSManager.getDefaultDestinationType() |
static JMSManager.DestinationType |
JMSManager.DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSManager.DestinationType[] |
JMSManager.DestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Destination |
JMSManager.createDestination(String name,
JMSManager.DestinationType type)
Creates a Destination.
|
javax.jms.Destination |
JMSManager.createDestination(String name,
JMSManager.DestinationType type,
boolean fTransacted,
int ackMode)
Creates a Destination if the Destination has not already been created.
|
void |
JMSManager.setDefaultDestinationType(JMSManager.DestinationType defaultDestinationType)
Sets the default DestinationType
|
Copyright © 2013 DuraSpace. All Rights Reserved.