com.arunta.base.settings
Class InetSettings
java.lang.Object
com.arunta.base.settings.InetSettings
- All Implemented Interfaces:
- java.io.Serializable
public class InetSettings
- extends java.lang.Object
- implements java.io.Serializable
Total Recall VR system Network Interface Settings.
A collection of InetInterface
objects, one for each network interface
on the system.
Avoid adding and removing items in the collection. The number of objects in
the collection must be the same as the number of physical + logical network
interfaces.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InetSettings
public InetSettings()
InetSettings
public InetSettings(InetSettings inetSettings)
InetSettings
public InetSettings(java.util.ArrayList inetList)
getAllIPAddresses
public java.lang.String[] getAllIPAddresses()
getAllNames
public java.lang.String[] getAllNames()
updateInterface
public void updateInterface(InetInterface inetInterface)
getInetList
public java.util.ArrayList getInetList()
setInetList
public void setInetList(java.util.ArrayList inetList)
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.