|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JMSManager.DestinationType | |
|---|---|
| org.fcrepo.server.messaging | |
| Uses of JMSManager.DestinationType in org.fcrepo.server.messaging |
|---|
| Methods in org.fcrepo.server.messaging that return JMSManager.DestinationType | |
|---|---|
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. |
| Methods in org.fcrepo.server.messaging with parameters of type JMSManager.DestinationType | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||