パッケージ org.postgresql.core

クラス Notification

java.lang.Object
org.postgresql.core.Notification
すべての実装されたインタフェース:
PGNotification

public class Notification extends Object implements PGNotification
  • コンストラクタの詳細

    • Notification

      public Notification(String name, int pid)
    • Notification

      public Notification(String name, int pid, String parameter)
  • メソッドの詳細

    • getName

      public String getName()
      インタフェースからコピーされた説明: PGNotification
      Returns name of this notification.
      定義:
      getName インタフェース内 PGNotification
      戻り値:
      name of this notification
    • getPID

      public int getPID()
      インタフェースからコピーされた説明: PGNotification
      Returns the process id of the backend process making this notification.
      定義:
      getPID インタフェース内 PGNotification
      戻り値:
      process id of the backend process making this notification
    • getParameter

      public String getParameter()
      インタフェースからコピーされた説明: PGNotification
      Returns additional information from the notifying process. This feature has only been implemented in server versions 9.0 and later, so previous versions will always return an empty String.
      定義:
      getParameter インタフェース内 PGNotification
      戻り値:
      additional information from the notifying process