|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjpl.mipl.pgs.utils.notification.Notify
LoggerFactory for obtaining a reference to
notification logger.
public class Notify
A temporary solution for notification
Copyright 2002, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledge.2002.
| 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 |
|---|
public static final String DEV_GROUP
public static final String OPS_GROUP
public static final String DBA_GROUP
public static final String ADM_GROUP
| Constructor Detail |
|---|
public Notify()
| Method Detail |
|---|
public static void notifyUser(String emailAddress,
String pagerNumber,
String subject,
String message)
throws Exception
Exception
public static void notifyUser(PersistentStore_IF ps,
PGSSession session,
String subject,
String message,
String userId)
throws Exception
Exception
public static void notifyUsers(PersistentStore_IF ps,
PGSSession session,
String subject,
String message,
String[] users)
throws Exception
Exception
public static void notifyGroup(PersistentStore_IF ps,
PGSSession session,
String subject,
String message,
String instrument,
String groupName)
throws Exception
Exception
public static void notifyGroup(PersistentStore_IF ps,
String requestingUserId,
String passwd,
String mission,
String subject,
String message,
String instrumentName,
String[] groupName)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||