project35.desktopDeployment
Class Project35Alerts

java.lang.Object
  extended by project35.desktopDeployment.Project35Alerts
All Implemented Interfaces:
Project35ToolDeployment

public class Project35Alerts
extends java.lang.Object
implements Project35ToolDeployment

this is the main class that starts the Project35 Alerts Editor. It probably should be migrated to project35.soa.alerts.*. The Project35 Alerts Editor lets users create alerts which are sets of matching criteria that are linked to some kind of intent such as an error, warning, an information bulletin or a request for contact. The Alerts Editor allows end-users to phrase the matching criteria in terms of field value combinations. The field definitions are defined in a target schema; hence, this is why Project35Alerts makes a called to project35.mda.schema.Startup.


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Constructor Summary
Project35Alerts()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setCommandLineProject35Utility(java.lang.String project35Utility)
           
 void setComponentMode(boolean isComponentMode)
           
 void setSelectedModel(java.lang.String selectedModel)
           
 boolean shutDown()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project35Alerts

public Project35Alerts()
Method Detail

main

public static void main(java.lang.String[] args)

setSelectedModel

public void setSelectedModel(java.lang.String selectedModel)

setComponentMode

public void setComponentMode(boolean isComponentMode)

setCommandLineProject35Utility

public void setCommandLineProject35Utility(java.lang.String project35Utility)

start

public void start()

shutDown

public boolean shutDown()
Specified by:
shutDown in interface Project35ToolDeployment