public interface LUMapperInterface
Modifier and Type | Method and Description |
---|---|
void |
clientDisconnected(ClientConnectionData ccd)
This method is called whenever a client of a particular LU name
has disconnected from the server (note: not from the host session,
because the NetPhantom API provides methods such as HostConnect
and HostDisconnect).
|
void |
dispose()
Called prior to deferencing in order to clean up.
|
String[] |
getClientLUMappings()
Use this method to return a list of client mappings.
|
String |
mapClientToHostLU(ClientConnectionData ccd,
String host,
int port)
Gets the 3270/5250 LU name from an internet address
(and/or user name).
|
void |
refresh()
Refreshes the contents in case of e.g.
|
String mapClientToHostLU(ClientConnectionData ccd, String host, int port)
The hostIPAddress
parameter specifies the entry
in the "server.ini" under the [host] section. The sessionID
is zero for session 'A', one for session 'B', etc.
void clientDisconnected(ClientConnectionData ccd)
String[] getClientLUMappings()
void refresh() throws IOException
IOException
- if the file cannot be loaded.void dispose()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.