ostore.network
Class CloseLocalPortMsg

java.lang.Object
  |
  +--ostore.network.CloseLocalPortMsg
All Implemented Interfaces:
QueueElementIF

public class CloseLocalPortMsg
extends Object
implements QueueElementIF

A message sent to the (YA)Network stage, telling it to stop listening on a certain port.

Version:
$Id: CloseLocalPortMsg.java,v 1.1 2003/02/20 23:44:39 strib Exp $
Author:
Jeremy Stribling

Constructor Summary
CloseLocalPortMsg(int port)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloseLocalPortMsg

public CloseLocalPortMsg(int port)
Method Detail

toString

public String toString()
Overrides:
toString in class Object