public interface PGNotification
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
|
java.lang.String getName()
int getPID()
java.lang.String getParameter()