Class JebClientInformation

java.lang.Object
com.pnfsoftware.jeb.core.JebClientInformation

public class JebClientInformation extends Object
Information about a JEB client (aka, a JEB front-end).
  • Constructor Details

    • JebClientInformation

      public JebClientInformation(String clientSignature)
      Create a new client information object. The signature string is used to identify the client.

      Depending on the JEB build and license, a user may not be allowed to instantiate clients other than their official RCP client. Please refer to our website for more details.

      Parameters:
      clientSignature - the client signature string
  • Method Details

    • getClientSignature

      public String getClientSignature()
      Retrieve the client signature string
      Returns:
      the client signature, eg "JEB Custom Client H00li XYZ"