Class BuddyPluginNetwork.DDBDetails

  • Enclosing class:
    BuddyPluginNetwork

    protected class BuddyPluginNetwork.DDBDetails
    extends java.lang.Object
    • Method Detail

      • getNetwork

        public java.lang.String getNetwork()
      • setEnabled

        private void setEnabled​(boolean _enabled)
      • updateListenPorts

        protected void updateListenPorts()
      • updateIPWithDelay

        protected void updateIPWithDelay()
      • updateIP

        protected void updateIP()
      • updateNickName

        protected void updateNickName​(java.lang.String new_nick)
      • updateOnlineStatus

        protected boolean updateOnlineStatus​(int new_status)
      • getOnlineStatus

        private int getOnlineStatus()
      • checkMessagePending

        private void checkMessagePending()
      • updateKey

        protected void updateKey()
      • updatePublish

        protected void updatePublish()
      • updateBuddyStatus

        protected void updateBuddyStatus​(BuddyPluginBuddy buddy,
                                         java.lang.Runnable failed_callback)
      • getStatusKey

        protected DistributedDatabaseKey getStatusKey​(byte[] public_key,
                                                      java.lang.String reason)
                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getYGMKey

        protected DistributedDatabaseKey getYGMKey​(byte[] public_key,
                                                   java.lang.String reason)
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • closedown

        private void closedown()