| java.lang.Object org.apache.geronimo.gbean.AbstractNameQuery
AbstractNameQuery | public class AbstractNameQuery implements Serializable(Code) | | version: $Rev: 604483 $ $Date: 2007-12-15 10:28:19 -0800 (Sat, 15 Dec 2007) $ |
AbstractNameQuery | public AbstractNameQuery(String interfaceType)(Code) | | |
AbstractNameQuery | public AbstractNameQuery(URI uri)(Code) | | |
getInterfaceTypes | public Set getInterfaceTypes()(Code) | | |
hashCode | public int hashCode()(Code) | | |
matches | public boolean matches(AbstractNameQuery info)(Code) | | N.B. parameter info is supposed to be more specific than this.
This is the opposite of the meaning of Artifact.matches.
Parameters: info - if info is a more specific version of this name query. |
|
|