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