Package | Description |
---|---|
cz.gyarab.util.rmi.server |
Serverová strana klient-serverové komunikace RMI.
|
Modifier and Type | Method and Description |
---|---|
ObjectRegistry.Scope |
ObjectRegistry.getScope()
Zjistí obor působnosti objektu.
|
static ObjectRegistry.Scope |
ObjectRegistry.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectRegistry.Scope[] |
ObjectRegistry.Scope.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.
|