Serialized Form


Package com.ibm.ulc.comm

Class com.ibm.ulc.comm.CloseRequest implements Serializable

Serialized Fields

fConnection

UlcConnection fConnection

fException

UlcTransportException fException

Class com.ibm.ulc.comm.ExitWriterRequest implements Serializable

Class com.ibm.ulc.comm.ORBConnection implements Serializable

Serialized Fields

fContextId

long fContextId

fCurrentRequest

ORBRequest fCurrentRequest

fCurrentRequestThread

java.lang.Thread fCurrentRequestThread

fDispose

boolean fDispose

fLastRequest

ORBRequest fLastRequest

fListener

java.util.Vector fListener

fReader

IAnythingReader fReader

fRegistry

Registry fRegistry

fRequestId

int fRequestId

fWriter

IAnythingWriter fWriter

Class com.ibm.ulc.comm.ORBRequest implements Serializable

Serialized Fields

fConnection

ORBConnection fConnection

fData

Anything fData

fWriter

IAnythingWriter fWriter

Class com.ibm.ulc.comm.Registry implements Serializable

Serialized Fields

fOId

int fOId

fParent

Registry fParent

fRegistry

java.util.Hashtable fRegistry

Class com.ibm.ulc.comm.Request implements Serializable

Class com.ibm.ulc.comm.Server implements Serializable

Serialized Fields

fName

java.lang.String fName

fPort

int fPort

fServerSocket

java.net.ServerSocket fServerSocket

Class com.ibm.ulc.comm.ThreadPool implements Serializable

Serialized Fields

fRequests

UnboundedBuffer fRequests

fShutdown

boolean fShutdown

fThreads

java.util.Vector fThreads

Class com.ibm.ulc.comm.UlcConnection implements Serializable

Serialized Fields

fClientData

java.lang.String fClientData

fConnectionId

java.lang.String fConnectionId

fRequestFilter

IRequestFilter fRequestFilter

fRequestListeners

java.util.Vector fRequestListeners

fRequestProcessor

IRequestProcessor fRequestProcessor

fTerminated

boolean fTerminated

fTransport

UlcTransport fTransport

fUrlString

java.lang.String fUrlString

Class com.ibm.ulc.comm.UlcSocketTransport implements Serializable

Serialized Fields

fInStream

java.io.InputStream fInStream

fOutStream

java.io.OutputStream fOutStream

fSocket

java.net.Socket fSocket

Class com.ibm.ulc.comm.UlcTransport implements Serializable

Serialized Fields

fConnection

UlcConnection fConnection

fReaderThread

java.lang.Thread fReaderThread

fTerminated

boolean fTerminated

fUrlFile

java.lang.String fUrlFile

fUrlHost

java.lang.String fUrlHost

fUrlPort

int fUrlPort

fUrlReference

java.lang.String fUrlReference

fUrlString

java.lang.String fUrlString

fWriterQueue

UnboundedBuffer fWriterQueue

fWriterThread

java.lang.Thread fWriterThread

Class com.ibm.ulc.comm.UlcTransportException implements Serializable

Serialized Fields

fCaughtError

java.lang.Error fCaughtError

fCaughtException

java.lang.Exception fCaughtException

fReason

int fReason


Package com.ibm.ulc.corba

Class com.ibm.ulc.corba.UlcCorbaBasedTransport implements Serializable

Serialized Fields

fReceiver

UlcCorbaServant fReceiver

fReceiverIOR

java.lang.String fReceiverIOR

fSender

com.ibm.ulc.corba.generated.UlcCorbaObject fSender

Class com.ibm.ulc.corba.UlcCorbaTransport implements Serializable


Package com.ibm.ulc.examples.Pie

Class com.ibm.ulc.examples.Pie.Pie implements Serializable

Serialized Fields

fColors

java.lang.String[] fColors

fLabels

java.lang.String[] fLabels

fPieChart

ULCPieChart fPieChart

