|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.trace.urcsdk.client.AbstractClientTun
public abstract class AbstractClientTun
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
| 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 |
|---|
protected java.util.logging.Logger logger
| Constructor Detail |
|---|
public AbstractClientTun()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||