|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VMID
The purpose of the VMID
interface is to uniquely
identify a Java Virtual Machine. Each VMID
instance is
composed by an IP address and an incarnation time.
Method Summary | |
---|---|
java.net.InetAddress |
getAddress()
Returns the IP address of the host on which the virtual machine identified by this VMID is being executed. |
long |
getTime()
Returns the time at which this VMID has been created. |
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Method Detail |
---|
java.net.InetAddress getAddress() throws java.net.UnknownHostException
VMID
is being executed.
java.net.UnknownHostException
long getTime()
VMID
has been created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |