public interface IExtVisitorCmd
java.lang.Object apply(java.lang.String id,
IHost host,
java.lang.Object... params)
id - The id of the calling host.host - The calling host itself.params - Any extra input parameters the command might need.