public interface RemoteEngineFactory
extends Remote
| Modifier and Type | Method and Description |
|---|---|
RemoteEngineSession |
createEngineSession(UUID uuid,
String clientName)
Creates a remote engine session.
|
@Nonnull @CheckReturnValue RemoteEngineSession createEngineSession(@Nonnull UUID uuid, @Nonnull String clientName) throws RemoteException, SessionException
uuid - A UUID used to locate the RMI client instance.clientName - A descriptive name for the client.RemoteException - From RMI RunTime.SessionException - When the session creation fails.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.