JNodeOS v1.2.0 API

edu.utah.janos.nodeos
Interface AddressSpec


public interface AddressSpec

An interface that represents a host address. The implementation is tied to the protocol layer the address is associated with. XXX This is a terrible interface since it doesn't help when you want to build an address spec string from the values retrieved through this interface.


Method Summary
 java.lang.String getDestination()
           
 java.lang.String getSource()
           
 

Method Detail

getSource

public java.lang.String getSource()
Returns:
The string describing the source address.

getDestination

public java.lang.String getDestination()
Returns:
The string describing the destination address.

JNodeOS v1.2.0 API

This documentation is Copyright (C) 1998-2002 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project web site: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002