KIE :: Execution Server :: API 6.2.0.CR3

org.kie.server.api.commands
Class CreateContainerCommand

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

public class CreateContainerCommand
extends Object
implements KieServerCommand

See Also:
Serialized Form

Constructor Summary
CreateContainerCommand()
           
CreateContainerCommand(KieContainerResource container)
           
 
Method Summary
 boolean equals(Object obj)
           
 KieContainerResource getContainer()
           
 int hashCode()
           
 void setContainer(KieContainerResource container)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateContainerCommand

public CreateContainerCommand()

CreateContainerCommand

public CreateContainerCommand(KieContainerResource container)
Method Detail

getContainer

public KieContainerResource getContainer()

setContainer

public void setContainer(KieContainerResource container)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

KIE :: Execution Server :: API 6.2.0.CR3

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