| Package | Description |
|---|---|
| org.tentackle.persist.rmi |
Persistence layer remoting.
|
| Modifier and Type | Method and Description |
|---|---|
static SocketFactoryType |
SocketFactoryType.parse(String config)
Parses the socket factory type according from a string.
|
static SocketFactoryType |
SocketFactoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocketFactoryType[] |
SocketFactoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RMIClientSocketFactory |
SocketFactoryFactory.createClientSocketFactory(RMIClientSocketFactory defaultFactory,
SocketFactoryType factoryType)
Creates a client socket factory.
|
RMIServerSocketFactory |
SocketFactoryFactory.createServerSocketFactory(RMIServerSocketFactory defaultFactory,
SocketFactoryType factoryType)
Creates a server socket factory.
|
int |
DbServer.getPort(int requestedPort,
SocketFactoryType factoryType)
Gets the rmi port for a new remote object.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.