| Interface | Description |
|---|---|
| EnvironmentAccessor |
Interface describing the methods that should be implemented by the classes that operete with
4GL environment.
|
| FileSystem |
Provides an API for file system query and manipulation.
|
| LowLevelBuffer |
This defines an API for accessing buffers backed by real memory instead of the Java heap.
|
| LowLevelSocket |
Interface defining APIs to connect or use a client socket in P2J.
|
| NativeAPICaller |
This defines an API for native library management and function invocation.
|
| WebService |
Interface defining APIs to connect and invoke Web Services in P2J.
|
| Class | Description |
|---|---|
| ClientSideResourceManager |
Management of OS resources on client-side.
|
| EnvironmentDaemon |
A class to manipulate environments.
|
| FileSystemDaemon |
Implements file-system utility methods (for query and manipulation) in a
manner that is suitable for use on a remote node.
|
| LibraryDaemon |
Provides remote access to the client-side
LibraryManager API. |
| LowLevelSocketImpl |
This class acts as a delegate for the server-side to the created java socket.
|
| LowLevelSocketImpl.ReadListener |
This class is dedicated to listening for incoming socket data.
|
| LowLevelSocketImpl.SocketData |
A container holding the various client-socket data.
|
| LowLevelSocketImpl.StagedInput |
Due to the nature of java sockets and how the 4GL sockets behave, all reading must be done
in a dedicated thread.
|
| LowLevelSocketImpl.WorkArea |
Container for the context-local data.
|
| MemoryDaemon |
Provides remote access to the
MemoryManager static functions. |
| OSResourceManager | |
| ServerSideResourceManager |
Management of OS resources on server-side.
|
| WebServiceImpl |
Client-side implementation of WebService.
|
| WebServiceImpl.WebServiceData |
Data structure that is used to store data on client side between calls from P2J server side.
|
| WebServiceImpl.WorkArea |
Container for the context-local data.
|
| Enum | Description |
|---|---|
| OsResourceType |
Enum for OS resource types.
|