Class User.ArtistManager
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class User.ArtistManager

java.lang.Object
   |
   +----User.ArtistManager

public class ArtistManager
extends Object
Manages the dynamic invocation and disposal of Teamware Artists. An artist is a user interface component that is task specific and implements the dialog between the graphical UI and the Teamware System and Foundation interaces.
See Also:
TMWFoundation, TMWCategory, TMWSpecification, TMWInstance, TMWNetwork

Constructor Index

 o ArtistManager()
ArtistManager creation is static as there should be one shared set of artist services.

Method Index

 o InvokeArtist(String, String[])
Invokes an artist of a certain type.
 o ShutdownAllArtists()
Shutdown all artists (most likely to quit system).
 o ShutdownArtist(Integer)
Shutdown a given artist.

Constructors

 o ArtistManager
  public ArtistManager()
ArtistManager creation is static as there should be one shared set of artist services.

Methods

 o InvokeArtist
  public static Integer InvokeArtist(String ArtistName,
                                     String args[])
Invokes an artist of a certain type.
Parameters:
ArtistName - is the name of the artist to start.
args - are the initial values needed to set the artist state.
Returns:
s the internal artist id.
 o ShutdownArtist
  public static void ShutdownArtist(Integer ArtistId)
Shutdown a given artist.
Parameters:
ArtistId - is the internal id of the artist.
 o ShutdownAllArtists
  public static void ShutdownAllArtists()
Shutdown all artists (most likely to quit system).

All Packages  Class Hierarchy  This Package  Previous  Next  Index