All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class webwisdom.tango.TLAgentApplication

java.lang.Object
   |
   +----webwisdom.tango.TLAgentApplication

public final class TLAgentApplication
extends Object
implements TLAgent
Tango system proxy for applications. This class may be used to create TAgent.

See Also:
TAgent

Constructor Index

 o TLAgentApplication(int, int, int, int)
 o TLAgentApplication(String[])
Registers an application in the Tango system.

Method Index

 o add(TLListener)
 o exit()
 o send(AppEventMessage)
 o send(int[], AppEventMessage)
This function is not implemented
 o toString()

Constructors

 o TLAgentApplication
 public TLAgentApplication(String args[]) throws TangoException
Registers an application in the Tango system.

Parameters:
args - original arguments passed to the program
Throws: TangoException
if cannot connect to Tango
 o TLAgentApplication
 public TLAgentApplication(int AID,
                           int SID,
                           int AT,
                           int port) throws TangoException

Methods

 o send
 public void send(AppEventMessage m)
 o send
 public void send(int userlist[],
                  AppEventMessage m)
This function is not implemented

 o add
 public void add(TLListener tl)
 o exit
 public void exit()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index