Package com.pnfsoftware.jeb.core
Class JebClientInformation
java.lang.Object
com.pnfsoftware.jeb.core.JebClientInformation
Information about a JEB client (aka, a JEB front-end).
-
Constructor Summary
ConstructorsConstructorDescriptionJebClientInformation
(String clientSignature) Create a new client information object. -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the client signature string
-
Constructor Details
-
JebClientInformation
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
Retrieve the client signature string- Returns:
- the client signature, eg "JEB Custom Client H00li XYZ"
-