jegg.impl
Class LocatePortMessage

java.lang.Object
  extended byjegg.impl.LocatePortMessage

public class LocatePortMessage
extends java.lang.Object

Lookup a port by name.


Constructor Summary
LocatePortMessage(java.lang.String portName)
          Construct a message specifying the port to lookup.
 
Method Summary
 java.lang.String getName()
          Return the name to lookup in the registry.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocatePortMessage

public LocatePortMessage(java.lang.String portName)
Construct a message specifying the port to lookup.

Parameters:
portName - the name of the port to lookup.
Method Detail

getName

public java.lang.String getName()
Return the name to lookup in the registry.

Returns:
the port name to lookup.

toString

public java.lang.String toString()


Copyright © 2004 . All Rights Reserved.