Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jwall.object
Class VPNPeer  view VPNPeer download VPNPeer.java

java.lang.Object
  extended byorg.jwall.object.AbstractNetworkObject
      extended byorg.jwall.object.Host
          extended byorg.jwall.object.VPNPeer
All Implemented Interfaces:
java.lang.Comparable, org.jwall.gui.Enum, FirewallDataEventSource, NetworkObject, org.jwall.type.SortedDisplayable
Direct Known Subclasses:
ManagedFirewall

public class VPNPeer
extends Host
implements NetworkObject

Title: JWall Description: Java based GUI for IPTables Copyright: Copyright (c) 2001 Company:

Version:
0.5

Field Summary
private  java.lang.String auth_method
           
private  javax.swing.Icon defaultIcon
           
private  org.jwall.type.IP encrypt_domain
           
private  org.jwall.type.IP next_hop
           
private  java.io.File pub_key
           
 
Fields inherited from class org.jwall.object.Host
 
Fields inherited from class org.jwall.object.AbstractNetworkObject
 
Constructor Summary
VPNPeer(java.lang.String name)
          This constructor takes a String as the name of the object, ip address as a String, and comment as a String
VPNPeer(java.lang.String name, org.jwall.type.IP ip, java.lang.String comment)
          This constructor takes a String as the name of the object, ip address as a String, and comment as a String
 
Method Summary
 java.lang.String getObjectType()
           
 
Methods inherited from class org.jwall.object.Host
addIP, compareTo, containsIP, equals, getComment, getIcon, getIPs, getMac, getName, hasComment, hashCode, hasMAC, resKey, setComment, setIcon, setIPs, setMac, setName, size, toString
 
Methods inherited from class org.jwall.object.AbstractNetworkObject
addFirewallDataListener, removeFirewallDataListener, replaceWith, wasDeleted, wasModified
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jwall.object.NetworkObject
addIP, containsIP, getComment, getIPs, getName, hasComment, resKey, setComment, setIPs, setName, size
 
Methods inherited from interface org.jwall.type.SortedDisplayable
getIcon, setIcon
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.jwall.object.FirewallDataEventSource
addFirewallDataListener, removeFirewallDataListener, replaceWith, wasDeleted, wasModified
 

Field Detail

auth_method

private java.lang.String auth_method

pub_key

private java.io.File pub_key

next_hop

private org.jwall.type.IP next_hop

encrypt_domain

private org.jwall.type.IP encrypt_domain

defaultIcon

private javax.swing.Icon defaultIcon
Constructor Detail

VPNPeer

public VPNPeer(java.lang.String name)
This constructor takes a String as the name of the object, ip address as a String, and comment as a String


VPNPeer

public VPNPeer(java.lang.String name,
               org.jwall.type.IP ip,
               java.lang.String comment)
This constructor takes a String as the name of the object, ip address as a String, and comment as a String

Method Detail

getObjectType

public java.lang.String getObjectType()