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, getTimestamp
protected String entryPoint
public ListObjectsCommand()
public ListObjectsCommand(String entryPoint)
public String getEntryPoint()
public void accept(VisitorCommand visitor)
accept
in interface VisitableCommand
public boolean isPermittedForReplicas()
isPermittedForReplicas
in interface RemoteCommand
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.