package org.argeo.slc.runtime; public interface SlcAgentFactory { public SlcAgent getAgent(String uuid); }