Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.OpenRequest.setup
Class Setup  view Setup download Setup.java

java.lang.Object
  extended bycom.k_int.OpenRequest.setup.Setup

public class Setup
extends java.lang.Object


Field Summary
static java.lang.String CLASS_KEY
           
 
Constructor Summary
Setup()
           
 
Method Summary
static java.lang.Object createLocationSymbol(java.lang.String symbol, com.k_int.OpenRequest.db.Location.NamingAuthority authority, com.k_int.OpenRequest.db.Location.Location location, com.k_int.OpenRequest.db.Location.Service service_for_this_symbol, Session sess)
           
static com.k_int.OpenRequest.db.StateTransition createST(com.k_int.OpenRequest.db.StateModel model, java.lang.String transition_code, com.k_int.OpenRequest.db.StatusCode from, com.k_int.OpenRequest.db.StatusCode to, java.lang.String predicate, java.lang.String description, Session sess)
           
static com.k_int.OpenRequest.db.StateModel createStateModel(java.lang.String description, java.lang.String code, Session sess)
           
static com.k_int.OpenRequest.db.StatusCode createStatusCode(java.lang.String description, java.lang.String code, Session sess)
           
static void main(java.lang.String[] args)
           
static void registerEventHandler(com.k_int.OpenRequest.db.Location.LocationType lt, java.lang.String precondition, java.lang.String message_type, java.lang.String message_params, java.lang.String handler_type, java.lang.String handler_params, Session sess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_KEY

public static java.lang.String CLASS_KEY
Constructor Detail

Setup

public Setup()
Method Detail

registerEventHandler

public static void registerEventHandler(com.k_int.OpenRequest.db.Location.LocationType lt,
                                        java.lang.String precondition,
                                        java.lang.String message_type,
                                        java.lang.String message_params,
                                        java.lang.String handler_type,
                                        java.lang.String handler_params,
                                        Session sess)
                                 throws java.sql.SQLException,
                                        cirrus.hibernate.HibernateException

createLocationSymbol

public static java.lang.Object createLocationSymbol(java.lang.String symbol,
                                                    com.k_int.OpenRequest.db.Location.NamingAuthority authority,
                                                    com.k_int.OpenRequest.db.Location.Location location,
                                                    com.k_int.OpenRequest.db.Location.Service service_for_this_symbol,
                                                    Session sess)
                                             throws java.sql.SQLException,
                                                    cirrus.hibernate.HibernateException

createStateModel

public static com.k_int.OpenRequest.db.StateModel createStateModel(java.lang.String description,
                                                                   java.lang.String code,
                                                                   Session sess)
                                                            throws java.sql.SQLException,
                                                                   cirrus.hibernate.HibernateException

createStatusCode

public static com.k_int.OpenRequest.db.StatusCode createStatusCode(java.lang.String description,
                                                                   java.lang.String code,
                                                                   Session sess)
                                                            throws java.sql.SQLException,
                                                                   cirrus.hibernate.HibernateException

createST

public static com.k_int.OpenRequest.db.StateTransition createST(com.k_int.OpenRequest.db.StateModel model,
                                                                java.lang.String transition_code,
                                                                com.k_int.OpenRequest.db.StatusCode from,
                                                                com.k_int.OpenRequest.db.StatusCode to,
                                                                java.lang.String predicate,
                                                                java.lang.String description,
                                                                Session sess)
                                                         throws java.sql.SQLException,
                                                                cirrus.hibernate.HibernateException

main

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