jegg.impl
Class PublishPortMessage

java.lang.Object
  extended byjegg.impl.PublishPortMessage

public class PublishPortMessage
extends java.lang.Object

Used to publish a port in the port registry.


Constructor Summary
PublishPortMessage(java.lang.String portName, Port myPort)
          Construct a message specifying a port that should be published.
 
Method Summary
 java.lang.String getName()
          Return the name that the port should be published under.
 Port getPort()
          Return the port that should be published.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublishPortMessage

public PublishPortMessage(java.lang.String portName,
                          Port myPort)
Construct a message specifying a port that should be published.

Parameters:
portName - the name of the port
myPort - the port
Method Detail

getName

public java.lang.String getName()
Return the name that the port should be published under.

Returns:
name of the port.

getPort

public Port getPort()
Return the port that should be published.


toString

public java.lang.String toString()


Copyright © 2004 . All Rights Reserved.