Class BytemanCompanion

java.lang.Object
org.jrd.backend.data.BytemanCompanion
All Implemented Interfaces:
Serializable

public class BytemanCompanion extends Object implements Serializable
See Also:
  • Field Details

    • bytemanPort

      private final int bytemanPort
    • bytemanHost

      private final String bytemanHost
    • postBytemanAgentPort

      private final int postBytemanAgentPort
    • postBytemanAgentHost

      private final String postBytemanAgentHost
  • Constructor Details

    • BytemanCompanion

      public BytemanCompanion(String bytemanHost, int bytemanPort, String postBytemanAgentHost, int postBytemanAgentPort)
    • BytemanCompanion

      public BytemanCompanion(String byteman, String companion)
  • Method Details

    • getBytemanPort

      public int getBytemanPort()
    • getPostBytemanAgentPort

      public int getPostBytemanAgentPort()
    • getBytemanHost

      public String getBytemanHost()
    • getPostBytemanAgentHost

      public String getPostBytemanAgentHost()