public class UpdateKJarCommand extends AbstractCommand implements VisitableCommand, RemoteCommand, Serializable
Constructor and Description |
---|
UpdateKJarCommand() |
UpdateKJarCommand(String kjarGAV) |
Modifier and Type | Method and Description |
---|---|
void |
accept(VisitorCommand visitor) |
String |
getArtifactID() |
String |
getGroupID() |
String |
getKJarGAV() |
String |
getVersion() |
boolean |
isPermittedForReplicas() |
String |
toString() |
getId, getTimestamp
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, getTimestamp
public UpdateKJarCommand()
public UpdateKJarCommand(String kjarGAV)
public String getKJarGAV()
public String getGroupID()
public String getArtifactID()
public String getVersion()
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.