public class VersionCheck
extends java.lang.Object
implements java.io.Serializable
IMPORTANT: This object must be exchangeable between client and server no matter which version either of them actually has. Therefore it has got a special fixed serialVersionUID.
| Constructor and Description |
|---|
VersionCheck(java.lang.String applicationName,
Version espritVersion,
Version customVersion,
boolean isCoClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkVersion()
This check is performed on the server
|
java.lang.String |
getApplicationName() |
boolean |
isCoClient() |
public java.lang.String getApplicationName()
public boolean isCoClient()
public void checkVersion()
throws InvalidVersionException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
java.lang.ClassNotFoundExceptionjava.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionInvalidVersionExceptionCopyright © 2014 EsprIT-Systems. All Rights Reserved.