com.arunta.base.settings
Class InetSettings

java.lang.Object
  extended by 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

Constructor Summary
InetSettings()
           
InetSettings(java.util.ArrayList inetList)
           
InetSettings(InetSettings inetSettings)
           
 
Method Summary
 java.lang.String[] getAllIPAddresses()
           
 java.lang.String[] getAllNames()
           
 java.util.ArrayList getInetList()
           
 void setInetList(java.util.ArrayList inetList)
           
 void updateInterface(InetInterface inetInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InetSettings

public InetSettings()

InetSettings

public InetSettings(InetSettings inetSettings)

InetSettings

public InetSettings(java.util.ArrayList inetList)
Method Detail

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.