|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.postgresql.core.Notification
public class Notification
| Constructor Summary | |
|---|---|
Notification(java.lang.String p_name,
int p_pid)
|
|
Notification(java.lang.String p_name,
int p_pid,
java.lang.String p_parameter)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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)
| Method Detail |
|---|
public java.lang.String getName()
PGNotification
getName in interface PGNotificationpublic int getPID()
PGNotification
getPID in interface PGNotificationpublic java.lang.String getParameter()
PGNotification
getParameter in interface PGNotification
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||