public class RecordedQueue extends RecordedNamedEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_STRING |
namechannel| Constructor and Description |
|---|
RecordedQueue(AutorecoveringChannel channel,
String name) |
| Modifier and Type | Method and Description |
|---|---|
RecordedQueue |
arguments(Map<String,Object> value) |
RecordedQueue |
autoDelete(boolean value) |
RecordedQueue |
durable(boolean value) |
RecordedQueue |
exclusive(boolean value) |
String |
getNameToUseForRecovery() |
boolean |
isAutoDelete() |
boolean |
isServerNamed() |
void |
recover() |
RecordedQueue |
serverNamed(boolean value) |
String |
toString() |
getNamegetChannel, getDelegateChannelpublic static final String EMPTY_STRING
public RecordedQueue(AutorecoveringChannel channel, String name)
public RecordedQueue exclusive(boolean value)
public RecordedQueue serverNamed(boolean value)
public boolean isServerNamed()
public boolean isAutoDelete()
public void recover()
throws IOException
IOExceptionpublic String getNameToUseForRecovery()
public RecordedQueue durable(boolean value)
public RecordedQueue autoDelete(boolean value)
public RecordedQueue arguments(Map<String,Object> value)
Copyright © 2020 VMware, Inc. or its affiliates.. All rights reserved.