edu.wisc.trace.urcsdk.client
Class AbstractClientTun

java.lang.Object
  extended by edu.wisc.trace.urcsdk.client.AbstractClientTun
All Implemented Interfaces:
IClientTun

public abstract class AbstractClientTun
extends java.lang.Object
implements IClientTun

AbstractClientTun Extend this class to create a Client Tun for a specific networking platform. See Upnp2sClientTun for an example. Abstract methods need to be implemented by the underlying Tun, and in general should not be called directly from the parent Client. Created on: Aug 31, 2004

Version:
$Revision: 1.21 $
Author:
Andrew Martin, Trace R&D Center

Field Summary
protected  java.util.logging.Logger logger
          Logger is the logging utility used throughout the SDK to print out errors, information or warnings.
 
Constructor Summary
AbstractClientTun()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.wisc.trace.urcsdk.client.IClientTun
abortSession, acknowledgeNotification, closeSession, configureForClient, getElementState, getRegisteredTargets, invokeCommandRequest, invokeLocator, openSessionRequest, setElementStateRequest, setListener, targetDiscarded, targetDiscovered, unbindClient, updateElementCsvList, updateElementState
 

Field Detail

logger

protected java.util.logging.Logger logger
Logger is the logging utility used throughout the SDK to print out errors, information or warnings.

Constructor Detail

AbstractClientTun

public AbstractClientTun()


Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.