Package org.kie.remote.command
Class UpdateKJarCommand
- java.lang.Object
-
- org.kie.remote.command.AbstractCommand
-
- org.kie.remote.command.UpdateKJarCommand
-
- All Implemented Interfaces:
Serializable,RemoteCommand,VisitableCommand,Message
public class UpdateKJarCommand extends AbstractCommand implements VisitableCommand, RemoteCommand, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateKJarCommand()UpdateKJarCommand(String kjarGAV)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(VisitorCommand visitor)StringgetArtifactID()StringgetGroupID()StringgetKJarGAV()StringgetVersion()booleanisPermittedForReplicas()StringtoString()-
Methods inherited from class org.kie.remote.command.AbstractCommand
getId, getTimestamp
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.kie.remote.message.Message
getId, getTimestamp
-
-
-
-
Constructor Detail
-
UpdateKJarCommand
public UpdateKJarCommand()
-
UpdateKJarCommand
public UpdateKJarCommand(String kjarGAV)
-
-
Method Detail
-
getKJarGAV
public String getKJarGAV()
-
getGroupID
public String getGroupID()
-
getArtifactID
public String getArtifactID()
-
getVersion
public String getVersion()
-
accept
public void accept(VisitorCommand visitor)
- Specified by:
acceptin interfaceVisitableCommand
-
isPermittedForReplicas
public boolean isPermittedForReplicas()
- Specified by:
isPermittedForReplicasin interfaceRemoteCommand
-
-