Serialized Form
fConnection
UlcConnection fConnection
fException
UlcTransportException fException
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
fConnection
ORBConnection fConnection
fData
Anything fData
fWriter
IAnythingWriter fWriter
fOId
int fOId
fParent
Registry fParent
fRegistry
java.util.Hashtable fRegistry
fName
java.lang.String fName
fPort
int fPort
fServerSocket
java.net.ServerSocket fServerSocket
fRequests
UnboundedBuffer fRequests
fShutdown
boolean fShutdown
fThreads
java.util.Vector fThreads
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
fInStream
java.io.InputStream fInStream
fOutStream
java.io.OutputStream fOutStream
fSocket
java.net.Socket fSocket
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
fCaughtError
java.lang.Error fCaughtError
fCaughtException
java.lang.Exception fCaughtException
fReason
int fReason
Package com.ibm.ulc.corba |
fReceiver
UlcCorbaServant fReceiver
fReceiverIOR
java.lang.String fReceiverIOR
fSender
com.ibm.ulc.corba.generated.UlcCorbaObject fSender
Package com.ibm.ulc.examples.Pie |
fColors
java.lang.String[] fColors
fLabels
java.lang.String[] fLabels
fPieChart
ULCPieChart fPieChart
fValues
double[] fValues
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 |
fPieChart
PieChart fPieChart
Package com.ibm.ulc.ui.dataTypes |
fValue
java.lang.Object fValue
- The value that will be returned when getValue is called on this exception.
fDateFormat
java.text.DateFormat fDateFormat
- The current DateFormat object that will perform the validation/formatting of input.
fFractDigits
int fFractDigits
- The number of digits allowed after the decimal point.
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
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.
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;
fContents
java.lang.Object fContents
fDict
java.util.Hashtable fDict
fTag
int fTag
fCol
int fCol
fOut
java.io.OutputStream fOut
fPretty
boolean fPretty
fSkipBytes
boolean fSkipBytes
fDebug
boolean fDebug
fHashtableEnumerator
java.util.Enumeration fHashtableEnumerator
fLogFailed
boolean fLogFailed
fLogFileName
java.lang.String fLogFileName
fLogWriter
java.io.FileOutputStream fLogWriter
fArray
java.util.Vector fArray