Package org.zeromq

Class ZProxy.ProxyActor.State

  • Enclosing class:
    ZProxy.ProxyActor

    private static final class ZProxy.ProxyActor.State
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean alive  
      private ZMsg hot  
      private boolean paused  
      private boolean restart  
      private boolean started  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private State()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • alive

        private boolean alive
      • started

        private boolean started
      • paused

        private boolean paused
      • restart

        private boolean restart
      • hot

        private ZMsg hot
    • Constructor Detail

      • State

        private State()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object