Package org.kie.remote.command
Class GetKJarGAVCommand
- java.lang.Object
-
- org.kie.remote.command.AbstractCommand
-
- org.kie.remote.command.GetKJarGAVCommand
-
- All Implemented Interfaces:
Serializable,RemoteCommand,VisitableCommand,Message
public class GetKJarGAVCommand extends AbstractCommand implements VisitableCommand, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetKJarGAVCommand()GetKJarGAVCommand(String entryPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(VisitorCommand visitor)StringgetEntryPoint()booleanisPermittedForReplicas()StringtoString()-
Methods inherited from class org.kie.remote.command.AbstractCommand
getId, getTimestamp
-
-
-
-
Constructor Detail
-
GetKJarGAVCommand
public GetKJarGAVCommand()
-
GetKJarGAVCommand
public GetKJarGAVCommand(String entryPoint)
-
-
Method Detail
-
isPermittedForReplicas
public boolean isPermittedForReplicas()
- Specified by:
isPermittedForReplicasin interfaceRemoteCommand
-
accept
public void accept(VisitorCommand visitor)
- Specified by:
acceptin interfaceVisitableCommand
-
getEntryPoint
public String getEntryPoint()
-
-