src.server
Class ModuleQuery
java.lang.Object
src.server.Package
src.server.QueryPackage
src.server.ModuleQuery
- public class ModuleQuery
- extends QueryPackage
Describes a query that is to be evaluated by a module. The package contains
the destination module's name as a String.
- Version:
- 2005-apr-20
|
Constructor Summary |
ModuleQuery(RecipientTag recipient,
java.util.HashMap queryParameters,
java.lang.String module)
Constructor for ModuleQuery. |
|
Method Summary |
java.lang.String |
getModule()
Gets the destination module's name. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ModuleQuery
public ModuleQuery(RecipientTag recipient,
java.util.HashMap queryParameters,
java.lang.String module)
- Constructor for ModuleQuery.
- Parameters:
recipient - The tag detailing the owner of the package.module - The name of the module that the package should be sent to.
getModule
public java.lang.String getModule()
- Gets the destination module's name.
- Returns:
- The name of a module.
toString
public java.lang.String toString()
- Overrides:
toString in class QueryPackage