Serialized Form


Package galaxy.io

Class galaxy.io.EOTException implements Serializable

Class galaxy.io.NotGalaxyStreamable implements Serializable

Class galaxy.io.NotSupportedException implements Serializable


Package galaxy.server

Class galaxy.server.DispatchError implements Serializable

Serialized Fields

data

GFrame data


Package galaxy.server.ui

Class galaxy.server.ui.LogDialog implements Serializable

Serialized Fields

listener

galaxy.server.ui.LogDialogListener listener

fComponentsAdjusted

boolean fComponentsAdjusted

titleLabel

javax.swing.JLabel titleLabel

logFileLabel

javax.swing.JLabel logFileLabel

logFileField

javax.swing.JTextField logFileField

startStopButton

javax.swing.JButton startStopButton

appendLabel

javax.swing.JLabel appendLabel

appendCheckBox

javax.swing.JCheckBox appendCheckBox

closeButton

javax.swing.JButton closeButton

Class galaxy.server.ui.ServerUI implements Serializable

Serialized Fields

mainServerClassName

java.lang.String mainServerClassName

serverClassName

java.lang.String serverClassName

port

int port

maxConns

int maxConns

subclassComponent

java.awt.Component subclassComponent

mainServer

MainServer mainServer

serverName

java.lang.String serverName

ui

boolean ui

noOutput

boolean noOutput

start

boolean start

validate

boolean validate

requirePort

boolean requirePort

hubContactInfoCollection

java.util.List hubContactInfoCollection
Collection of the Hub contact info information for the Hub(s) to which this UI's server should connect.

actsAsHubClient

boolean actsAsHubClient
Flag that indicates if this UI's server acts as a client.

actsAsHubListener

boolean actsAsHubListener
Flag that indicates if this UI's server acts as a listener.

sessionId

java.lang.String sessionId
Session id to be used by the server(s) associated with this UI.

server2TextPane

java.util.Map server2TextPane

server2id

java.util.Map server2id

thread2Server

java.util.Map thread2Server

jServerTextPane

javax.swing.JTextPane jServerTextPane

jTabbedPane

javax.swing.JTabbedPane jTabbedPane

menuBar

javax.swing.JMenuBar menuBar

fileMenu

javax.swing.JMenu fileMenu

logItem

javax.swing.JMenuItem logItem

exitItem

javax.swing.JMenuItem exitItem

viewMenu

javax.swing.JMenu viewMenu

removeItem

javax.swing.JMenuItem removeItem

removeAsItem

javax.swing.JCheckBoxMenuItem removeAsItem

runningIcon

javax.swing.ImageIcon runningIcon

stoppedIcon

javax.swing.ImageIcon stoppedIcon

serverFont

java.awt.Font serverFont

removeAsServersFinish

boolean removeAsServersFinish

logDialog

LogDialog logDialog

logPrintStream

java.io.PrintStream logPrintStream

logFile

java.lang.String logFile

append

boolean append

normalStyle

javax.swing.text.SimpleAttributeSet normalStyle

warningStyle

javax.swing.text.SimpleAttributeSet warningStyle

errorStyle

javax.swing.text.SimpleAttributeSet errorStyle

fatalErrorStyle

javax.swing.text.SimpleAttributeSet fatalErrorStyle

argParser

ServerArgParser argParser

serverCount

int serverCount

fComponentsAdjusted

boolean fComponentsAdjusted

mainPanel

javax.swing.JPanel mainPanel

jStatusPanel

javax.swing.JPanel jStatusPanel

loggingLabel

javax.swing.JLabel loggingLabel

jPanel1

javax.swing.JPanel jPanel1

jStartStopButton

javax.swing.JButton jStartStopButton

jClearButton

javax.swing.JButton jClearButton


Package galaxy.util

Class galaxy.util.TimeRangeMakerException implements Serializable