package com.c2kernel.collection; import com.c2kernel.common.ObjectNotFoundException; /************************************************************************** * * $Revision: 1.1 $ * $Date: 2003/03/11 11:09:07 $ * * Copyright (C) 2003 CERN - European Organization for Nuclear Research * All rights reserved. **************************************************************************/ public interface CollectionDescription { public Collection newInstance() throws ObjectNotFoundException; }