public class ListObjectsCommand extends AbstractCommand implements VisitableCommand, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
entryPoint |
| Constructor and Description |
|---|
ListObjectsCommand() |
ListObjectsCommand(String entryPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(VisitorCommand visitor) |
String |
getEntryPoint() |
boolean |
isPermittedForReplicas() |
getId, getTimestampprotected String entryPoint
public ListObjectsCommand()
public ListObjectsCommand(String entryPoint)
public String getEntryPoint()
public void accept(VisitorCommand visitor)
accept in interface VisitableCommandpublic boolean isPermittedForReplicas()
isPermittedForReplicas in interface RemoteCommandCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.