CyberLink for Java
v1.5

org.cybergarage.upnp.device
クラス Advertiser

java.lang.Object
  上位を拡張 org.cybergarage.util.ThreadCore
      上位を拡張 org.cybergarage.upnp.device.Advertiser
すべての実装されたインタフェース:
java.lang.Runnable

public class Advertiser
extends ThreadCore


コンストラクタの概要
Advertiser(Device dev)
           
 
メソッドの概要
 Device getDevice()
           
 void run()
           
 void setDevice(Device dev)
           
 
クラス org.cybergarage.util.ThreadCore から継承されたメソッド
getThreadObject, isRunnable, restart, setThreadObject, start, stop
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Advertiser

public Advertiser(Device dev)
メソッドの詳細

setDevice

public void setDevice(Device dev)

getDevice

public Device getDevice()

run

public void run()
定義:
インタフェース java.lang.Runnable 内の run
オーバーライド:
クラス ThreadCore 内の run

CyberLink for Java
v1.5