Class JCCAgent

  • All Implemented Interfaces:
    IComponentStep<java.lang.Void>

    public class JCCAgent
    extends java.lang.Object
    implements IComponentStep<java.lang.Void>
    Micro component for opening the JCC gui.
    • Field Detail

      • MAX_TRIES

        public static final int MAX_TRIES
        Number of tries, when connecting initially to remote platforms.
        See Also:
        Constant Field Values
      • RETRY_DELAY

        public static final int RETRY_DELAY
        Delay in milliseconds between two subsequent tries.
        See Also:
        Constant Field Values
      • saveonexit

        protected boolean saveonexit
        The saveonexit argument.
      • platforms

        protected java.lang.String platforms
        The platforms argument.
      • tries

        protected int tries
        Number of tries, when connecting initially to remote platforms.
      • connected

        protected boolean connected
        True when initially connected to a remote platform..
    • Constructor Detail

      • JCCAgent

        public JCCAgent()