JNodeOS v1.1.5 API

edu.utah.janos.nodeos
Interface TransportInterface


public interface TransportInterface


Method Summary
 AddressSpec createAddress(java.lang.String spec)
           
 AddressSpec getAddress()
           
 int getBandwidth()
           
 int getID()
           
 java.lang.String getName()
           
 boolean getPhysical()
           
 

Method Detail

getName

public java.lang.String getName()

getID

public int getID()

getAddress

public AddressSpec getAddress()

getBandwidth

public int getBandwidth()

getPhysical

public boolean getPhysical()

createAddress

public AddressSpec createAddress(java.lang.String spec)

JNodeOS v1.1.5 API

This documentation is Copyright (C) 1998-2001 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: http://www.cs.utah.edu/flux/janos/