All Packages This Package Class Hierarchy Class Search Index
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.
See Also: Address
| Cross Reference |
| 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
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7