jpl.mipl.pgs.utils.notification
Class Notify

java.lang.Object
  extended by jpl.mipl.pgs.utils.notification.Notify

Deprecated. Use Log4J Notification logger specified in ${PGS_CONFIG_DIR}/log4j.cfg.xml. See LoggerFactory for obtaining a reference to notification logger.

public class Notify
extends Object

A temporary solution for notification


      Copyright 2002, California Institute of Technology. 
      ALL RIGHTS RESERVED.
      U.S. Government Sponsorship acknowledge.2002.
 
 

Author:
Raj Patel (rrp@mipl.jpl.nasa.gov)

Field Summary
static String ADM_GROUP
          Deprecated.  
static String DBA_GROUP
          Deprecated.  
static String DEV_GROUP
          Deprecated.  
static String OPS_GROUP
          Deprecated.  
 
Constructor Summary
Notify()
          Deprecated.  
 
Method Summary
static void notifyGroup(PersistentStore_IF ps, PGSSession session, String subject, String message, String instrument, String groupName)
          Deprecated.  
static void notifyGroup(PersistentStore_IF ps, String requestingUserId, String passwd, String mission, String subject, String message, String instrumentName, String[] groupName)
          Deprecated.  
static void notifyUser(PersistentStore_IF ps, PGSSession session, String subject, String message, String userId)
          Deprecated.  
static void notifyUser(String emailAddress, String pagerNumber, String subject, String message)
          Deprecated.  
static void notifyUsers(PersistentStore_IF ps, PGSSession session, String subject, String message, String[] users)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEV_GROUP

public static final String DEV_GROUP
Deprecated. 
See Also:
Constant Field Values

OPS_GROUP

public static final String OPS_GROUP
Deprecated. 
See Also:
Constant Field Values

DBA_GROUP

public static final String DBA_GROUP
Deprecated. 
See Also:
Constant Field Values

ADM_GROUP

public static final String ADM_GROUP
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

Notify

public Notify()
Deprecated. 
Method Detail

notifyUser

public static void notifyUser(String emailAddress,
                              String pagerNumber,
                              String subject,
                              String message)
                       throws Exception
Deprecated. 
Throws:
Exception

notifyUser

public static void notifyUser(PersistentStore_IF ps,
                              PGSSession session,
                              String subject,
                              String message,
                              String userId)
                       throws Exception
Deprecated. 
Throws:
Exception

notifyUsers

public static void notifyUsers(PersistentStore_IF ps,
                               PGSSession session,
                               String subject,
                               String message,
                               String[] users)
                        throws Exception
Deprecated. 
Throws:
Exception

notifyGroup

public static void notifyGroup(PersistentStore_IF ps,
                               PGSSession session,
                               String subject,
                               String message,
                               String instrument,
                               String groupName)
                        throws Exception
Deprecated. 
Throws:
Exception

notifyGroup

public static void notifyGroup(PersistentStore_IF ps,
                               String requestingUserId,
                               String passwd,
                               String mission,
                               String subject,
                               String message,
                               String instrumentName,
                               String[] groupName)
                        throws Exception
Deprecated. 
Throws:
Exception