All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.nodeos.AddressFactory
java.lang.Object
   |
   +----edu.utah.janos.nodeos.AddressFactory

  Summary

public class  AddressFactory
     extends java.lang.Object
{
          // Constructors 1
     AddressFactory();

          // Methods 1
     public Address newAddress(int, String, String) throws NoSuchNodeAddress;
}

The Factory for creating Address objects. Only one Address factory is created, and it is created by a static initalizer in Address.

Author:
Janos Ministry of Development

See Also: Address


  Cross Reference

Returned By:
Address.getAddressFactory(), TestMain.getAddressFactory()





  Constructors

· AddressFactory

Summary  |  Top
   AddressFactory() 

Package-private constructor. Only invoked in Address.

See Also: Address.getAddressFactory



  Methods

· newAddress

Summary  |  Top
   public Address newAddress(int anAddress, 
                             String protocolSpec, 
                             String addressSpec)  throws NoSuchNodeAddress

Construct a new Address object that associates the given, virtual "active address" with the physical address described by the addressSpec and its protocolSpec.

Parameter Description
anAddress the 32-bit IPv4-like active address.
protocolSpec the protocol context for the addressSpec
addressSpec the address specification

Returns:
a new Address object

See Also: create, Address



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7