Package | Description |
---|---|
cz.gyarab.util.rmi.server |
Serverová strana klient-serverové komunikace RMI.
|
Modifier and Type | Method and Description |
---|---|
ObjectRegistry.Keying |
ObjectRegistry.getKeying()
Zjistí způsob identifikace objektu pomocí klíče.
|
static ObjectRegistry.Keying |
ObjectRegistry.Keying.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectRegistry.Keying[] |
ObjectRegistry.Keying.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<I> void |
ObjectManager.addRegistry(java.lang.Class<I> iface,
ObjectRegistry.Scope scope,
ObjectRegistry.Keying keying,
ReferenceProvider<I> provider) |
<I> void |
RegistryProvider.addRegistry(java.lang.Class<I> iface,
ObjectRegistry.Scope scope,
ObjectRegistry.Keying keying,
ReferenceProvider<I> provider)
Zaregistruje poskytovatele registrace.
|