Constant Field Values


Contents
com.lts.*

com.lts.ipc.IPCException
public static final java.lang.String MSG_ALREADY_CONNECTED "The system is already connected to the shared memory segment"
public static final java.lang.String MSG_ERROR_CREATING_MAP "Caught an exception while trying to obtain a map from the underlying file channel"
public static final java.lang.String MSG_ERROR_OPENING_MAPPING_FILE "Caught an exception while trying to open the underlying file for the segment"
public static final java.lang.String MSG_EXCEPTION_CREATING_FILE "Caught an exception while trying to create a file associated with the IPC mechanism"
public static final java.lang.String MSG_NOT_CONNECTED "Attempt to access the segment before connecting to it."
public static final java.lang.String MSG_PERMISSIONS "The process is not allowed to manipulate the semaphore"
public static final java.lang.String MSG_UNKNOWN "An unknown/unanticipated error occurred while trying ot manipulate the semaphore"

com.lts.ipc.IPCPackage
public static final java.lang.String LIBRARY_NAME "clipc"

com.lts.ipc.fifo.FIFO
public static final int DEFAULT_BUFFER_SIZE 1024

com.lts.ipc.fifo.FIFOImpl
public static final int BLOCKING_MODE_BLOCKING 1
public static final int BLOCKING_MODE_NON_BLOCKING 2
public static final int DIRECTION_READER 0
public static final int DIRECTION_WRITER 1
public static final int SELECT_BOTH 3
public static final int SELECT_READING 1
public static final int SELECT_WRITING 2

com.lts.ipc.fifo.FIFOResult
public static final int ERROR_ACCESS_DENIED 1
public static final int ERROR_CONNECT 6
public static final int ERROR_INVALID_HANDLE 2
public static final int ERROR_NOT_FOUND 4
public static final int ERROR_PIPE_BUSY 3
public static final int ERROR_PIPE_CLOSED 5
public static final int ERROR_READ 7
public static final int ERROR_SELECT 9
public static final int ERROR_UNKNOWN -1
public static final int SUCCESS 0
public static final int TIMEOUT 8

com.lts.ipc.semaphore.SemaphoreNative
public static final int RESULT_ACCESS_DENIED 5
public static final int RESULT_NOT_IMPLEMENTED 6
public static final int RESULT_PLATFORM_ERROR 2
public static final int RESULT_SUCCESS 0
public static final int RESULT_TIMEOUT 4
public static final int RESULT_TOO_MANY_INCREMENTS 7
public static final int RESULT_UNKNOWN_ERROR 1
public static final int RESULT_UNKNOWN_HANDLE 3

com.lts.ipc.semaphore.SemaphoreResult
public static final java.lang.String MSG_DOES_NOT_EXIST "The semaphore does not exist"
public static final java.lang.String MSG_INSUFFICIENT_PERMISSIONS "Insufficient permissions to access the semaphore"
public static final java.lang.String MSG_SUCCESS "success"
public static final java.lang.String MSG_TIMEOUT "The specified period of timeout elapsed before the semaphore became available"
public static final java.lang.String MSG_UNKNOWN_ERROR "An unknown error occurred while trying to access the semaphore"
public static final java.lang.String MSG_UNKNOWN_HANDLE "The specified handle was not recognized as a semaphore handle by the OS"
public static final int RESULT_DOES_NOT_EXIST 2
public static final int RESULT_INSUFFICIENT_PERMISSIONS 1
public static final int RESULT_SUCCESS 0
public static final int RESULT_TIMEOUT 4
public static final int RESULT_UNKNOWN_ERROR 3
public static final int RESULT_UNKNOWN_HANDLE 5