Class SignalTuple

java.lang.Object
org.freedesktop.dbus.SignalTuple

@Deprecated(forRemoval=true, since="4.2.0 - 2022-08-18") public class SignalTuple extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
this class was used as map key internally and is no longer in use
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SignalTuple(String _type, String _name, String _object, String _source)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    getAllPossibleTuples(String _type, String _name, String _object, String _source)
    Deprecated.
    should no longer be used
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • type

      private final String type
      Deprecated, for removal: This API element is subject to removal in a future version.
    • name

      private final String name
      Deprecated, for removal: This API element is subject to removal in a future version.
    • object

      private final String object
      Deprecated, for removal: This API element is subject to removal in a future version.
    • source

      private final String source
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • SignalTuple

      public SignalTuple(String _type, String _name, String _object, String _source)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • equals

      public boolean equals(Object _o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • getAllPossibleTuples

      @Deprecated public static Set<SignalTuple> getAllPossibleTuples(String _type, String _name, String _object, String _source)
      Deprecated.
      should no longer be used
      Get a Set of all possible SignalTuples that we can have, given the 4 parameters.
      Parameters:
      _type - interface type
      _name - name
      _object - object
      _source - source
      Returns:
      Set of SignalTuple, never null