public class Notification extends Object implements PGNotification
| Constructor and Description |
|---|
Notification(String p_name,
int p_pid) |
Notification(String p_name,
int p_pid,
String p_parameter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns name of this notification
|
String |
getParameter()
Returns additional information from the notifying process.
|
int |
getPID()
Returns the process id of the backend process making this notification
|
public Notification(String p_name, int p_pid)
public String getName()
PGNotificationgetName in interface PGNotificationpublic int getPID()
PGNotificationgetPID in interface PGNotificationpublic String getParameter()
PGNotificationgetParameter in interface PGNotificationCopyright © 2015 PostgreSQL Global Development Group. All rights reserved.