src.server
Class Package

java.lang.Object
  extended bysrc.server.Package
Direct Known Subclasses:
ErrorPackage, OutputPackage, QueryPackage, XMLRPCPackage

public abstract class Package
extends java.lang.Object

Describes an internal package within the server.

Version:
2005-apr-20

Constructor Summary
Package(RecipientTag recipient)
          Constructor for Package
 
Method Summary
 RecipientTag getRecipientTag()
          Gets the recipient tag of the package describing what/who the package belongs to.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Package

public Package(RecipientTag recipient)
Constructor for Package

Parameters:
recipient - The tag detailing the owner of the package.
Method Detail

getRecipientTag

public RecipientTag getRecipientTag()
Gets the recipient tag of the package describing what/who the package belongs to.

Returns:
A recipient tag detailing the owner.

toString

public java.lang.String toString()