Rio Project 4.2 API Documentation



org.rioproject.system.capability.connectivity
Class TCPConnectivity

java.lang.Object
  extended by org.rioproject.system.capability.PlatformCapability
      extended by org.rioproject.system.capability.connectivity.ConnectivityCapability
          extended by org.rioproject.system.capability.connectivity.TCPConnectivity
All Implemented Interfaces:
Serializable, ResourceCostProducer, PlatformCapabilityMBean

public class TCPConnectivity
extends ConnectivityCapability

The TCPConnectivity object provides definition for TCP/IP networks

Author:
Dennis Reedy
See Also:
Serialized Form

Field Summary
static String IPv4_NIC
          Number of NetworkInterfaces
static String IPv6_NIC
          Number of NetworkInterfaces
 
Fields inherited from class org.rioproject.system.capability.PlatformCapability
capabilities, description, DESCRIPTION, logger, MANUFACTURER, MODEL, NAME, NATIVE_LIBS, PROVISIONABLE, STATIC, VENDOR, VERSION
 
Constructor Summary
TCPConnectivity()
          Create a TCPConnectivity
TCPConnectivity(String description)
          Create a TCPConnectivity with a description
 
Method Summary
 
Methods inherited from class org.rioproject.system.capability.PlatformCapability
addDownloadRecord, addStagedSoftware, calculateResourceCost, clearAll, decrementUsage, define, defineAll, equals, getCapabilities, getClassPath, getConfigurationFile, getDescription, getDownloadRecords, getLoadableClassPath, getName, getPath, getPlatformKeys, getResourceCostModel, getStagedSoftware, getType, getUsageCount, getValue, hasBasicSupport, hashCode, incrementUsage, loadResources, matches, remove, setClassPath, setConfigurationFile, setDescription, setPath, setResourceCostModel, setType, supports, supports, toString, versionSupported
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

IPv6_NIC

public static final String IPv6_NIC
Number of NetworkInterfaces

See Also:
Constant Field Values

IPv4_NIC

public static final String IPv4_NIC
Number of NetworkInterfaces

See Also:
Constant Field Values
Constructor Detail

TCPConnectivity

public TCPConnectivity()
Create a TCPConnectivity


TCPConnectivity

public TCPConnectivity(String description)
Create a TCPConnectivity with a description

Parameters:
description - A description

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.