All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.sap.SapLink
java.lang.Object
|
+----java.lang.Thread
|
+----sics.agentbase.sap.SapLink
- public class SapLink
- extends Thread
-
SapLink(String, SapConnection)
-
-
removeSapListener(SapListener)
- Removes the sap listener.
Deprecated.
-
run()
-
-
sendMessage(Object)
-
-
setSapListener(SapListener)
-
-
shutdown()
-
SapLink
public SapLink(String t,
SapConnection con)
setSapListener
public synchronized void setSapListener(SapListener l)
removeSapListener
public synchronized void removeSapListener(SapListener l)
- Note: removeSapListener() is deprecated.
Does not do anything useful.
- Removes the sap listener.
- Parameters:
- l - the sap listener to remove
sendMessage
public void sendMessage(Object e) throws IOException
run
public void run()
- Overrides:
- run in class Thread
shutdown
public void shutdown()
All Packages Class Hierarchy This Package Previous Next Index