edu.pdx.cs399J.rmi
Interface Query
- All Superinterfaces:
- Serializable
public interface Query
- extends Serializable
This interface represents a query that can be performed on movies
in a movie database. It is serializable so that it
Query objects can be sent between the client and the
server.
|
Method Summary |
boolean |
satisfies(Movie movie)
Returns true if the given Movie satifies this
Query. |
satisfies
boolean satisfies(Movie movie)
- Returns true if the given
Movie satifies this
Query.
Copyright © 2000-2009 Portland State University. All Rights Reserved.