fValues

double[] fValues

Class com.ibm.ulc.examples.Pie.ULCPieChart implements Serializable

Serialized Fields

fColors

java.lang.String[] fColors
Array containing the colors of all pie segments.

fHeight

int fHeight
Specify the height of the pie chart.

fLabels

java.lang.String[] fLabels
Array containing the labels of all pie segments.

fValues

double[] fValues
Array containing the values of all pie segments.

fWidth

int fWidth
Specify the width of the pie chart.


Package com.ibm.ulc.examples.pieExtension

Class com.ibm.ulc.examples.pieExtension.UIPieChart implements Serializable

Serialized Fields

fPieChart

PieChart fPieChart


Package com.ibm.ulc.ui.dataTypes

Class com.ibm.ulc.ui.dataTypes.DataTypeConversionException implements Serializable

Serialized Fields

fValue

java.lang.Object fValue
The value that will be returned when getValue is called on this exception.

Class com.ibm.ulc.ui.dataTypes.UIDataType implements Serializable

Class com.ibm.ulc.ui.dataTypes.UIDateValidator implements Serializable

Serialized Fields

fDateFormat

java.text.DateFormat fDateFormat
The current DateFormat object that will perform the validation/formatting of input.

Class com.ibm.ulc.ui.dataTypes.UIPercentValidator implements Serializable

Serialized Fields

fFractDigits

int fFractDigits
The number of digits allowed after the decimal point.

Class com.ibm.ulc.ui.dataTypes.UIRangeValidator implements Serializable

Serialized Fields

fIntValue

boolean fIntValue
The boolean when true converts the returned value to an integer. Default is false.

fMax

double fMax
The maximum value allowed for this Validator. Default is 100.0

fMin

double fMin
The minimum value allowed for this Validator. Default is 0.0

Class com.ibm.ulc.ui.dataTypes.UIRegularExpressionValidator implements Serializable

Serialized Fields

fInputFilterExpression

IRegularExpression fInputFilterExpression
The expression that is checked as each character is typed. Usually the input expression is more lenient than the validate expression to reduce the amount of checks that take place during each keystroke.

fValidateExpression

IRegularExpression fValidateExpression
The expression that is checked when the field looses its focus.

Class com.ibm.ulc.ui.dataTypes.UIStringFormatter implements Serializable

Serialized Fields

fMaxLength

int fMaxLength
The maximum length of the string allowed. (default is -1 which indicates no limit specified)

fMode

int fMode
Mode can be one of the following:
 		IDENTITY = 0;
		ALL_UPPER_CASE = 1;
		ALL_LOWER_CASE = 2;
		SECRET = 3;
 


Package com.ibm.ulc.util

Class com.ibm.ulc.util.Anything implements Serializable

Serialized Fields

fContents

java.lang.Object fContents

fDict

java.util.Hashtable fDict

fTag

int fTag

Class com.ibm.ulc.util.AnythingWriter implements Serializable

Serialized Fields

fCol

int fCol

fOut

java.io.OutputStream fOut

fPretty

boolean fPretty

fSkipBytes

boolean fSkipBytes

Class com.ibm.ulc.util.DebugThread implements Serializable

Serialized Fields

fDebug

boolean fDebug

Class com.ibm.ulc.util.UlcHashtable implements Serializable

Class com.ibm.ulc.util.UlcHashtableEnumerator implements Serializable

Serialized Fields

fHashtableEnumerator

java.util.Enumeration fHashtableEnumerator

Class com.ibm.ulc.util.UlcLog implements Serializable

Serialized Fields

fLogFailed

boolean fLogFailed

fLogFileName

java.lang.String fLogFileName

fLogWriter

java.io.FileOutputStream fLogWriter

Class com.ibm.ulc.util.UlcObject implements Serializable

Class com.ibm.ulc.util.UnboundedBuffer implements Serializable

Serialized Fields

fArray

java.util.Vector fArray