KIE :: Execution Server :: API 6.2.0.Final

org.kie.server.api.commands
Class GetContainerInfoCommand

java.lang.Object
  extended by org.kie.server.api.commands.GetContainerInfoCommand
All Implemented Interfaces:
Serializable, org.kie.api.command.Command<ServiceResponse>, KieServerCommand

public class GetContainerInfoCommand
extends Object
implements KieServerCommand

See Also:
Serialized Form

Constructor Summary
GetContainerInfoCommand()
           
GetContainerInfoCommand(String containerId)
           
 
Method Summary
 String getContainerId()
           
 void setContainerId(String containerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetContainerInfoCommand

public GetContainerInfoCommand()

GetContainerInfoCommand

public GetContainerInfoCommand(String containerId)
Method Detail

getContainerId

public String getContainerId()

setContainerId

public void setContainerId(String containerId)

KIE :: Execution Server :: API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.