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:
Fields inherited from class au.edu.swin.synergy.kernel.BPlugin |
kernel |
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 |
kPortNumber
public static final int kPortNumber
BBroadcastSvr
public BBroadcastSvr()
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:
-