Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

R

RAISED - Static variable in class se.entra.phantom.common.ThinBorder
Raised bevel type.
Random(Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
RANDOM returns a quasi-random, nonnegative whole number in the range min to max inclusive.
RAPP_CLOSE - Static variable in class se.entra.phantom.rapp.RemoteApplication
The transaction value for closing the application immediatly.
RAPP_GET_REPLY - Static variable in class se.entra.phantom.rapp.RemoteApplication
The transaction value for getting a reply from client to server.
RAPP_ID_TRANS - Static variable in class se.entra.phantom.rapp.RemoteApplication
The RAPP transaction version for initial identification.
RAPP_LOG_EVENT - Static variable in class se.entra.phantom.rapp.RemoteApplication
The transaction value to produce a log event in the server.
RAPP_REPLY_DATA - Static variable in class se.entra.phantom.rapp.RemoteApplication
The transaction value from the server in response to a RAPP_GET_REPLY indicating that data is available or not.
RAPP_REPLY_ERROR - Static variable in class se.entra.phantom.rapp.RemoteApplication
The transaction value from the server in response to a RAPP_GET_REPLY indicating an error occured in the server.
RAPP_REQUEST_ACK - Static variable in class se.entra.phantom.rapp.RemoteApplication
The transaction value used to ACK a client request (sent from server).
RAPP_REQUEST_DATA - Static variable in class se.entra.phantom.rapp.RemoteApplication
The transaction value used to request data from the server.
RAPP_REQUEST_NACK - Static variable in class se.entra.phantom.rapp.RemoteApplication
The transaction value used to NACK a client request (sent from server).
RAPP_STATUS_TRANS - Static variable in class se.entra.phantom.rapp.RemoteApplication
The status transaction version used to check server redirection.
RAPPAction - Class in se.entra.phantom.rapp
This abstract class is extended by all RAPP action classes.
RAPPAction() - Constructor for class se.entra.phantom.rapp.RAPPAction
This constructor creates an empty action.
RAPPCallClass - Class in se.entra.phantom.rapp
The callClass action is a user-defined action that is called in the server.
RAPPCallClass() - Constructor for class se.entra.phantom.rapp.RAPPCallClass
Creates an empty Call Class action used for serializing data with XML documents.
RAPPCallClass(String) - Constructor for class se.entra.phantom.rapp.RAPPCallClass
Creates the Call Class action without request data.
RAPPCallClass(String, Element) - Constructor for class se.entra.phantom.rapp.RAPPCallClass
Creates the Call Class action with the specified request data.
RAPPCallHost - Class in se.entra.phantom.rapp
The callHost action is used to get the current screen with optional screen data and to get one or an enumeration of host fields.
RAPPCallHost() - Constructor for class se.entra.phantom.rapp.RAPPCallHost
Creates an empty request of callHost.
RAPPCallHost(boolean) - Constructor for class se.entra.phantom.rapp.RAPPCallHost
Creates a request to get the current host screen with or without screen contents depending on the flag doGetScreenContents.
RAPPCallHost(String) - Constructor for class se.entra.phantom.rapp.RAPPCallHost
Creates a request to get all fields from the current host screen.
RAPPCallHost(String, String) - Constructor for class se.entra.phantom.rapp.RAPPCallHost
Creates a request to get a field from the current host screen.
RAPPCallHost(String, String, int) - Constructor for class se.entra.phantom.rapp.RAPPCallHost
Creates a request to get a field index from the current host screen.
RAPPCallObject - Class in se.entra.phantom.rapp
This class handles calling a Phantom Object in the server.
RAPPCallObject() - Constructor for class se.entra.phantom.rapp.RAPPCallObject
Creates an uninitialized CallObject instance.
RAPPCallObject(String, String, int, String) - Constructor for class se.entra.phantom.rapp.RAPPCallObject
Creates a new object to call in the server.
RAPPCallPanel - Class in se.entra.phantom.rapp
The callPanel class makes the VirtualInterface available for remote applications.
RAPPCallPanel() - Constructor for class se.entra.phantom.rapp.RAPPCallPanel
Creates an empty Call Panel action.
RAPPCallPanel(String) - Constructor for class se.entra.phantom.rapp.RAPPCallPanel
Creates an uninitialized Call Panel action to the specified panel component ID.
RAPPElement - Class in se.entra.phantom.rapp
This class is a helper class that should be used by classes that are stored or created from an Element.
RAPPElement(Element, RAPPNameSpaceItem) - Constructor for class se.entra.phantom.rapp.RAPPElement
Creates the RAPPElement from an existing Element.
RAPPEnumeration - Class in se.entra.phantom.rapp
This abstract class handles all types of enumeration replies for getField, globVar and callPanel (for list data).
RAPPEnumeration() - Constructor for class se.entra.phantom.rapp.RAPPEnumeration
Creates a new instance of the class with an empty list of items.
RAPPEnumerationItem - Interface in se.entra.phantom.rapp
This interface must be implemented by all items in a reply enumeration.
RAPPGlobVar - Class in se.entra.phantom.rapp
This class handles actions for Global Variables in the Server application.
RAPPGlobVar() - Constructor for class se.entra.phantom.rapp.RAPPGlobVar
Creates an empty request of globVar.
RAPPGlobVar(String, String) - Constructor for class se.entra.phantom.rapp.RAPPGlobVar
Creates a request to set the variable to a string.
RAPPGlobVar(String, int) - Constructor for class se.entra.phantom.rapp.RAPPGlobVar
Creates a request to set the variable to a string.
RAPPGlobVar(RAPPGlobVars) - Constructor for class se.entra.phantom.rapp.RAPPGlobVar
Creates an instance initialized for an enumeration of variables.
RAPPGlobVars - Class in se.entra.phantom.rapp
This class handles the reply from the server for global variable requests that uses wildcards in the variable name.
RAPPGlobVars() - Constructor for class se.entra.phantom.rapp.RAPPGlobVars
Creates an empty list of host cells.
RAPPHostCell - Class in se.entra.phantom.rapp
The host cell class is used to save information retrieved using the CallHost action.
RAPPHostCell() - Constructor for class se.entra.phantom.rapp.RAPPHostCell
Creates an empty host cell with no data initialized used for serializing data with XML documents.
RAPPHostCell(String, int, int, int, int, int, int, int, int, boolean, boolean, int, String, int) - Constructor for class se.entra.phantom.rapp.RAPPHostCell
Creates a new host cell initialized with the information about it.
RAPPHostCells - Class in se.entra.phantom.rapp
This class handles the reply from the server for callHost requests that retrieves multiple host fields (cells) in one operation.
RAPPHostCells() - Constructor for class se.entra.phantom.rapp.RAPPHostCells
Creates an empty list of host cells.
RAPPHostReply - Interface in se.entra.phantom.rapp
This interface is used to handle different replies in response to a callHost request.
RAPPHostScreen - Class in se.entra.phantom.rapp
This class is used to handle the reply of a host screen for the callHost action.
RAPPHostScreen() - Constructor for class se.entra.phantom.rapp.RAPPHostScreen
Creates a new instance of the Host Screen.
RAPPHostScreen(int, int, int, int, String, String, int, int, String, byte[]) - Constructor for class se.entra.phantom.rapp.RAPPHostScreen
Constructor used by the server to create an initialized instance of the host screen.
RAPPLine - Class in se.entra.phantom.rapp
This class is used to store information of a line of cell strings for a list-capable control for callPanel actions.
RAPPLine() - Constructor for class se.entra.phantom.rapp.RAPPLine
Creates an empty line item.
RAPPLine(String[]) - Constructor for class se.entra.phantom.rapp.RAPPLine
Creates an initialized line item.
RAPPLines - Class in se.entra.phantom.rapp
This class handles requests/replies for callPanel actions when multiple lines of data are processed in operation such as getListData and setListData.
RAPPLines() - Constructor for class se.entra.phantom.rapp.RAPPLines
Creates an empty list of lines.
RAPPNameSpaceItem - Class in se.entra.phantom.rapp
This class holds information about namespace and contain some utility methods for handling namespace.
RAPPNameSpaceItem(Class<?>) - Constructor for class se.entra.phantom.rapp.RAPPNameSpaceItem
Constructor with only owner.
RAPPNameSpaceItem(Class<?>, String, String) - Constructor for class se.entra.phantom.rapp.RAPPNameSpaceItem
Constructor with uri and prefix.
RAPPTransaction - Class in se.entra.phantom.rapp
This class is a helper to handle creation of the XML request for the Remote Application interface.
RAPPTransaction() - Constructor for class se.entra.phantom.rapp.RAPPTransaction
Creates an empty request used to programmatically add actions for a request transaction.
ratioScaleFonts - Variable in class se.entra.phantom.server.VirtualSessionManager
Flag indicating fonts are scaled with the ratio X and Y settings for panels.
ratioX - Variable in class se.entra.phantom.server.VirtualSessionManager
The ratio X for the panel.
ratioY - Variable in class se.entra.phantom.server.VirtualSessionManager
The ratio Y for the panel.
RCONSOLE_APPRELOAD - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Reload application.
RCONSOLE_APPS - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Application information.
RCONSOLE_AVAILABLECOLORS - Class in cuserwin2
This user window displays the available original and converted colors that are chosen in for terminal colors.
RCONSOLE_AVAILABLECOLORS(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_AVAILABLECOLORS
Creates the user window that displays available colors.
RCONSOLE_AVAILABLECOLORS - Class in serverUserWindow2
This class handles the server part of the user window for selecting available colors for terminal windows.
RCONSOLE_AVAILABLECOLORS() - Constructor for class serverUserWindow2.RCONSOLE_AVAILABLECOLORS
 
RCONSOLE_BROADCAST - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Broadcast Message.
RCONSOLE_BROADCASTALL - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
 
RCONSOLE_BROADCASTAPP - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
 
RCONSOLE_BROADCASTCL - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
 
RCONSOLE_CLIENT - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Asks for Client information.
RCONSOLE_COLORCHOOSER - Class in cuserwin2
This user window let the user select color from a color scheme.
RCONSOLE_COLORCHOOSER(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_COLORCHOOSER
Creates the user window that let user select RGB color.
RCONSOLE_COLORCHOOSER - Class in serverUserWindow2
This class handles the server part of the user window for color choosing the terminal colors.
RCONSOLE_COLORCHOOSER() - Constructor for class serverUserWindow2.RCONSOLE_COLORCHOOSER
 
RCONSOLE_DISABLE - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Disable an Application
RCONSOLE_ENABLE - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Enable an Application
RCONSOLE_EVENT - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Event information.
RCONSOLE_FILEMANAGER - Class in cuserwin2
A progress bar user window.
RCONSOLE_FILEMANAGER(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_FILEMANAGER
Creates the user window to handle a tree view.
RCONSOLE_FILEMANAGER - Class in serverUserWindow2
 
RCONSOLE_FILEMANAGER() - Constructor for class serverUserWindow2.RCONSOLE_FILEMANAGER
 
RCONSOLE_FILETRANSFER - Class in cuserwin2
A file transfer user window.
RCONSOLE_FILETRANSFER(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_FILETRANSFER
Creates the user window
RCONSOLE_FILETRANSFER - Class in serverUserWindow2
This class handles the user window on the server side for all file transfer for e.g.
RCONSOLE_FILETRANSFER() - Constructor for class serverUserWindow2.RCONSOLE_FILETRANSFER
 
RCONSOLE_FONTMETRICS - Class in cuserwin2
Handles the font metrics user window.
RCONSOLE_FONTMETRICS(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_FONTMETRICS
Creates the user window that displays available colors.
RCONSOLE_FONTMETRICS - Class in serverUserWindow2
Gets the font metrics from the client and saves them to a file called "fontmetrics.bin".
RCONSOLE_FONTMETRICS() - Constructor for class serverUserWindow2.RCONSOLE_FONTMETRICS
 
RCONSOLE_HTML - Class in cuserwin2
A HTML component with scroll bars, if required.
RCONSOLE_HTML(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_HTML
Creates the user window that let user select RGB color.
RCONSOLE_HTML - Class in serverUserWindow2
A HTML component with scroll bars, if required.
RCONSOLE_HTML() - Constructor for class serverUserWindow2.RCONSOLE_HTML
 
RCONSOLE_JMXRMI - Class in cuserwin2
A user window for tunneling of ports used for VisualVM or jConsole, i.e.
RCONSOLE_JMXRMI(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_JMXRMI
Creates the user window that displays the terminal window.
RCONSOLE_JMXRMI - Class in serverUserWindow2
This class handles the server part of the user window for tunnels for the JMX and RMI ports.
RCONSOLE_JMXRMI() - Constructor for class serverUserWindow2.RCONSOLE_JMXRMI
 
RCONSOLE_KILL - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Kill a client connection.
RCONSOLE_LISTHEADERCOLOR - Class in cuserwin2
User window class that displays a Java Color selected for the fore- and background of the listbox header in the Server Administration program.
RCONSOLE_LISTHEADERCOLOR(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_LISTHEADERCOLOR
Creates the user window that let user select RGB color.
RCONSOLE_LISTHEADERCOLOR - Class in serverUserWindow2
Server part of the color user window displaying a selected RGB color.
RCONSOLE_LISTHEADERCOLOR() - Constructor for class serverUserWindow2.RCONSOLE_LISTHEADERCOLOR
 
RCONSOLE_LOCK - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Lock server.
RCONSOLE_MEMCOMPACT - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Perform a memory compact.
RCONSOLE_MEMORY - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Memory information.
RCONSOLE_NOP - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Quits the session between the NetPhantom Server and the remote server administration programs.
RCONSOLE_PEAKCLIENTCOUNT - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Get peak number of simultaneous server users
RCONSOLE_PROGRESSBAR - Class in cuserwin2
A progress bar user window.
RCONSOLE_PROGRESSBAR(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_PROGRESSBAR
Creates the user window that let user select RGB color.
RCONSOLE_PROGRESSBAR - Class in serverUserWindow2
The progress bar user window.
RCONSOLE_PROGRESSBAR() - Constructor for class serverUserWindow2.RCONSOLE_PROGRESSBAR
 
RCONSOLE_PUT - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Put file(s) to server.
RCONSOLE_QUIT - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Quits the session between the NetPhantom Server and the remote server administration programs.
RCONSOLE_RESTART - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Restart the server.
RCONSOLE_RESTART_WEBSERVER - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Restart web server.
RCONSOLE_SHUTDOWN - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Stops the server.
RCONSOLE_TERMINAL - Class in cuserwin2
A terminal bar user window.
RCONSOLE_TERMINAL(CUserWindow, byte[]) - Constructor for class cuserwin2.RCONSOLE_TERMINAL
Creates the user window that displays the terminal window.
RCONSOLE_TERMINAL - Class in serverUserWindow2
 
RCONSOLE_TERMINAL() - Constructor for class serverUserWindow2.RCONSOLE_TERMINAL
 
RCONSOLE_TRACE - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Trace information.
RCONSOLE_UPGRADE - Static variable in interface se.entra.phantom.server.rconsole.AdminTransactions
Upgrades the server.
read() - Method in class com.netphantom.eclipse.CodepageReader
Reads a single character.
read(char[], int, int) - Method in class com.netphantom.eclipse.CodepageReader
Reads characters into a portion of an array.
read(int) - Method in class se.entra.phantom.server.PhantomFile
Reads a number of bytes from the file.
read(int, long) - Method in class se.entra.phantom.server.REXXFile
Read and codepage convert data from stream.
readAnsiLine() - Method in class se.entra.phantom.server.PhantomFile
Reads a line in the file up to the next new line (CR/LF or just LF) or the end of the file.
readBOMStringVector(boolean, boolean, boolean, String) - Method in class se.entra.phantom.server.PhantomFile
Reads the file until end as a string vector.
readBoolean() - Method in class se.entra.phantom.common.Transaction
Reads a boolean from incoming data.
readBoolean() - Method in class se.entra.phantom.server.PhantomFile
Reads a boolean byte value from file.
readByte() - Method in class se.entra.phantom.common.Transaction
Reads an unsigned byte from the incoming data.
readByte() - Method in class se.entra.phantom.server.PhantomFile
Reads an unsigned byte value from the file.
readByteLine() - Method in class se.entra.phantom.server.PhantomFile
Reads a line in the file up to the next new line (CR/LF or just LF) or the end of the file.
readBytes(int) - Method in class se.entra.phantom.common.Transaction
Reads a byte array from the incoming data.
readChar() - Method in class org.openxml.parser.StreamParser
Reads and returns a single character from the input stream.
readChar() - Method in class se.entra.phantom.common.Transaction
Reads an encoded character in a byte from the incoming data.
readData(int) - Method in class se.entra.phantom.common.Transaction
Reads a set of bytes from the incoming data.
readDocument() - Method in class se.entra.phantom.common.Transaction
Reads an XML document from the transaction.
readDouble() - Method in class se.entra.phantom.common.Transaction
Reads a 64 bit double value from the incoming data.
readFloat() - Method in class se.entra.phantom.common.Transaction
Reads a float value from the incoming data.
readIntelDouble() - Method in class se.entra.phantom.server.PhantomFile
Reads a double value from the file.
readIntelLong() - Method in class se.entra.phantom.common.Transaction
Reads an Intel format encoded 32 bit signed value from the incoming data.
readIntelLong() - Method in class se.entra.phantom.server.PhantomFile
Reads a signed long value from the file in Intel style.
readIntelShort() - Method in class se.entra.phantom.server.PhantomFile
Reads an signed short value from the file in Intel style.
readIntelUShort() - Method in class se.entra.phantom.common.Transaction
Reads an Intel format encoded 16 bit unsigned value from the incoming data.
readIntelUShort() - Method in class se.entra.phantom.server.PhantomFile
Reads an unsigned short value from the file in Intel style.
readISOLine() - Method in class se.entra.phantom.server.PhantomFile
Reads a line in the file up to the next new line (CR/LF or just LF) or the end of the file.
readLine() - Method in class com.netphantom.eclipse.CodepageReader
Reads a line of text.
readLine(long, long) - Method in class se.entra.phantom.server.REXXFile
Reads a line from the stream without the line separator.
readLong() - Method in class se.entra.phantom.common.Transaction
Reads a 32 bit signed value from the incoming data.
readLong64() - Method in class se.entra.phantom.common.Transaction
Reads a 64 bit signed value from the incoming data.
readLongString() - Method in class se.entra.phantom.common.Transaction
Deprecated.
since NetPhantom 4.0, use readString instead.
readMessage() - Method in class com.netphantom.common.websocket.WebSocket
Reads a message.
readModifiedCommand(boolean, boolean) - Method in class se.entra.phantom.server.tn3270e.DataStream3270
Read Modified Command.
readNullTerminatedString() - Method in class se.entra.phantom.common.Transaction
Reads a null character Ansi string (typically a C string) from the incoming data.
readOEMBytes(int) - Method in class se.entra.phantom.server.PhantomFile
Reads a number of OEM bytes and returns it as a string.
readOEMLine() - Method in class se.entra.phantom.server.PhantomFile
Reads a line in the file up to the next new line (CR/LF or just LF) or the end of the file.
readOEMString() - Method in class se.entra.phantom.server.PhantomFile
Reads a number of OEM bytes and returns it as a string.
readOEMString(int) - Method in class se.entra.phantom.server.PhantomFile
Reads a number of OEM bytes and returns it as a string.
readOEMStringVector(boolean) - Method in class se.entra.phantom.server.PhantomFile
Reads the file until end as a string vector.
readOEMStringVector(boolean, boolean) - Method in class se.entra.phantom.server.PhantomFile
Reads the file until end as a string vector.
readOEMStringVector(boolean, boolean, boolean) - Method in class se.entra.phantom.server.PhantomFile
Reads the file until end as a string vector.
readPropertiesXML(PhantomXMLUtilities, Element, PropertyWorker) - Method in interface se.entra.phantom.server.VirtualServerUserWindowProperties
Read specific user window properties from xml.
readShort() - Method in class se.entra.phantom.common.Transaction
Reads a 16 bit signed value from the incoming data.
readSigned() - Method in class se.entra.phantom.common.Transaction
Reads a signed integer of the range -0x1FFFFFFF to 0x1FFFFFFF.
readString() - Method in class se.entra.phantom.common.Transaction
Reads a string from the incoming data.
readString() - Method in class se.entra.phantom.server.PhantomFile
Reads a number of bytes and returns it as a string.
readString(int) - Method in class se.entra.phantom.server.PhantomFile
Reads a number of bytes and returns it as a string.
readSubTransaction() - Method in class se.entra.phantom.common.Transaction
Retrieves a sub-transaction from an incoming transaction.
readTokenContent() - Method in class org.openxml.parser.ContentParser
Reads and returns a single content token.
readTokenName() - Method in class org.openxml.parser.StreamParser
Reads a valid token name and places it in StreamParser._tokenText.
readTokenNameCur() - Method in class org.openxml.parser.StreamParser
Reads a valid token name and places it in StreamParser._tokenText.
readTokenQuoted() - Method in class org.openxml.parser.StreamParser
Reads the quoted identifier token.
readTransaction() - Method in class se.entra.phantom.common.Transaction
Retrieves a sub-transaction from an incoming transaction.
readTransaction(ClientCommunicationInterface, DefaultCrypto) - Method in class se.entra.phantom.server.rapp.RemoteApplicationManager
Reads a transaction from the server.
readTransaction(ClientConnectionData, ClientCommunicationInterface, DefaultCrypto) - Method in class se.entra.phantom.server.rapp.RemoteApplicationManager
Reads a transaction from the server.
readUnicodeChars(int) - Method in class se.entra.phantom.server.PhantomFile
Reads a number of Unicode characters (16-bit words) and returns it as a string.
readUnicodeString(int) - Method in class se.entra.phantom.server.PhantomFile
Reads a number of Unicode characters (16-bit words) and returns it as a string.
readUnsigned() - Method in class se.entra.phantom.common.Transaction
Reads an unsigned integer of the range 0x00000000 to 0x3FFFFFFF.
readUShort() - Method in class se.entra.phantom.common.Transaction
Reads a 16 bit unsigned value from the incoming data.
rebind() - Method in class se.entra.phantom.server.PhantomCBusGraph
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCCheckBox
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCComboBox
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCEntryField
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCGroupBox
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCListBox
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCMLE
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCNoteBook
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomControl
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCOutputText
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCPushButton
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCRadioButton
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCRectangle
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCSpinButton
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCStaticText
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCSubWindow
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCTree
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCUnknown
Re-bind the panel data.
rebind() - Method in class se.entra.phantom.server.PhantomCUserWindow
Re-bind the panel data.
rebind(PhantomApplicationData) - Method in class se.entra.phantom.server.PhantomMenu
Reloads objects for the menu items.
rebind(PhantomApplicationData) - Method in class se.entra.phantom.server.PhantomMenuItem
Reload object reference.
rebind(PhantomApplicationData, PhantomHostData) - Method in class se.entra.phantom.server.PhantomPanelData
Re-bind the instance.
rebind(PhantomApplicationData) - Method in class se.entra.phantom.server.PhantomPopupMenu
Reloads objects for the menu items.
receiveTransaction() - Method in class com.netphantom.server.ws.WebSocketClientCommunication
Deprecated.
receiveTransaction(Object[]) - Method in class com.netphantom.server.ws.WebSocketClientCommunication
Reads a transaction from the client.
receiveTransaction() - Method in class se.entra.phantom.radmin.PerformCommand
Reads a transaction from the server.
receiveTransaction() - Method in interface se.entra.phantom.server.ClientCommunicationInterface
Reads a transaction from the client.
receiveTransaction(Object[]) - Method in interface se.entra.phantom.server.ClientCommunicationInterface
Reads a transaction from the client.
receiveTransaction() - Method in class se.entra.phantom.server.http.HttpSession
Reads a transaction from the client.
receiveTransaction(Object[]) - Method in class se.entra.phantom.server.http.HttpSession
Reads a transaction from the client.
receiveTransaction() - Method in class se.entra.phantom.server.HttpTunnelingCommunication
Reads a transaction from the client.
receiveTransaction(Object[]) - Method in class se.entra.phantom.server.HttpTunnelingCommunication
Reads a transaction from the client.
receiveTransaction() - Method in class se.entra.phantom.server.rconsole.AdminCommandProcessor
Reads a transaction from the client.
receiveTransaction() - Method in class se.entra.phantom.server.socket.SocketClientCommunication
Reads a transaction from the client.
receiveTransaction(Object[]) - Method in class se.entra.phantom.server.socket.SocketClientCommunication
Reads a transaction from the client.
recordBackspace() - Method in class se.entra.phantom.server.tn5250e.Display5250
Performs the record backspace function.
recreate(long, String, byte[]) - Method in class se.entra.phantom.server.phed.PanelDesignerControl
Recreate the component with the specified data.
recreateRepaint() - Method in class se.entra.phantom.server.phed.PanelDesignerControl
Causes the Java component to be recreated and redrawn.
RECRT - Static variable in class se.entra.phantom.rapp.RAPPCallObject
Recreate panel object message.
RECRT - Static variable in interface se.entra.phantom.server.ObjectCalling
Recreate panel object message.
Rect(int, int, int, int) - Constructor for class se.entra.phantom.server.HostPopupWindow.Rect
Constructor.
Rect() - Constructor for class se.entra.phantom.server.HostPopupWindow.Rect
Constructor.
RECT_2D - Static variable in class se.entra.phantom.server.PhantomCBarControl
 
RECT_3D_IN - Static variable in class se.entra.phantom.server.PhantomCBarControl
 
RECT_3D_OUT - Static variable in class se.entra.phantom.server.PhantomCBarControl
 
RECT_MASK - Static variable in class se.entra.phantom.server.PhantomCBarControl
 
RECT_NONE - Static variable in class se.entra.phantom.server.PhantomCBarControl
 
RED - Static variable in class se.entra.phantom.client.ColorMapper
 
redirectSocket(String) - Method in class se.entra.phantom.client.Phantom
Redirection of client to another socket.
reference - Variable in class se.entra.phantom.server.PhantomApplicationData.Directory
The object/panel reference.
refresh() - Method in class se.entra.phantom.server.lumapper.DefaultLUMapperExit
Refreshes the contents in case of e.g.
refresh() - Method in interface se.entra.phantom.server.LUMapperInterface
Refreshes the contents in case of e.g.
refresh() - Method in class se.entra.phantom.server.VirtualCBar
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualCBarControl
This method is used to refresh the bar control.
refresh() - Method in class se.entra.phantom.server.VirtualCBarHostField
This method is used to refresh the bar control.
refresh() - Method in class se.entra.phantom.server.VirtualCBarMessage
This method is used to refresh the bar control.
refresh() - Method in class se.entra.phantom.server.VirtualCBusGraph
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualCBusGraphCategories
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualCBusGraphValueData
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualCBusGraphValues
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualCCheckBox
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualCEntryField
This method is used to refresh the contents of the virtual classes.
refresh() - Method in class se.entra.phantom.server.VirtualCExternalImage
This method is used to refresh all virtual controls when e.g.
refresh() - Method in interface se.entra.phantom.server.VirtualClientMessages
This method is used to refresh all virtual classes when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualCListBox
This method is used to refresh the contents of the virtual classes.
refresh() - Method in class se.entra.phantom.server.VirtualCListCapableControl
This method is used to refresh the contents of the virtual classes.
refresh() - Method in class se.entra.phantom.server.VirtualCMLE
This method is used to refresh the contents of the virtual classes.
refresh() - Method in class se.entra.phantom.server.VirtualCNoteBook
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualControl
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualCOutputText
This method is used to refresh the contents of the virtual classes.
refresh() - Method in class se.entra.phantom.server.VirtualCPushButton
This method is used to refresh the contents of the virtual classes.
refresh() - Method in class se.entra.phantom.server.VirtualCRadioButton
This method is used to refresh the contents of the virtual classes.
refresh() - Method in class se.entra.phantom.server.VirtualCUserWindow
This method is used to refresh all virtual controls when e.g.
refresh(boolean) - Method in class se.entra.phantom.server.VirtualHostMessageBox
This method is used to refresh the host field.
refresh() - Method in class se.entra.phantom.server.VirtualMenu
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualMenuItem
This method is used to refresh all virtual controls when e.g.
refresh() - Method in class se.entra.phantom.server.VirtualPopupMenu
Causes the text prompt of this pull-down menu to be refreshed along with all menu items.
refresh() - Method in class se.entra.phantom.server.VirtualPullDownMenu
Causes the text prompt of this pull-down menu to be refreshed along with all menu items.
refresh() - Method in class se.entra.phantom.server.VirtualServerUserWindowAdapter
This method is used to refresh all virtual controls when e.g.
refresh() - Method in interface se.entra.phantom.server.VirtualUserWindowInterface
This method is used to refresh all virtual controls when e.g.
refreshEclipseFiles(Collection<File>, HashSet<File>) - Static method in class se.entra.phantom.server.phed.project.EclipseIntegration
Updates the files in Eclipse.
refreshHostFields(HostFields) - Method in class se.entra.phantom.server.ee.EEMaster.EEScreen
Refreshes the host fields of the current session.
refreshHostFields(HostFields) - Method in class se.entra.phantom.server.HostSession
Refreshes the host fields of the current session.
refreshHostFields(HostFields) - Method in class se.entra.phantom.server.HostSession3270
Refreshes the host fields of the current session.
refreshHostFields(HostFields) - Method in class se.entra.phantom.server.HostSession5250
Refreshes the host fields of the current session.
refreshHostFields(HostFields) - Method in class se.entra.phantom.server.HostSessionEE
Refreshes the host fields of the current session.
refreshHostFields(HostFields) - Method in interface se.entra.phantom.server.HostSessionPeer
Refreshes the host fields of the current session.
refreshHostFields(HostFields) - Method in class se.entra.phantom.server.tn3270e.Display3270
Refreshes the host fields of the current session.
refreshHostFields(HostFields) - Method in class se.entra.phantom.server.tn5250e.Display5250
Refreshes the host fields of the current session.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualCBar
This method is used to refresh all virtual controls when e.g.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualCBarBmpButton
This method is used to refresh the text prompt.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualCBarControl
This method is used to refresh all virtual controls when e.g.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualCBarStdButton
This method is used to refresh the text prompt.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualCBarText
This method is used to refresh the text prompt.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualCExternalImage
This method is used to refresh all virtual controls when e.g.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualCGroupBox
This method is used to refresh the text prompt.
refreshTextPrompts() - Method in interface se.entra.phantom.server.VirtualClientMessages
This method is used to refresh all virtual classes that have text prompt data in them.
refreshTextPrompts(boolean) - Method in class se.entra.phantom.server.VirtualCListBox
Text prompts has to be refreshed because of a host change.
refreshTextPrompts(boolean) - Method in class se.entra.phantom.server.VirtualCNoteBook
This method is used to refresh all virtual classes that have text prompt data in them.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualControl
This method is used to refresh all virtual classes that have text prompt data in them.
refreshTextPrompts(boolean) - Method in class se.entra.phantom.server.VirtualControl
Refreshes the text prompts, but with a flag indicating the text prompts always needs to be updated, due to a panel that is created or recreated.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualCUserWindow
This method is used to refresh all virtual controls when e.g.
refreshTextPrompts(boolean) - Method in class se.entra.phantom.server.VirtualMenu
This method is used to refresh all virtual classes that have text prompt data in them.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualMenuItem
This method is used to refresh all virtual classes that have text prompt data in them.
refreshTextPrompts(boolean) - Method in class se.entra.phantom.server.VirtualPopupMenu
This method is used to refresh all virtual classes that have text prompt data in them.
refreshTextPrompts(boolean) - Method in class se.entra.phantom.server.VirtualPullDownMenu
This method is used to refresh all virtual classes that have text prompt data in them.
refreshTextPrompts() - Method in class se.entra.phantom.server.VirtualServerUserWindowAdapter
This method is used to refresh all virtual controls when e.g.
refreshTextPrompts() - Method in interface se.entra.phantom.server.VirtualUserWindowInterface
This method is used to refresh all virtual controls when e.g.
registerDriver(Driver) - Static method in class se.entra.phantom.server.DriverShim
Static method to register the driver with the DriverManager.
registerElement(String, Class) - Method in class org.openxml.dom.DocumentImpl
Register an application-defined element type.
registerInputNotification(IRemoteSocket) - Method in class se.entra.phantom.client.RemoteSocket
Registers a notification interface when data is received at the remote server input stream of the socket.
registerInternalMethods() - Method in class se.entra.phantom.server.SessionPoolingData
Registers all internal methods in the implementing script class.
registerScriptMethod(Class<?>, String, String) - Method in class se.entra.phantom.server.SessionPoolingData
This function registers a script method in the table.
registerStringID(String, int) - Method in class se.entra.phantom.server.VirtualRuntime
Registers a string ID and a numbered ID for the application.
registerXMLScriptMethods() - Method in class se.entra.phantom.server.SessionPoolingData
This function registers all script methods defined in the XML file.
reinitliazeClientFlags() - Method in class se.entra.phantom.server.PhantomCStaticText
Reinitializes the clientFlags internally from the flags.
reload() - Method in class se.entra.phantom.server.http.HtmlResource
Reloads a the resource if required.
reload() - Method in class se.entra.phantom.server.http.HttpResource
Reloads a the resource if required.
reload() - Method in class se.entra.phantom.server.http.XMLResource
Reloads a the resource if required.
reload() - Method in class se.entra.phantom.server.IniFile
Reload internal state from external sources.
reload(PhantomHostData, IProgressMonitor, IReloadListener, boolean) - Method in class se.entra.phantom.server.PhantomApplicationData
Reload internal state from external sources.
reload() - Method in class se.entra.phantom.server.PhantomHostData
Reload internal state from external sources.
reload() - Method in class se.entra.phantom.server.PhantomObject
Reload internal state from external sources.
reload() - Method in class se.entra.phantom.server.PhantomPanelData
Reload internal state from external sources.
reload() - Method in class se.entra.phantom.server.PhantomPopupMenu
Reload internal state from external sources.
reload(IProgressMonitor, IReloadListener) - Method in class se.entra.phantom.server.PhantomRuntime
Reload internal state from external sources.
reload() - Method in class se.entra.phantom.server.phed.ImageReferencesValidator
Reload as required.
reloadAllowedAccessControl() - Static method in class se.entra.phantom.server.ssl.NetPhantomJSSEServerSocket
Loads or reloads allowed certificates per access control in the "clientcerts/"+accessControlName directory.
reloadCRLs() - Static method in class se.entra.phantom.server.ssl.NetPhantomJSSEServerSocket
Causes a load or reload of the CRL directory.
reloadCurrentProject(VirtualPanel) - Static method in class se.entra.phantom.server.phed.Start
Reloads the current project files if required.
reLoadLU() - Static method in class se.entra.phantom.server.rconsole.AdminData
Reloads the LUMapper.
reloadMapFile() - Method in class se.entra.phantom.server.ClientSessionManager
Reloads the optional file used to map a client to a particular 3270 LU.
reloadMapFile() - Method in interface se.entra.phantom.server.ServerAdminInterface
Reloads the optional file used to map a client to a particular 3270 LU.
reloadObject() - Method in class se.entra.phantom.server.PhantomCBusGraph
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCCheckBox
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCComboBox
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCEntryField
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCGroupBox
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCListBox
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCMLE
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCNoteBook
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCNoteBookAction
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCNoteBookPage
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomControl
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCOutputText
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCPushButton
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCRadioButton
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCRectangle
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCSpinButton
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCStaticText
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCSubWindow
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCTree
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCUnknown
Reload object reference.
reloadObject() - Method in class se.entra.phantom.server.PhantomCUserWindow
Reload object reference.
reloadRevokedAccessControl() - Static method in class se.entra.phantom.server.ssl.NetPhantomJSSEServerSocket
Loads or reloads revoked certificates per access control in the "revokedcerts/"+accessControlName directory.
reLoadRuntime(String[]) - Static method in class se.entra.phantom.server.rconsole.AdminData
Reloads a runtime file.
reloadRuntimeFiles(String[]) - Method in class se.entra.phantom.server.ClientSessionManager
Reloads one or several runtime files of the specified indexes.
reloadRuntimeFiles(String[]) - Method in interface se.entra.phantom.server.ServerAdminInterface
Reloads one or several runtime files of the specified indexes.
reloadTextFile(boolean) - Method in class se.entra.phantom.server.PhantomApplicationData
Reloads the text file immediately if it is required.
REM - Static variable in class se.entra.phantom.rapp.RAPPCallObject
Remove object message.
REM - Static variable in interface se.entra.phantom.server.ObjectCalling
Remove object message.
remapActionKey(int) - Static method in class se.entra.phantom.server.PhantomCPushButton
Remaps the action keys F13-F24 to Shift+F1-F12 because Java doesn't have F13-F24.
rematchScreen(boolean) - Method in interface se.entra.phantom.common.MouseInterface
Performs a re-match of the current screen.
rematchScreen(boolean) - Method in class se.entra.phantom.server.phed.TerminalMouseHandler
Performs a re-match of the current screen.
rememberFile(String, boolean) - Static method in class se.entra.phantom.server.phed.Start
Remembers (or forgets if doRemove is true) the last file for the File menu in the panel editor.
RemoteApplication - Class in se.entra.phantom.rapp
Use this class to establish a socket connection to a Server in order to process remote application calls to a server application.
RemoteApplication(String) - Constructor for class se.entra.phantom.rapp.RemoteApplication
Creates a new instance of the Remote Application class using the specified applicationName without a previous connection (i.e.
RemoteApplication(String, String) - Constructor for class se.entra.phantom.rapp.RemoteApplication
Creates a new instance of the Remote Application class using the specified applicationName and a previous sessionID (if non-null).
RemoteApplicationManager - Class in se.entra.phantom.server.rapp
Nothing yet...
RemoteApplicationManager(ClientSessionManager) - Constructor for class se.entra.phantom.server.rapp.RemoteApplicationManager
Creates the single instance of the remote application manager.
RemoteAssistance - Class in com.netphantom.server.utils
This class handles Remote Assistance.
RemoteAssistanceClient - Class in com.netphantom.server.utils
Client part for handling relay connections over SSL, running normally from inside the Editor, but also has a command line interface.
RemoteAssistanceServer - Class in com.netphantom.server.utils
Handles remote assistance connections over SSL.
RemoteAssistanceServer() - Constructor for class com.netphantom.server.utils.RemoteAssistanceServer
 
RemoteAssistanceSupport - Class in com.netphantom.server.utils
Remote Assistance Support side, establishing a relayed connection using SSL to the Remote Assistance Client.
RemoteSocket - Class in se.entra.phantom.client
Class handling a remote socket open on the server side.
RemoteTransaction - Class in se.entra.phantom.rapp
Use an instance of this class to send and receive transactions over the Remote Application interface.
RemoteTransaction() - Constructor for class se.entra.phantom.rapp.RemoteTransaction
Create a new instance of the class.
RemoteTransaction(RAPPTransaction) - Constructor for class se.entra.phantom.rapp.RemoteTransaction
Creates a new transaction instance for a Request for the Remote Application in a RAPPTransaction instance.
remove(int) - Method in class org.openxml.dom.html.HTMLSelectElementImpl
 
remove(String) - Method in class se.entra.phantom.server.PhantomHostData
Delete a screen.
remove(PhantomHostField) - Method in class se.entra.phantom.server.PhantomHostScreen
Removes a field definition.
remove(String) - Method in class se.entra.phantom.server.PhantomHostScreen
Removes a field definition.
remove() - Method in class se.entra.phantom.server.VirtualCTreeNode
Removes the node from the parent node.
remove(VirtualCTreeNode) - Method in class se.entra.phantom.server.VirtualCTreeNode
Removes a child node.
REMOVE_MARK - Static variable in interface se.entra.phantom.common.TerminalWindowListener
Action used when the mark rectangle is removed.
removeAll() - Method in class se.entra.phantom.client.PJBarVisualComponent
Removes all controls.
removeAll() - Method in class se.entra.phantom.server.VirtualCTreeNode
Removes all children nodes.
removeAllElements(boolean) - Method in class se.entra.phantom.rapp.RAPPAction
Removes all Elements for an action class request or reply.
removeAllItems() - Method in class se.entra.phantom.client.PJComboBox
Delete all items.
removeAllItems(String) - Method in class se.entra.phantom.server.IniFile
Removes all items defined in a section.
removeAllMacros() - Method in class se.entra.phantom.server.PhantomHostData
Removes all macros.
removeAttribute(String) - Method in class org.openxml.dom.ElementImpl
 
removeAttribute(String) - Method in class se.entra.phantom.rapp.RAPPElement
Removes an attribute from the element.
removeAttributeNode(Attr) - Method in class org.openxml.dom.ElementImpl
 
removeAttributeNS(String, String) - Method in class org.openxml.dom.ElementImpl
 
removeBorder() - Method in class se.entra.phantom.client.PJEntryField
Removes the border from the entry field, taking care of look-and-feel (Nimbus).
removeBorder(JComponent) - Static method in class se.entra.phantom.client.PJEntryField
Removes the border from the entry field, taking care of look-and-feel (Nimbus).
removeChild(Node) - Method in class org.openxml.dom.NodeImpl
Remove oldChild from this parent.
removeChild(Node) - Method in class org.openxml.dom.ParentNodeImpl
 
removeChild(Node) - Method in class se.entra.phantom.rapp.RAPPElement
Removes the child node from this element.
removeChild(RAPPElement) - Method in class se.entra.phantom.rapp.RAPPElement
Removes the child node from this element.
removeClientSessionListener(ClientSessionListener) - Method in class se.entra.phantom.server.ClientSessionManager
Removes a client session listener.
removeClientTerminalMark() - Method in class se.entra.phantom.server.TerminalFunctions
Removes the rectangle mark on the client terminal.
removeConnector(SocketClientConnectionListener) - Method in class com.netphantom.server.acme.LetsEncryptDomain
Removes a HTTPS connector that references this domain.
removeConnectWindow() - Method in class se.entra.phantom.client.Phantom
Removes the connect window as soon as a panel is created.
removeExcludedPopup() - Method in interface se.entra.phantom.common.MouseInterface
Perform remove excluded pop-up window action.
removeExcludedPopup() - Method in class se.entra.phantom.common.TerminalWindow
Perform remove excluded pop-up window action in the editor.
removeExcludedPopup() - Method in class se.entra.phantom.server.phed.TerminalMouseHandler
Perform remove excluded pop-up window action.
removeFieldDefinitions() - Method in class se.entra.phantom.server.PhantomHostScreen
Removes the field definitions of the screen.
removeHistoryListener(EventHistoryListener) - Method in class se.entra.phantom.server.EventManager
Removes a listener for history events.
removeIdentification(PhantomHostScreenIdentification) - Method in class se.entra.phantom.server.PhantomHostScreen
Removes the identifications of the screen.
removeIdentifications() - Method in class se.entra.phantom.server.PhantomHostScreen
Removes the identifications of the screen.
removeInnerIterator(InnerIterator) - Method in class org.openxml.dom.ParentNodeImpl
 
removeJarSignature(String) - Static method in class com.netphantom.server.utils.JarTools
Removes the existing signature in a JAR file.
removeJarsSignature(VirtualPanel, String, String) - Static method in class com.netphantom.server.utils.JarTools
Removes all signatures from the specified JAR files, ignoring ZIP files.
removeKeyListener(Object) - Static method in class se.entra.phantom.client.Plaf
Removes a key listener and returns it "on" state for the keys VK_CAPS_LOCK, VK_NUM_LOCK and VK_SCROLL_LOCK.
removeKeyPressedListener(KeyPressedListener) - Method in class se.entra.phantom.client.PPanel
Removes a listener for pressed keys.
removeKillThread() - Static method in class se.entra.phantom.server.ClientSessionManager
Remove a kill-server thread.
removeListener(ClientSession) - Method in class se.entra.phantom.server.HostScreen
Remove the additional listener
removeListener(HostSessionManagerListener) - Method in class se.entra.phantom.server.HostSessionManager
Removes a listener for the session.
removeListener(Runnable) - Static method in class se.entra.phantom.server.phed.project.EclipseIntegration
Removes a listener to connection state changes.
removeMark() - Method in interface se.entra.phantom.common.MouseInterface
Removes the current mark.
removeMark() - Method in class se.entra.phantom.common.TerminalWindow
Removes the mouse marking area that currently exists.
removeMark() - Method in class se.entra.phantom.server.phed.TerminalMouseHandler
Removes the current mark.
removeNamedItem(String) - Method in class org.openxml.dom.AttrNodeMap
 
removeNamedItem(String) - Method in class org.openxml.dom.NamedNodeMapImpl
 
removeNamedItemNS(String, String) - Method in class org.openxml.dom.AttrNodeMap
 
removeNamedItemNS(String, String) - Method in class org.openxml.dom.NamedNodeMapImpl
! NOT IMPLEMENTED !
removeNode(Node) - Method in class org.openxml.dom.traversal.InnerIterator
Called to notify this iterator that a particular node has been removed.
removeNotify() - Method in class se.entra.phantom.client.PJSpinButton
Make sure timer is killed.
removeObject(String) - Method in class se.entra.phantom.server.VirtualSessionManager
Removed an object in the session table.
removePanelEventListener(VirtualPanelEventListener) - Method in class se.entra.phantom.server.VirtualPanel
Removes a panel event listener.
removePanelListener(VirtualPanelListener) - Method in class se.entra.phantom.server.VirtualPanel
Removes a listener for this panel.
removeProcess(Process) - Method in class se.entra.phantom.server.VirtualSessionManager
Removes a Java Process to be terminated when the session is terminated.
removeRuntimeFile(String) - Method in class se.entra.phantom.server.ClientSessionManager
Removes a runtime file from the application.
removeServerProcessListener(ServerProcessListener) - Method in class se.entra.phantom.server.ClientSessionManager
Removes a server process listener.
removeSessionCookie() - Method in class se.entra.phantom.server.http.HttpSession
Remove session cookie.
RemoveTempFile(Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
Removes a temporary file name from the client session.
RemoveTempFile(String) - Method in class se.entra.phantom.server.REXXMigration
Removes a temporary file name from the client session.
removeTempFileName(String) - Method in class se.entra.phantom.server.VirtualSessionManager
Removes a temporary file name from the client session.
removeTerminal() - Method in class se.entra.phantom.server.ClientSession
Removes the terminal window and displays all the panels again.
removeTerminal(boolean) - Method in class se.entra.phantom.server.ClientSession
Removes the terminal window and displays all the panels again.
removeTerminal() - Method in interface se.entra.phantom.server.ClientSessionInterface
Removes the terminal window and displays all the panels again.
removeToolboxRuntime() - Method in class se.entra.phantom.server.VirtualSessionManager
Removes the current toolbox runtime application.
removeUpdate(DocumentEvent) - Method in class se.entra.phantom.client.PControl
The entry field item is changed due to text removal.
removeUpdate(DocumentEvent) - Method in class se.entra.phantom.client.PJSpinButton
The entry field item is changed due to text removal.
removeVirtualPanelCreationListener(VirtualPanelCreationListener) - Method in class se.entra.phantom.server.VirtualSessionManager
Removes a panel creation listener for the application.
rename(String, String) - Method in class se.entra.phantom.server.PhantomHostData
Renames a host screen, the reference of the PhantomHostScreen gets the name changed and the hash table containing String names to PhantomHostScreen is updated.
renameNode(Node, String, String) - Method in class org.openxml.dom.DocumentImpl
 
renameSection(String, String) - Method in class se.entra.phantom.server.IniFile
Renames a section in the INI file.
render(LogEvent, Component, boolean) - Static method in class se.entra.phantom.client.ComponentPrinter2D
Renders a "frame" window.
Renderer(JScrollPane) - Constructor for class se.entra.phantom.client.CTree.Renderer
 
renegotiateSession(ISocket, boolean, boolean, String, Thread) - Method in class se.entra.phantom.server.DefaultServerSocket
If an SSL connection is not using strong encryption or if a client certificate is required, call this method.
renegotiateSession(ISocket, boolean, boolean, String, Thread) - Method in interface se.entra.phantom.server.ServerSocketInterface
If an SSL connection is not using strong encryption or if a client certificate is required, call this method.
renegotiateSession(ISocket, boolean, boolean, String, Thread) - Method in class se.entra.phantom.server.ssl.NetPhantomJSSEServerSocket
If an SSL connection is not using strong encryption or if a client certificate is required, call this method.
renewNow(Function<String, Void>) - Method in class com.netphantom.server.acme.LetsEncryptDomain
Performs the renewal now.
repack200Jar(String, IniFile) - Static method in class com.netphantom.server.utils.JarTools
Repacks a JAR file using Pack200.
repaint() - Method in interface se.entra.phantom.common.HandlerOwnerInterface
Forces a repaint of the graphical part of the object.
repaint() - Method in class se.entra.phantom.server.HostScreen
This method is to be called whenever the host fields and/or the host pop-up windows have changed.
repaint() - Method in class se.entra.phantom.server.phed.PanelDesignerControl
Causes repaint of a window, including the bitmaps in the Win32 thread later...
repaintComponent(JComponent) - Method in class se.entra.phantom.common.TerminalWindow
Repaints a component and all its dirty regions using the Swing Repaint Manager.
repaintStatusLine() - Method in class se.entra.phantom.common.TerminalWindow
Repaints the status line.
repaintText(int, int) - Method in class se.entra.phantom.common.TerminalWindow
Change of character/color data between two positions.
repaintWindow() - Method in interface se.entra.phantom.common.FieldPaintInterface
Mark the terminal window to be repainted.
repaintWindow() - Method in class se.entra.phantom.server.phed.TerminalFieldPainter
Mark the terminal window to be repainted.
replace(int, int, String) - Method in class org.openxml.util.FastString
 
replaceChild(Node, Node) - Method in class org.openxml.dom.NodeImpl
Replace oldChild with newChild, adding the new child and removing the old one.
replaceChild(Node, Node) - Method in class org.openxml.dom.ParentNodeImpl
 
replaceJarWithAutoClientJar(File, File, boolean, File, LinkedHashSet<String>, IProgressMonitor) - Static method in class se.entra.phantom.server.phed.project.AutoClientJar
Replaces a Jar file with Auto-Client Jar.
replaceManager(HostSessionManager) - Method in class se.entra.phantom.server.HostSession
Replaces the host session manager for this session.
replaceProgramText(Hashtable<String, String>) - Static method in class se.entra.phantom.server.ClientSessionManager
Replaces text as @**PROGSHORT@, @**PROGSERVER@, @**PROGCLIENT@ and @**PROGEDITOR@ with the corresponding text "NetPhantom", "NetPhantom Server", "NetPhantom Client" and "NetPhantom Editor" when running NetPhantom.
replaceProgramText(String) - Static method in class se.entra.phantom.server.ClientSessionManager
Replaces text as @**PROGSHORT@, @**PROGSERVER@, @**PROGCLIENT@ and @**PROGEDITOR@ with the corresponding text "NetPhantom", "NetPhantom Server", "NetPhantom Client" and "NetPhantom Editor" when running NetPhantom.
replyContentType - Variable in class se.entra.phantom.server.http.HttpSession
Reply Content-type (null is default).
REPLYTYPE_CLIENTEXECUTE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
REPLYTYPE_CLIPBOARD - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
REPLYTYPE_DDE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
REPLYTYPE_FFONTLIST - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
REPLYTYPE_HTMLAPPEVENT - Static variable in class se.entra.phantom.server.ClientWorker
 
REPLYTYPE_MESSAGEBOX - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
REPLYTYPE_REPORT - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
REPLYTYPE_SAVEPROPS - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
REPLYTYPE_SERVERCALLBACK - Static variable in class se.entra.phantom.server.ClientWorker
 
REPLYTYPE_TERMMARK - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
REPOBJTYPE_CONTJOB - Static variable in class se.entra.phantom.server.Report
 
REPOBJTYPE_ENDJOB - Static variable in class se.entra.phantom.server.Report
 
REPOBJTYPE_STARTJOB - Static variable in class se.entra.phantom.server.Report
 
Report(Rexx, Rexx, Rexx, Rexx, Rexx, Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
Report printer commands.
Report - Class in se.entra.phantom.server
A report created by the report generator.
Report(ReportGenerator) - Constructor for class se.entra.phantom.server.Report
Creates a new report.
Report(String, String, String, String, String, String) - Method in class se.entra.phantom.server.REXXMigration
Handles the printing of a report.
REPORT_ALL_ERRORS - Static variable in interface org.openxml.parser.ErrorReport
Report all errors but no warnings.
REPORT_NOTHING - Static variable in interface org.openxml.parser.ErrorReport
Ignore all errors, nothing is reported.
REPORT_PRINT - Static variable in class se.entra.phantom.client.Plaf
The print defined print types.
REPORT_WITH_WARNING - Static variable in interface org.openxml.parser.ErrorReport
Report all errors and warnings.
reportError(int, String, SAXException) - Method in interface org.openxml.parser.ErrorReport
Report a processing error at the specified level.
reportError(int, Node, SAXException) - Method in interface org.openxml.parser.ErrorReport
Report a processing error at the specified level.
reportError(int, SAXException) - Method in interface org.openxml.parser.ErrorReport
Report a parse error at the specified level.
reportError(int, String, SAXException) - Method in class org.openxml.parser.ErrorReportImpl
 
reportError(int, Node, SAXException) - Method in class org.openxml.parser.ErrorReportImpl
 
reportError(int, SAXException) - Method in class org.openxml.parser.ErrorReportImpl
 
reportError(int, Object, SAXException) - Method in class org.openxml.parser.ErrorReportImpl
Internal error reporting method.
ReportGenerator - Class in se.entra.phantom.server
The report generator.
ReportGenerator(PhantomWorker) - Constructor for class se.entra.phantom.server.ReportGenerator
Creates a new ReportGenerator.
reportHandler(String, String, String, String, String, String) - Method in class se.entra.phantom.server.PhantomWorker
Handles the report generator.
reportPotentialErroredFiles() - Method in class se.entra.phantom.server.PhantomRuntime
Reports potential files that were errored, typically not found.
ReportRequester - Class in se.entra.phantom.server
 
ReportRequester(PhantomWorker) - Constructor for class se.entra.phantom.server.ReportRequester
 
request_callControl() - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests a "Call" the control in question.
request_deleteAll() - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests "Deletes all lines" in a list capable control.
request_deleteLine(int) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests a delete of a line in a list capable control.
request_getCell(int, int) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests a single cell in a list capable control.
request_getLine(int) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests a line in a list capable control.
request_getLineCount() - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests the line count for a list capable control.
request_getListData() - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests the complete contents of a list capable control.
request_getNextSelection(int) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests the next selected line in a list capable control.
request_getText() - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests gets the text of an item.
request_insertLine(RAPPLine, int) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests insertion of a line in a list capable control.
request_isChecked() - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests the check state of a control (e.g.
request_isEnabled() - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests the enabled state of an item.
request_isVisible() - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests the visibility state of an item.
request_setCell(int, int, String) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests setting a single cell in a list capable control.
request_setChecked(int) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests setting the check state of a control (e.g.
request_setEnabled(boolean) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests setting the enabled state of an item.
request_setLine(RAPPLine, int) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests setting a line in a list capable control.
request_setListData(RAPPLines) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Request setting the complete contents of a list capable control.
request_setSelection(int, boolean) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests setting a line as selected (or not) in a list capable control.
request_setText(String) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests setting the text of an item.
request_setVisible(boolean) - Method in class se.entra.phantom.rapp.RAPPCallPanel
Requests setting the visibility state of an item.
requestClose() - Method in class se.entra.phantom.rapp.RemoteApplication
Requests immediate closure of the remote application.
requestDefaultFocus() - Method in class se.entra.phantom.client.PJPanel
Request the focus for the component that should have the focus by default.
requestDefaultFocus() - Method in class se.entra.phantom.client.PPanel
Requests the default focus.
requestDirectoryMonitorFunction0(int, String, long) - Static method in class se.entra.phantom.server.phed.Start
 
requestFocus() - Method in class se.entra.phantom.client.PJSpinButton
Override request focus and try to set focus to text area.
requestFocus() - Method in class se.entra.phantom.server.VirtualControl
Requests focus for the control.
requestFocus(String) - Method in class se.entra.phantom.server.VirtualPanel
A control wants focus.
requestFocus(int, int) - Method in class se.entra.phantom.server.VirtualPanel
A control wants focus.
requestFocus(VirtualControl, int) - Method in class se.entra.phantom.server.VirtualPanel
A control wants focus.
requestFocus(VirtualPanelSession) - Method in class se.entra.phantom.server.VirtualSessionManager
A control wants focus.
RequestHandler - Class in se.entra.phantom.server.sms
Class to handle requests to the SMS service.
RequestHandler() - Constructor for class se.entra.phantom.server.sms.RequestHandler
 
requestHelp(int) - Method in class se.entra.phantom.server.tn5250e.DataStream5250
Request error help description from the AS/400.
requestJavaFunction(int, String) - Static method in class se.entra.phantom.server.phed.Start
Call from JNI requesting an operation.
requestJNIFunction(int, String) - Static method in class se.entra.phantom.server.phed.Start
Requests a JNI function.
requestJNIFunction0(int, String) - Static method in class se.entra.phantom.server.phed.Start
 
requestJNIStringFunction(int, int, String) - Static method in class se.entra.phantom.server.phed.Start
Requests a JNI string function.
requestJNIStringFunction0(int, int, String) - Static method in class se.entra.phantom.server.phed.Start
 
requestLine - Variable in class se.entra.phantom.server.http.HttpSession
The request line.
requestOperation(int) - Static method in class se.entra.phantom.server.phed.Start
Call from JNI requesting an operation.
requestParser - Variable in class se.entra.phantom.server.http.HttpSession
The current request parser.
requestPing() - Method in class se.entra.phantom.server.VirtualSessionManager
Request a ping transaction round-trip (posted on the client queue).
requestPingReplies() - Static method in class se.entra.phantom.server.ClientSessionManager
Requests all Java clients to perform a PING round-trip and add the elapsed time into an array that can be retrieved using getPingReplies.
requestQuit() - Method in interface se.entra.phantom.client.IAppListener
System requests a quit of the application.
requestQuit() - Method in class se.entra.phantom.client.Phantom
System requests a quit of the application.
requestRecreate(String, byte[]) - Method in class se.entra.phantom.server.phed.PanelDesignerControl
Requests recreation of the component with new data.
requestShutdown() - Static method in class se.entra.phantom.server.phed.Start
Requests a shut-down of the Java VM, closing windows, saving states, etc.
requestSlavePerformanceData(Hashtable<String, Object>, int) - Static method in class se.entra.phantom.server.LoadBalancing
Request load balancing info from every slave, and in the hashtable, put the name of the slave server as the key and a "new Object()" as the element.
RequestThread - Class in se.entra.phantom.server.rapp
This class runs the request issued by a remote application in a separate thread (per requestID).
RequestThread(DefaultRemoteApplication, ClientConnectionData, Document, int) - Constructor for class se.entra.phantom.server.rapp.RequestThread
Creates a new instance of the request thread and starts it.
requestTransaction(RemoteTransaction) - Method in class se.entra.phantom.rapp.RemoteApplication
Requests a transaction in the server without waiting for a response, i.e.
requiresClosingTag() - Method in class org.openxml.dom.ElementDeclImpl
Returns true if the closing tag is optional.
requiresOpeningTag() - Method in class org.openxml.dom.ElementDeclImpl
Returns true if the opening tag is optional.
reset() - Method in class org.openxml.dom.html.HTMLFormElementImpl
 
reset() - Method in class org.openxml.dom.traversal.InnerIterator
Return to the beginning of the list, so the iteration can start all over.
reset() - Method in class org.openxml.util.FastString
 
reset() - Method in class se.entra.phantom.server.VirtualHostMessageBox
Removes any previous message box text that may cause the message box not to be displayed again.
RESET_SELECTION - Static variable in class se.entra.phantom.server.VirtualCListBox
The constant for reset selection.
resetChange() - Method in class se.entra.phantom.server.VirtualRuntime
Reset the internal state for runtimes which are switched between.
resetChange() - Method in class se.entra.phantom.server.VirtualTextData
Gets the text of the item and clears the changed flag.
resetData() - Method in class se.entra.phantom.server.VirtualCBusGraphValueData
Rexx function - deletes all data series.
resetDefaultFocus() - Method in class se.entra.phantom.client.PPanel
Reset to default focus.
resetFonts() - Method in class se.entra.phantom.client.FontManager
Reset the font substitution.
resetHostMessageBoxes() - Method in class se.entra.phantom.server.VirtualCNoteBook
This method calls the reset method in the VirtualHostMessageBox classes of this panel because new message boxes needs to be displayed.
resetHostMessageBoxes() - Method in class se.entra.phantom.server.VirtualPanel
This method calls the reset method in the VirtualHostMessageBox classes of this panel because new message boxes needs to be displayed.
resetInvalidLogin() - Method in class se.entra.phantom.server.rconsole.AdminConfigUser
Resets the bad login count.
resetKeyboard() - Method in class se.entra.phantom.server.tn3270e.Display3270
Unlocks the keyboard.
resetKeyboard(boolean) - Method in class se.entra.phantom.server.tn3270e.Display3270
Unlocks the keyboard.
resetKeyboard() - Method in class se.entra.phantom.server.tn5250e.Display5250
Resets the keyboard.
resetMDT() - Method in class se.entra.phantom.server.tn5250e.Field
Resets the modified state.
resetMDT() - Method in class se.entra.phantom.server.tn5250e.FormatTable
Resets the MDT for all fields.
resetNonBypassMDT() - Method in class se.entra.phantom.server.tn5250e.FormatTable
Resets the MDT for all nonbypass fields.
resetSent() - Method in class se.entra.phantom.server.VirtualRuntimePopupMenu
Sets the flag indicating that this menu has been sent to the client.
resetTransactionStatistics() - Method in class se.entra.phantom.server.ClientSessionManager
Resets the statistics for transactions.
resolve(ENPObject) - Method in class se.entra.phantom.server.PhantomObject
Resolves this Object into an NPObject reference.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPAppFileReference
Called to resolve.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPBarFileReference
Called to resolve.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPHiddenPanelReference
Called to resolve.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPHostFieldReference
Called to resolve.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPHostScreenReference
Called to resolve.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPImageReference
Called to resolve.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPObject
Called to resolve, passed on to all children.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPObjectReference
Called to resolve.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPPanelReference
Called to resolve.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPPopupMenuReference
Called to resolve.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPRootObject
Called to resolve, passed on to all children.
resolve() - Method in class se.entra.phantom.server.phed.project.ENPTextIDReference
Called to resolve.
resolveCachedImageReferences() - Method in class se.entra.phantom.server.PhantomApplicationData
Re-checks the cached NPObjects for referenced image changes.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomCCheckBox
Resolves double click reference of this control to other panel component, after the panel has been loaded.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomCListBox
Resolves double click reference of this control to other panel component, after the panel has been loaded.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomCNoteBook
Resolves panel ID to PhantomPanelData, after all panels has been loaded.
resolveComponentReferences(PhantomApplicationData) - Method in class se.entra.phantom.server.PhantomCNoteBookPage
Create shortcut from panel ID to PhantomPanelData.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomControl
Resolves references of this control to other panel components, after the panel has been loaded.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomCPushButton
Resolves reference of this control to other panel component, after the panel has been loaded.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomCRadioButton
Resolves double click reference of this control to other panel component, after the panel has been loaded.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomCSpinButton
Resolves reference of this control to spin button master, after the panel has been loaded.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomMenu
Resolves references of all menu items to other panel components, after the panel has been loaded.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomMenuItem
Resolves reference of this menu item to other panel component, after the panel has been loaded.
resolveComponentReferences() - Method in class se.entra.phantom.server.PhantomPopupMenu
Resolves references of all menu items to other panel components, after the panel has been loaded.
resolveDomainReferences(HashMap<String, AdminConfigDomain>) - Method in class se.entra.phantom.server.rconsole.AdminConfigProtection
Resolves all references to domains.
resolveEntity(String, String) - Method in class org.openxml.parser.ContentParser
 
resolveEntity(String, String) - Method in class org.openxml.parser.StreamParser
 
resolveTextIDReferences(String, Hashtable<String, String>) - Static method in class se.entra.phantom.server.EventID
Creates a hashtable of the event IDs, mapping them to a string in the "server.phm" Phantom Text File.
resource - Variable in class com.netphantom.eclipse.REXXSource
Storage for Eclipse resource.
resource - Variable in class se.entra.phantom.server.http.HttpSession
The current HTTP resource to be sent or that has been sent to the client (null if none).
ResourceCache - Class in se.entra.phantom.server.http
This is the resource cache used for HTML and default resources by the resource manager.
ResourceCache(HttpResources, int, boolean, boolean) - Constructor for class se.entra.phantom.server.http.ResourceCache
Creates the resource cache with a maximum size for caching.
resourceName - Variable in class se.entra.phantom.server.http.HttpSession
The requested resource name.
Resources - Class in org.openxml.util
 
Resources() - Constructor for class org.openxml.util.Resources
 
restart(boolean, int) - Method in class se.entra.phantom.server.ClientSessionManager
Requests the server restart or shut-down.
restart() - Static method in class se.entra.phantom.server.Start
Restarts the server from this static method.
restorePrintFocus(Component) - Static method in class se.entra.phantom.client.Plaf
Restores focus after a Java2D printing.
retreiveSelection(VirtualControl) - Method in class se.entra.phantom.server.rconsole.AdminConfigFileManager
Method that lets the class implementing this interface manipulate the initial path before it is retreived by the directory/file chooser.
retreiveSelection(VirtualControl) - Method in class se.entra.phantom.server.rconsole.AdminConfigWebServer
Gets the selection of a directory/filename for the browse buttons.
retreiveSelection(VirtualControl) - Method in interface se.entra.phantom.server.rconsole.SelectionInterface
Method that lets the class implementing this interface manipulate the initial path before it is retreived by the directory/file chooser.
retry - Static variable in class se.entra.phantom.client.LocalizedTextStrings
The Retry button.
returnCode - Variable in class se.entra.phantom.server.SessionPoolingScriptData
The current return code of the script.
returnString(String) - Static method in class se.entra.phantom.server.rconsole.AdminApplication
Returns a string, even if the string parameter is null.
returnString(String) - Static method in class se.entra.phantom.server.rconsole.AdminData
Returns a string, even if the string parameter is null.
reverseOrder - Static variable in class se.entra.phantom.client.PJPopupMenu
Flag indicating the reversed order of menu items in popup menu should be used.
REXX_ERR_FILENOTFOUND - Static variable in class se.entra.phantom.server.REXXMigration
File not found error.
REXX_ERR_GENERAL - Static variable in class se.entra.phantom.server.REXXMigration
General error.
REXX_ERR_HOSTFLDNOTFOUND - Static variable in class se.entra.phantom.server.REXXMigration
Host field not found error.
REXX_ERR_NOSTATE - Static variable in class se.entra.phantom.server.REXXMigration
Wrong or no state error.
REXX_ERR_NOTFOUND - Static variable in class se.entra.phantom.server.REXXMigration
Object not found error.
REXX_ERR_READERROR - Static variable in class se.entra.phantom.server.REXXMigration
File read error.
REXX_ERR_TIMEOUT - Static variable in class se.entra.phantom.server.REXXMigration
Timeout error.
REXX_FILE_EXTENSION - Static variable in class com.netphantom.eclipse.CompilerHelper
REXX file extension "rexx", without the '.' dot.
RexxExit - Exception in se.entra.phantom.server
This class is used to implement the REXX "Exit" statement in e.g.
RexxExit() - Constructor for exception se.entra.phantom.server.RexxExit
Constructs the default exception.
RexxExit(String) - Constructor for exception se.entra.phantom.server.RexxExit
Constructs the exception with the return string.
REXXFile - Class in se.entra.phantom.server
Handles the REXX files functions such as LineOut, Chars, CharIn, etc.
REXXFile(String, boolean) - Constructor for class se.entra.phantom.server.REXXFile
Creates a REXXFile instance that represents the file whose pathname is given as the path argument.
REXXFile(String) - Constructor for class se.entra.phantom.server.REXXFile
Creates a REXXFile instance that represents the file whose pathname is given as the path argument.
REXXFILE_NOP - Static variable in class se.entra.phantom.server.PhantomWorker
The operation for a REXX file: no operation.
REXXFILE_READ - Static variable in class se.entra.phantom.server.PhantomWorker
The operation for a REXX file: open file for read.
REXXFILE_READWRITE - Static variable in class se.entra.phantom.server.PhantomWorker
The operation for a REXX file: open file in read+write mode.
REXXFILE_WRITE - Static variable in class se.entra.phantom.server.PhantomWorker
The operation for a REXX file: open file for write.
REXXMigration - Class in se.entra.phantom.server
The REXXMigration class is used as a base class to derive new Java classes that are ported from existing REXX programs, both REXX macros and REXX applications.
REXXMigration() - Constructor for class se.entra.phantom.server.REXXMigration
No need for a constructor in the derived class.
REXXSource - Class in com.netphantom.eclipse
REXX Source class holding information about the REXX source and its state.
REXXSource(String, String, File, File, File) - Constructor for class com.netphantom.eclipse.REXXSource
Constructs the REXX source for NetPhantom Editor.
REXXSource(File, Object) - Constructor for class com.netphantom.eclipse.REXXSource
Constructs the REXX source for Eclipse plug-in to be used in NetRexx compilation only, not for REXX compile.
RF_APPLICATION - Static variable in interface se.entra.phantom.server.IReloadListener
 
RF_HELPID - Static variable in interface se.entra.phantom.server.IReloadListener
 
RF_PANEL - Static variable in interface se.entra.phantom.server.IReloadListener
 
RF_POPUP - Static variable in interface se.entra.phantom.server.IReloadListener
 
RF_PROJECT - Static variable in interface se.entra.phantom.server.IReloadListener
Types of reload files.
RF_TERMINAL - Static variable in interface se.entra.phantom.server.IReloadListener
 
RF_TEXT - Static variable in interface se.entra.phantom.server.IReloadListener
 
RF_TOOLTIP - Static variable in interface se.entra.phantom.server.IReloadListener
 
RF_TRANSLATE - Static variable in interface se.entra.phantom.server.IReloadListener
 
rightJust - Variable in class se.entra.phantom.server.PhantomCListBox.PhantomCListBoxColumn
Right justify.
RJ_CROSS_REFERENCE - Static variable in class se.entra.phantom.server.phed.Start
 
RJ_ECLIPSE_SELECT_PANEL - Static variable in class se.entra.phantom.server.phed.Start
 
RJ_EDIT_JAVA_SOURCE - Static variable in class se.entra.phantom.server.phed.Start
 
RJ_EDIT_REXX_SOURCE - Static variable in class se.entra.phantom.server.phed.Start
 
RJ_GET_PANEL_BACKGROUND - Static variable in class se.entra.phantom.server.phed.Start
 
RJ_LOG_CONSOLE - Static variable in class se.entra.phantom.server.phed.Start
 
RJ_OBJECT_SOURCE_CHANGE - Static variable in class se.entra.phantom.server.phed.Start
Request Java functions.
RJ_OPEN_FILE - Static variable in class se.entra.phantom.server.phed.Start
 
RJ_RELOAD_TEXT_FILE - Static variable in class se.entra.phantom.server.phed.Start
 
RJ_SET_AUTO_SAVE - Static variable in class se.entra.phantom.server.phed.Start
 
RO_ACTIVATE_ECLIPSE - Static variable in class se.entra.phantom.server.phed.Start
 
RO_BUILD - Static variable in class se.entra.phantom.server.phed.Start
 
RO_CLEAN - Static variable in class se.entra.phantom.server.phed.Start
 
RO_CLOSE_APP - Static variable in class se.entra.phantom.server.phed.Start
 
RO_COMPILE_DISTRIB - Static variable in class se.entra.phantom.server.phed.Start
 
RO_DISPLAY_RESOLUTION - Static variable in class se.entra.phantom.server.phed.Start
 
RO_FILE_SYSTEM_LOCK_ENTER - Static variable in class se.entra.phantom.server.phed.Start
 
RO_FILE_SYSTEM_LOCK_EXIT - Static variable in class se.entra.phantom.server.phed.Start
 
RO_HAS_DIALOGBOX_STATE_CHANGE - Static variable in class se.entra.phantom.server.phed.Start
 
RO_HAS_TERMINAL_PART_DIALOGBOXES - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IMPORT_ECLIPSE_PROJECT - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IMPORT_PROJECT - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_BUILD_ALLOWED - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_BUILDING_AUTOMATICALLY - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_BUILDING_PROJECT - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_CLEAN_ALLOWED - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_CLOSE_APP_ALLOWED - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_COMPILE_DISTRIB_ALLOWED - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_CONFIGURE_PROJECT_ALLOWED - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_RUN_APP_ALLOWED - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_RUN_BROWSER_APP_ALLOWED - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_TERMINAL_SAVE_FILE_REQUIRED - Static variable in class se.entra.phantom.server.phed.Start
 
RO_IS_TERMINATE_CLIENT_ALLOWED - Static variable in class se.entra.phantom.server.phed.Start
 
RO_LOCAL_WEB_SITE - Static variable in class se.entra.phantom.server.phed.Start
 
RO_NEW_PROJECT - Static variable in class se.entra.phantom.server.phed.Start
 
RO_RUN_APP_DEBUG - Static variable in class se.entra.phantom.server.phed.Start
 
RO_RUN_APP_NORMAL - Static variable in class se.entra.phantom.server.phed.Start
 
RO_RUN_BROWSER_APP - Static variable in class se.entra.phantom.server.phed.Start
 
RO_SAVE_TERMINAL_FILE - Static variable in class se.entra.phantom.server.phed.Start
Operations for requestOperation.
RO_SHOW_IMAGES - Static variable in class se.entra.phantom.server.phed.Start
 
RO_SHOW_TOPMOST_DIALOGBOX - Static variable in class se.entra.phantom.server.phed.Start
 
RO_TERMINATE_CLIENT - Static variable in class se.entra.phantom.server.phed.Start
 
RO_TOGGLE_BUILD_AUTOMATICALLY - Static variable in class se.entra.phantom.server.phed.Start
 
RO_TOGGLE_REOPEN_PROJECT - Static variable in class se.entra.phantom.server.phed.Start
 
RO_UPDATE_MENU_STATE - Static variable in class se.entra.phantom.server.phed.Start
 
RO_VIEW_REFERENCES - Static variable in class se.entra.phantom.server.phed.Start
 
rootFrame - Variable in class se.entra.phantom.client.SessionManager
The root frame window.
rotateInformation() - Method in class se.entra.phantom.server.event.DefaultEventExit
Rotates the event information if stored in e.g.
rotateInformation() - Method in interface se.entra.phantom.server.EventInterface
Rotates the event information if stored in e.g.
rotateInformation() - Method in class se.entra.phantom.server.EventManager
Rotates the event information if stored in e.g.
rotateLog() - Method in class se.entra.phantom.server.ClientSessionManager
Rotate the files in the direct logger.
RotateLog() - Method in class se.entra.phantom.server.NetRexxMigration
Rotate the log file (if configured to rotate on log file size).
RotateLog() - Method in class se.entra.phantom.server.REXXMigration
Rotate the log file (if configured to rotate on log file size).
rotateTraceFiles() - Static method in class se.entra.phantom.server.BinaryTrace
Changes the trace files.
RPRT_CANCELPRINTJOB - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RPRT_CLOSEPRINTJOB - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RPRT_CONTPRINTJOB - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RPRT_OPENPRINTJOB - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RPRT_PRINTJOBCANCLD - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RPRT_PRINTJOBCLOSED - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RPRT_PRINTJOBCONT - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RPRT_PRINTJOBOPENED - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RPRT_PRINTJOBSTARTED - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RPRT_STARTPRINTJOB - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
RTL - Static variable in class se.entra.phantom.server.PhantomCSubWindow
RTL flag.
RTOL - Static variable in class se.entra.phantom.server.PhantomCListBox
The constant for right to left flag.
ruleCursorLineStyle - Variable in class se.entra.phantom.common.TerminalWindow.SetUp
 
ruleCursorLineStyle - Variable in class se.entra.phantom.server.TerminalSettings
Line style of rule cursor.
ruleCursorOrientation - Variable in class se.entra.phantom.common.TerminalWindow.SetUp
 
ruleCursorOrientation - Variable in class se.entra.phantom.server.TerminalSettings
Orientation of rule cursor.
run() - Method in class com.netphantom.eclipse.StreamReaderThread
The thread empties the stream into a buffer and notifies another waiting thread that the contents can be returned.
run() - Method in class com.netphantom.server.utils.RemoteAssistanceClient
Handles input stream from host.
run() - Method in class com.netphantom.server.utils.RemoteAssistanceSupport
Handles the reading from the local socket.
run() - Method in class cuserwin2.RCONSOLE_FILEMANAGER
The action performer.
run() - Method in class cuserwin2.RCONSOLE_FILETRANSFER
Sends chunks of 4 KB of the file content in a separate thread.
run() - Method in class cuserwin2.RCONSOLE_FONTMETRICS
Called when panel has been created to issue an action event.
run() - Method in class cuserwin2.RCONSOLE_PROGRESSBAR
The new progress.
run() - Method in class dll.ONELOGIN_ONELOGIN
Starting point when run as a separate thread.
run() - Method in class NetPhantomClusterController
The run method called by the shut-down hook.
run() - Method in class se.entra.phantom.client.dde.DDECallServer
Thread that reads the queue with messages and sends to the NPDDE DLL.
run() - Method in class se.entra.phantom.client.dde.DDEServer
Native WinProc thread.
run() - Method in class se.entra.phantom.client.PFocusManager
Focus a component later.
run() - Method in class se.entra.phantom.client.Phantom
When running as an applet, this method is called at init() due to starting of a thread.
run() - Method in class se.entra.phantom.client.PJExternalImage
Creates the new image in another thread than the AWT thread.
run() - Method in class se.entra.phantom.client.PMenu
Checks the menu state after menu is gone.
run() - Method in class se.entra.phantom.client.PPanel
Method to send changes of current selection to the server.
run() - Method in class se.entra.phantom.client.SessionManager
Runs transactions in the AWT event thread rather than the "socket reader" thread.
run() - Method in class se.entra.phantom.client.SessionManager.Session
Creates the rest of the panel in the AWT thread.
run() - Method in class se.entra.phantom.client.TunnelPort
Listens for new connections.
run() - Method in class se.entra.phantom.server.AsyncLogger
The run thread doing the file logging.
run() - Method in class se.entra.phantom.server.ClientInactivity
The thread that checks for inactivity.
run() - Method in class se.entra.phantom.server.ee.EEMaster.EERuntime
The running thread waits the requested time.
run() - Method in class se.entra.phantom.server.EventManager
The thread that reads the event queue.
run() - Method in class se.entra.phantom.server.extra.SecureLogin
The thread used for the count-down.
run() - Method in class se.entra.phantom.server.extra.SecureLoginSession
The thread used as session killer when a session has timed out.
run() - Method in class se.entra.phantom.server.extra.SMSRemoteServerAdministration
For as long as the doDispose flag is false, this method does the following.
run() - Method in class se.entra.phantom.server.http.HttpRequestParser
The actual HTTP request is handled here.
run() - Method in class se.entra.phantom.server.LoadBalancing
The notifyer thread.
run() - Method in class se.entra.phantom.server.PerformanceData
Performs the performance data gathering.
run() - Method in class se.entra.phantom.server.PhantomMacro.PhantomMacroThread
The run method starts the play back.
run() - Method in class se.entra.phantom.server.rapp.RequestThread
Called when the thread is started.
run() - Method in class se.entra.phantom.server.rconsole.AdminApplication
Timer thread method for update of memory list.
run() - Method in class se.entra.phantom.server.rconsole.AdminCommandProcessor
The thread runs here until the server is shut-down.
run() - Method in class se.entra.phantom.server.rconsole.AdminConfigUpgrade
Check the downloaded file.
run() - Method in class se.entra.phantom.server.rconsole.DefaultAdminExit
The thread runs here until the server is shut-down.
run() - Method in class se.entra.phantom.server.ServerThread
Overrides the Thread.run method in order to provide event support.
run() - Method in class se.entra.phantom.server.SessionPoolingData
The session pooling ping thread.
run() - Method in class se.entra.phantom.server.SessionPoolingScriptRunner
Runs the thread using the specified script index.
run() - Method in class se.entra.phantom.server.Start
The Run method executed by the restart thread.
run() - Method in class se.entra.phantom.server.StreamReaderThread
The thread empties the stream into a buffer and notifies another waiting thread that the contents can be returned.
run() - Method in class se.entra.phantom.server.Telnet3270PlayBack
The thread is running here.
run() - Method in class se.entra.phantom.server.TelnetThread
The thread is running here.
run() - Method in class se.entra.phantom.tracer.TelnetPlayback
 
run() - Method in class se.entra.phantom.tracer.TelnetTracer
 
run() - Method in class serverUserWindow2.RCONSOLE_TERMINAL
Informs the user window of a change.
run() - Method in class UpgradeNetPhantomServer
The runnable to display a message box.
runAction(DefaultRemoteApplication, RequestThread, RAPPCallClass) - Method in interface se.entra.phantom.server.rapp.CallClassInterface
Runs the CallClass action.
runCallClass(RequestThread, RAPPCallClass) - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
Runs the CallClass action.
runCallHost(RequestThread, RAPPCallHost) - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
Runs the CallHost action.
runCallHostGetField(RequestThread, RAPPCallHost) - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
Runs the CallHost getField action.
runCallHostGetScreen(RequestThread, RAPPCallHost) - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
Runs the CallHost getScreen action.
runCallObject(RequestThread, RAPPCallObject) - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
Runs the CallObject action.
runCallPanel(RequestThread, RAPPCallPanel) - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
Runs the CallPanel action.
runDisposeScript() - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Runs the dispose script for the session.
runGlobVar(RequestThread, RAPPGlobVar) - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
Runs the GlobVar action.
runInAWT(Phantom, String, Runnable) - Static method in class se.entra.phantom.client.Phantom
Runs a runnable directly if in AWT thread, otherwise synchronously in the AWT thread.
runPingScript() - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Runs the ping script.
runReclaimScript() - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Runs the reclaim script.
runRequest(RequestThread, Document) - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
Runs the request in the document.
runRequest(RequestThread, RAPPTransaction) - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
Runs the request from a RAPPTransaction.
runStartScript() - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Runs the starts script for the session.
runtime - Variable in class se.entra.phantom.server.PhantomHostData
The runtime file associated with the host data, null for none.
runtime - Variable in class se.entra.phantom.server.SessionPoolingData
The runtime application data (null if none is used).
runtimeAppIDs - Variable in class com.netphantom.server.utils.PublishApplication.Application
The list of runtime application IDs.
runtimeData - Static variable in class se.entra.phantom.server.phed.Start
The runtime data, may be null if no valid INI file is yet loaded.
runtimeID - Variable in class se.entra.phantom.server.SessionPoolingData
The runtime ID used for this pool.
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links

Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2023. All rights reserved.