Class Component

java.lang.Object
csw.command.client.models.framework.Component
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class Component extends Object implements scala.Product, Serializable
A class that represents a logical component with it's supervisor actor reference and it's meta information

param: supervisor an actorRef supervising this component param: info all information regarding this component

See Also: