Package | Description |
---|---|
cz.gyarab.util.rmi.server |
Serverová strana klient-serverové komunikace RMI.
|
Modifier and Type | Method and Description |
---|---|
SessionKeyGen |
SessionManager.getKeyGen()
Získá způsob vytváření klíče relace.
|
static SessionKeyGen |
SessionKeyGen.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionKeyGen[] |
SessionKeyGen.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.setKeyGen(SessionKeyGen keyGen)
Nastaví způsob vytváření klíče relace.
|