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()
PGNotification
getName
in interface PGNotification
public int getPID()
PGNotification
getPID
in interface PGNotification
public String getParameter()
PGNotification
getParameter
in interface PGNotification
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.