com.antiaction.mayhem.core
Class ConfigInterfacePort

java.lang.Object
  extended by com.antiaction.mayhem.core.ConfigInterfacePort

public class ConfigInterfacePort
extends java.lang.Object

Interface:port container.

Version:
1.00
Author:
Nicholas Clarke

Field Summary
 boolean bound
          Was this interface/port pair bound successfully.
 java.lang.String interf
          Interface name/IP.
 int port
          Interface port.
 
Constructor Summary
ConfigInterfacePort(java.lang.String interf, int port)
          Construct an interface container object using interface name/ip and port.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interf

public java.lang.String interf
Interface name/IP.


port

public int port
Interface port.


bound

public boolean bound
Was this interface/port pair bound successfully.

Constructor Detail

ConfigInterfacePort

public ConfigInterfacePort(java.lang.String interf,
                           int port)
Construct an interface container object using interface name/ip and port.

Parameters:
interf - interface name/ip.
port - interface port.


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.