Class Program

java.lang.Object
com.seeq.link.agent.Program

public class Program extends Object
  • Field Details

    • MainThread

      public static Thread MainThread
    • AgentClassFactory

      public static ClassFactory AgentClassFactory
    • SDKClassFactory

      public static com.seeq.link.sdk.ClassFactory SDKClassFactory
  • Constructor Details

    • Program

      public Program()
  • Method Details

    • main

      public static int main(String[] args)
    • initializeRemoteAppender

      public void initializeRemoteAppender()
    • initializeRemoteAppender

      public void initializeRemoteAppender(boolean comSeeqOnly)
    • run

      public void run(String[] args, ClassFactory agentClassFactory, com.seeq.link.sdk.ClassFactory sdkClassFactory)
    • getDefaultConfiguration

      public static Program.Configuration getDefaultConfiguration()
    • run

      public void run(ClassFactory agentClassFactory, com.seeq.link.sdk.ClassFactory sdkClassFactory, Program.Configuration config)
    • destroy

      public void destroy()
    • setRestartRequested

      public static void setRestartRequested(boolean restart)
      Requests a restart of the agent to re-establish connections to appserver.
      Parameters:
      restart - True if agent restart should be requested, false otherwise.
    • isRestartRequested

      public static boolean isRestartRequested()
      Returns whether an agent restart has been requested or not.
      Returns:
      True if agent restart has been requested, false otherwise.