6970717273747576777879
public List<String> listGroup(SCGroup group) throws Exception { SCClient client = getClient(); try { return (client != null) ? client.listGroup(group) : new ArrayList<String>(); } finally { releaseClient(client); }