Package | Description |
---|---|
cz.gyarab.util.rmi.client |
Klientská strana klient-serverové komunikace RMI.
|
Modifier and Type | Method and Description |
---|---|
Connection.VersionCheckStrictness |
Connection.getVersionCheckStrictness()
Zjistí současnou přísnost kontroly verze serveru proti klientu.
|
static Connection.VersionCheckStrictness |
Connection.VersionCheckStrictness.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Connection.VersionCheckStrictness[] |
Connection.VersionCheckStrictness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.setVersionCheckStrictness(Connection.VersionCheckStrictness versionCheckStrictness)
Nastaví přísnost kontroly verze serveru proti klientu.
|