public class

JebClientInformation

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

Class Overview

Information about a JEB client (aka, a JEB front-end).

Summary

Public Constructors
JebClientInformation(String clientSignature)
Create a new client information object.
Public Methods
String getClientSignature()
Retrieve the client signature string
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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

Public Methods

public String getClientSignature ()

Retrieve the client signature string

Returns
  • the client signature, eg "JEB Custom Client H00li XYZ"