public class Notification extends Object implements PGNotification
Constructor and Description |
---|
Notification(String name,
int pid) |
Notification(String name,
int pid,
String 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 name, int 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 © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.