Synergy Home Page

au.edu.swin.synergy.plugin.broadcastsvr
Class BBroadcastSvr

java.lang.Object
  |
  +--au.edu.swin.synergy.kernel.BPlugin
        |
        +--au.edu.swin.synergy.plugin.broadcastsvr.BBroadcastSvr

public class BBroadcastSvr
extends BPlugin

Sample plugin

Requirement/analysis/design Reference:
 
See Also:

Field Summary
static int kPortNumber
           
 
Fields inherited from class au.edu.swin.synergy.kernel.BPlugin
kernel
 
Constructor Summary
BBroadcastSvr()
           
 
Method Summary
static char getAddressClass()
           
static InetAddress getBroadcastAddress()
          Return the appropriate broadcast address Please complete the missing tags for getBroadcastAddress
static InetAddress getClassBBroadcastAddress(int i)
           
 void onBCommandEvent(Object source, BCommandEvent event)
          Please complete the missing tags for onBCommandEvent
 void setup(BStringList params)
          Please complete the missing tags for setup
 
Methods inherited from class au.edu.swin.synergy.kernel.BPlugin
dispatchEvent, dispatchEventAndWait, dispatchEventServer, dispatchEventServerAndWait, dispatchEventTo, dispatchEventToAndWait, getDependancies, getKernel, setKernel, setup, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kPortNumber

public static final int kPortNumber
Constructor Detail

BBroadcastSvr

public BBroadcastSvr()
Method Detail

getBroadcastAddress

public static InetAddress getBroadcastAddress()
Return the appropriate broadcast address Please complete the missing tags for getBroadcastAddress
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

getClassBBroadcastAddress

public static InetAddress getClassBBroadcastAddress(int i)

getAddressClass

public static char getAddressClass()

setup

public void setup(BStringList params)
Please complete the missing tags for setup
Parameters:
-  
Returns:
 
Throws:
-  
Overrides:
setup in class BPlugin
Pre Condition:
 
Post Condition:
 

onBCommandEvent

public void onBCommandEvent(Object source,
                            BCommandEvent event)
Please complete the missing tags for onBCommandEvent
Parameters:
-  
Returns:
 
Throws:
-  
Overrides:
onBCommandEvent in class BPlugin
Pre Condition:
 
Post Condition:
 

Synergy Home Page