brooklyn.location
Interface MachineLocation

All Superinterfaces:
AddressableLocation

public interface MachineLocation
extends AddressableLocation

A location that is a machine. This interface marks a Location being a network node with an IP address, and supports appropriate operations on the node.


Method Summary
 InetAddress getAddress()
          Get the network address of the machine.
 OsDetails getOsDetails()
           
 

Method Detail

getAddress

InetAddress getAddress()
Get the network address of the machine.

Specified by:
getAddress in interface AddressableLocation
Returns:
the machine's network address.

getOsDetails

OsDetails getOsDetails()


Copyright © 2013. All Rights Reserved.