Serialized Form


Package com.microfocus.cobol.connector

Class com.microfocus.cobol.connector.PureCobolBean extends Object implements Serializable

Serialized Fields

connection

CobolConnection connection

currentbeanURI

String currentbeanURI

isBeanInitial

boolean isBeanInitial

timeout

long timeout

passivated

boolean passivated


Package com.microfocus.cobol.connector.cci

Class com.microfocus.cobol.connector.cci.CobolConnection extends Object implements Serializable

Serialized Fields

mc

CobolManagedConnection mc

passivated

boolean passivated

Class com.microfocus.cobol.connector.cci.CobolConnectionFactory extends Object implements Serializable

Serialized Fields

mcf

ManagedConnectionFactory mcf

cm

ConnectionManager cm

reference

Reference reference

pp

ManagedConnectionPool.PoolParams pp

Class com.microfocus.cobol.connector.cci.CobolConnectionSpec extends Object implements Serializable

Serialized Fields

user

String user

password

String password

realm

String realm

authenticationMechanism

int authenticationMechanism

statefulSession

boolean statefulSession

Class com.microfocus.cobol.connector.cci.CobolInteractionSpec extends Object implements Serializable

Serialized Fields

functionName

String functionName

interactionVerb

int interactionVerb

executionTimeout

int executionTimeout

returnCode

int returnCode

argumentCount

int argumentCount

arguments

Vector arguments

usages

Vector usages

userName

String userName

password

String password

realm

String realm

authenticationMechanism

int authenticationMechanism

changes

PropertyChangeSupport changes

callerPrincipal

Principal callerPrincipal


Package com.microfocus.cobol.connector.management

Class com.microfocus.cobol.connector.management.ESRA extends Object implements Serializable


Package com.microfocus.cobol.connector.spi

Class com.microfocus.cobol.connector.spi.CobolConnectionEventListener extends Object implements Serializable

Serialized Fields

listeners

Vector listeners

mcon

ManagedConnection mcon

Class com.microfocus.cobol.connector.spi.CobolConnectionManager extends Object implements Serializable

Serialized Fields

poolParams

ManagedConnectionPool.PoolParams poolParams

mcf

ManagedConnectionFactory mcf

poolingStrategy

com.microfocus.cobol.connector.spi.CobolConnectionManager.PoolingStrategy poolingStrategy

Class com.microfocus.cobol.connector.spi.CobolLocalTxManagedConnectionFactory extends CobolResourceAdapter implements Serializable

Serialized Fields

url

String url

ra

ResourceAdapter ra

Class com.microfocus.cobol.connector.spi.CobolManagedConnection extends Object implements Serializable

Serialized Fields

xacon

XAConnection xacon

con

Connection con

cobolConnListener

CobolConnectionEventListener cobolConnListener

user

String user

password

String password

realm

String realm

subject

javax.security.auth.Subject subject

mcf

ManagedConnectionFactory mcf

supportsXA

boolean supportsXA

supportsLocalTx

boolean supportsLocalTx

destroyed

boolean destroyed

connectionSet

Set connectionSet

disposed

boolean disposed

xa_disposed

boolean xa_disposed

force_cleanup

boolean force_cleanup

resetXAFlow

boolean resetXAFlow

Class com.microfocus.cobol.connector.spi.CobolManagedConnection.aCobolCon extends CobolConnection implements Serializable

Class com.microfocus.cobol.connector.spi.CobolManagedConnectionFactory extends CobolResourceAdapter implements Serializable

Serialized Fields

url

String url

ra

ResourceAdapter ra

Class com.microfocus.cobol.connector.spi.CobolNoTxManagedConnectionFactory extends CobolResourceAdapter implements Serializable

Serialized Fields

url

String url

ra

ResourceAdapter ra

Class com.microfocus.cobol.connector.spi.CobolPrincipal extends Object implements Serializable

Serialized Fields

name

String name
 

x500Principal

javax.security.auth.x500.X500Principal x500Principal

Class com.microfocus.cobol.connector.spi.CobolResourceAdapter extends Object implements Serializable

Serialized Fields

log

RALogger log

serverHost

String serverHost

serverPort

String serverPort

logHost

String logHost

logPort

String logPort

trace

Boolean trace

Class com.microfocus.cobol.connector.spi.ManagedConnectionPool extends Object implements Serializable

Serialized Fields

mcf

ManagedConnectionFactory mcf

defaultCri

ConnectionRequestInfo defaultCri

poolParams

ManagedConnectionPool.PoolParams poolParams

mcs

LinkedList mcs

permits

FIFOSemaphore permits

log

RALogger log

connectionCounter

com.microfocus.cobol.connector.spi.ManagedConnectionPool.Counter connectionCounter

started

boolean started

Class com.microfocus.cobol.connector.spi.ManagedConnectionPool.PoolParams extends Object implements Serializable

Serialized Fields

minSize

int minSize

maxSize

int maxSize

blockingTimeout

int blockingTimeout

idleTimeout

long idleTimeout


Package com.microfocus.cobol.connector.ti

Class com.microfocus.cobol.connector.ti.CobolSystemConnection extends PureCobolBean implements Serializable

Serialized Fields

user

String user

password

String password

realm

String realm

subject

javax.security.auth.Subject subject

slt

SpiLocalTransaction slt

Class com.microfocus.cobol.connector.ti.ProxyXAResource extends Object implements Serializable

Serialized Fields

cobolCon

CobolConnection cobolCon

transactionTimeOut

int transactionTimeOut

xa_forward

boolean xa_forward

mc

CobolManagedConnection mc


Package com.microfocus.cobol.connector.transport

Class com.microfocus.cobol.connector.transport.ASEEXid extends Object implements Serializable

Serialized Fields

xid

byte[] xid

formatId

int formatId

gtrid

byte[] gtrid

bqual

byte[] bqual

Class com.microfocus.cobol.connector.transport.BINPApplicationException extends BINPException implements Serializable

Class com.microfocus.cobol.connector.transport.BINPApplicationGeneratedException extends BINPApplicationException implements Serializable

Class com.microfocus.cobol.connector.transport.BINPCall extends CobolConnection implements Serializable

Serialized Fields

defaultDigestType

byte defaultDigestType

NO_COMPRESSION

int NO_COMPRESSION
See Also:
Constant Field Values

ALWAYS_COMPRESS

int ALWAYS_COMPRESS
See Also:
Constant Field Values

SIZE_LIMITED_COMPRESSION

int SIZE_LIMITED_COMPRESSION
See Also:
Constant Field Values

compressionSizeLimit

long compressionSizeLimit

compressionStrategy

int compressionStrategy

Class com.microfocus.cobol.connector.transport.BINPClientException extends BINPException implements Serializable

Class com.microfocus.cobol.connector.transport.BINPException extends com.microfocus.cobol.CobolException implements Serializable

Serialized Fields

errorMessage

String errorMessage

errorCode

int errorCode

errorClass

String errorClass

debugInfo

String debugInfo

errorType

short errorType

Class com.microfocus.cobol.connector.transport.BINPRecordSession extends BINPCall implements Serializable

Serialized Fields

connection

BINPStream connection

defaultPort

int defaultPort

isConnected

boolean isConnected

sessionRecord

BINPSessionRecorder sessionRecord

sessionCount

int sessionCount

Class com.microfocus.cobol.connector.transport.BINPRemoteCall extends BINPCall implements Serializable

Serialized Fields

connection

BINPStream connection

defaultPort

int defaultPort

isConnected

boolean isConnected

initialSleepAmount

int initialSleepAmount

maxRetrySleep

int maxRetrySleep

uri

URI uri

auditors

List auditors

Class com.microfocus.cobol.connector.transport.BINPSecureSockets extends Throwable implements Serializable

Class com.microfocus.cobol.connector.transport.BINPServerException extends BINPException implements Serializable

Class com.microfocus.cobol.connector.transport.BINPSSLRemoteCall extends BINPCall implements Serializable

Serialized Fields

connection

BINPStream connection

defaultPort

int defaultPort

isConnected

boolean isConnected

initialSleepAmount

int initialSleepAmount

maxRetrySleep

int maxRetrySleep

keystore

String keystore

keystorePassword

String keystorePassword

uri

URI uri

auditors

List auditors

Class com.microfocus.cobol.connector.transport.BINPStream extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws OptionalDataException,
                        ClassNotFoundException,
                        IOException
readObject called during de-serialization

Throws:
ClassNotFoundException
IOException
OptionalDataException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
writeObject called during serialization

Throws:
IOException
Serialized Fields

socketFromSocketStore

boolean socketFromSocketStore

keepConnectionAlive

boolean keepConnectionAlive

poolConnection

boolean poolConnection

lastMessage

byte[] lastMessage

sessionId

String sessionId

timeout

int timeout

secure

boolean secure

compress

boolean compress

compressionWaterMark

long compressionWaterMark

keystore

String keystore

keystorePassword

String keystorePassword

auditorList

List auditorList

passivateHost

InetAddress passivateHost

passivatePort

int passivatePort

passivateState

boolean passivateState

activateState

boolean activateState

Class com.microfocus.cobol.connector.transport.CobolConnection extends Object implements Serializable

Serialized Fields

active

boolean active

propertyPool

Hashtable propertyPool

serviceName

String serviceName

connectionID

String connectionID

Class com.microfocus.cobol.connector.transport.GUID extends Object implements Serializable

Serialized Fields

valueBeforeMD5

String valueBeforeMD5

valueAfterMD5

String valueAfterMD5

Class com.microfocus.cobol.connector.transport.InProcCall extends CobolConnection implements Serializable

Serialized Fields

bean

com.microfocus.cobol.CobolBean bean

Class com.microfocus.cobol.connector.transport.SecurityToken extends Object implements Serializable

Serialized Fields

name

String name

token

String token

id

int id

Class com.microfocus.cobol.connector.transport.TimerTransport extends CobolConnection implements Serializable

Serialized Fields

dynConnection

CobolConnection dynConnection

realUrl

String realUrl

timerNumber

int timerNumber

eventTime

List eventTime

eventMessage

List eventMessage

connectionTime

long connectionTime

sendLength

long sendLength

readLength

long readLength

auditorRegistered

boolean auditorRegistered

Class com.microfocus.cobol.connector.transport.TraceBINPToStdOut extends TraceToStdOutTransport implements Serializable

Class com.microfocus.cobol.connector.transport.TraceToLog4JTransport extends com.microfocus.cobol.connector.transport.TraceTransport implements Serializable

Class com.microfocus.cobol.connector.transport.TraceToStdOutTransport extends com.microfocus.cobol.connector.transport.TraceTransport implements Serializable

Class com.microfocus.cobol.connector.transport.URI extends Object implements Serializable

Serialized Fields

m_scheme

String m_scheme
Stores the scheme (usually the protocol) for this URI.


m_userinfo

String m_userinfo
If specified, stores the userinfo for this URI; otherwise null


m_host

String m_host
If specified, stores the host for this URI; otherwise null


m_port

int m_port
If specified, stores the port for this URI; otherwise -1


m_path

String m_path
If specified, stores the path for this URI; otherwise null


m_queryString

String m_queryString
If specified, stores the query string for this URI; otherwise null.


m_fragment

String m_fragment
If specified, stores the fragment for this URI; otherwise null

Class com.microfocus.cobol.connector.transport.URI.MalformedURIException extends IOException implements Serializable


Package com.microfocus.cobol.connector.transport.miniServer

Class com.microfocus.cobol.connector.transport.miniServer.ConsoleFrame extends JFrame implements Serializable

Serialized Fields

contentPane

JPanel contentPane

image1

ImageIcon image1

image2

ImageIcon image2

mFLogo

ImageIcon mFLogo

statusBar

JLabel statusBar

borderLayout1

BorderLayout borderLayout1

ourServer

ConsoleFrame.server ourServer

titledBorder1

TitledBorder titledBorder1

titledBorder2

TitledBorder titledBorder2

jToolbarPane

JPanel jToolbarPane

jToolBar

JToolBar jToolBar

jConsoleMenuBar

JMenuBar jConsoleMenuBar

jConsoleFileMenu

JMenu jConsoleFileMenu

jMenuItem1

JMenuItem jMenuItem1

jConsoleDebugMenu

JMenu jConsoleDebugMenu

jShowThreads

JMenuItem jShowThreads

jSaveConsoleOutputMenu

JMenuItem jSaveConsoleOutputMenu

jDebugShowMemory

JMenuItem jDebugShowMemory

titledBorder3

TitledBorder titledBorder3

jTabbedConsolePane

JTabbedPane jTabbedConsolePane

jConsoleScrollPane

JScrollPane jConsoleScrollPane

jConsole

JTextPane jConsole

jPanel4UserTable

JPanel jPanel4UserTable

jUserManagementPanel

JPanel jUserManagementPanel

jAuthAddUser

JButton jAuthAddUser

borderLayout4

BorderLayout borderLayout4

gridLayout2

GridLayout gridLayout2

jAddUserPane

JPanel jAddUserPane

jUserManagementPane

JPanel jUserManagementPane

jAuthUserName

JComboBox jAuthUserName

jPanelAuthName

JPanel jPanelAuthName

jPanelAuthPassword

JPanel jPanelAuthPassword

jAuthPassword

JPasswordField jAuthPassword

jPanelPassword

JPanel jPanelPassword

jLabelPassword

JLabel jLabelPassword

jLabelUserName

JLabel jLabelUserName

jPanelAddUserDeleteUserPane

JPanel jPanelAddUserDeleteUserPane

jPanelUserName

JPanel jPanelUserName

jPanelBlank2

JPanel jPanelBlank2

jPanelCancel

JPanel jPanelCancel

jAuthDelUser

JButton jAuthDelUser

jPanelBlank1

JPanel jPanelBlank1

jDebugMenuUsernamesPasswords

JMenuItem jDebugMenuUsernamesPasswords

gridLayout3

GridLayout gridLayout3

jConfigurePanel

JPanel jConfigurePanel

jButtonStop

JButton jButtonStop

jPanel8

JPanel jPanel8

jLogoLabel

JLabel jLogoLabel

jButtonStart

JButton jButtonStart

gridLayout1

GridLayout gridLayout1

jPanel3

JPanel jPanel3

jConfigBlanksPanel1

JPanel jConfigBlanksPanel1

jConfigPortPanel2

JPanel jConfigPortPanel2

jConfigPortPanel1

JPanel jConfigPortPanel1

jConfigPortLabel

JLabel jConfigPortLabel

jConfigBlankPanel2

JPanel jConfigBlankPanel2

jConfigPortPanel3

JPanel jConfigPortPanel3

jPort

JTextField jPort

borderLayout3

BorderLayout borderLayout3

Class com.microfocus.cobol.connector.transport.miniServer.TraceXAResource extends Object implements Serializable

serialVersionUID: 2504274255328511422l


Package com.microfocus.cobol.connector.transport.nativelib

Class com.microfocus.cobol.connector.transport.nativelib.BINPLocalCall extends BINPCall implements Serializable

Serialized Fields

bean

BINPCobolBean bean

idtName

String idtName

auditors

List auditors

Class com.microfocus.cobol.connector.transport.nativelib.BINPSharedMemoryCall extends BINPCall implements Serializable


Package com.microfocus.cobol.connector.transport.utils

Class com.microfocus.cobol.connector.transport.utils.BINPSessionRecorder extends Object implements Serializable

Serialized Fields

outputFilename

File outputFilename


Package com.microfocus.cobol.connector.transport.utils.MFBinpAnimator

Class com.microfocus.cobol.connector.transport.utils.MFBinpAnimator.HostInfoDialog extends JDialog implements Serializable

Serialized Fields

panel1

JPanel panel1

borderLayout1

BorderLayout borderLayout1

jPanel1

JPanel jPanel1

jOK

JButton jOK

jPanel2

JPanel jPanel2

gridLayout1

GridLayout gridLayout1

jHostLabel

JLabel jHostLabel

jHostName

JTextField jHostName

jPortLabel

JLabel jPortLabel

jPort

JTextField jPort

jPanel3

JPanel jPanel3

jOptionsPanel

JLabel jOptionsPanel

jPanel4

JPanel jPanel4

ChecksumGroup

ButtonGroup ChecksumGroup

jMD5Checksum

JRadioButton jMD5Checksum

jSHAChecksum

JRadioButton jSHAChecksum

jNoChecksum

JRadioButton jNoChecksum

gridLayout2

GridLayout gridLayout2

Class com.microfocus.cobol.connector.transport.utils.MFBinpAnimator.ReplayFrame extends JFrame implements Serializable

Serialized Fields

contentPane

JPanel contentPane

jMenuBar1

JMenuBar jMenuBar1

jMenuFile

JMenu jMenuFile

jMenuFileExit

JMenuItem jMenuFileExit

jMenuHelp

JMenu jMenuHelp

jMenuHelpAbout

JMenuItem jMenuHelpAbout

jToolBar

JToolBar jToolBar

jOpenButton

JButton jOpenButton

jStartButton

JButton jStartButton

jStopButton

JButton jStopButton

openImage

ImageIcon openImage

startImage

ImageIcon startImage

stopImage

ImageIcon stopImage

stepImage

ImageIcon stepImage

reloadImage

ImageIcon reloadImage

hostImage

ImageIcon hostImage

borderLayout1

BorderLayout borderLayout1

jMainPanel

JPanel jMainPanel

borderLayout2

BorderLayout borderLayout2

jActionsPanel

JPanel jActionsPanel

jPanel3

JPanel jPanel3

jScrollPane1

JScrollPane jScrollPane1

jScrollPane2

JScrollPane jScrollPane2

borderLayout3

BorderLayout borderLayout3

borderLayout4

BorderLayout borderLayout4

jFileChooser1

FileDialog jFileChooser1

hostname

String hostname

port

int port

replay

BINPSessionReplay replay

choosenFile

File choosenFile

traceThread

ReplayFrame.runtThread traceThread

jActions

JList jActions

jInfoPane

JTabbedPane jInfoPane

jRawDataPanel

JPanel jRawDataPanel

sessionCounter

int sessionCounter

jErrorPanel

JPanel jErrorPanel

jScrollPane4

JScrollPane jScrollPane4

borderLayout6

BorderLayout borderLayout6

jRawDataScroller

JScrollPane jRawDataScroller

jRawData

JTextArea jRawData

borderLayout7

BorderLayout borderLayout7

titledBorder1

TitledBorder titledBorder1

jErrorArea

JTextPane jErrorArea

jMessagePanel

JToolBar jMessagePanel

jPanel2

JPanel jPanel2

jScrollPane3

JScrollPane jScrollPane3

jMessages

JTextArea jMessages

borderLayout5

BorderLayout borderLayout5

borderLayout8

BorderLayout borderLayout8

jStepButton

JButton jStepButton

jReloadButton

JButton jReloadButton

jHostButton

JButton jHostButton

jPanel1

JPanel jPanel1

jLabel1

JLabel jLabel1

jClearMessages

JButton jClearMessages

borderLayout9

BorderLayout borderLayout9

jIMessageBreakdownPanel

JPanel jIMessageBreakdownPanel

jMessageBreakdownScrollPane

JScrollPane jMessageBreakdownScrollPane

borderLayout10

BorderLayout borderLayout10

jMessageBreakdown

JTextPane jMessageBreakdown

Class com.microfocus.cobol.connector.transport.utils.MFBinpAnimator.ReplayFrame_AboutBox extends JDialog implements Serializable

Serialized Fields

panel1

JPanel panel1

panel2

JPanel panel2

insetsPanel1

JPanel insetsPanel1

insetsPanel2

JPanel insetsPanel2

insetsPanel3

JPanel insetsPanel3

button1

JButton button1

imageLabel

JLabel imageLabel

label1

JLabel label1

label2

JLabel label2

label3

JLabel label3

label4

JLabel label4

borderLayout1

BorderLayout borderLayout1

borderLayout2

BorderLayout borderLayout2

flowLayout1

FlowLayout flowLayout1

gridLayout1

GridLayout gridLayout1

product

String product

version

String version

copyright

String copyright

comments

String comments


Package org.apache.log4j.chainsaw

Class org.apache.log4j.chainsaw.Main extends JFrame implements Serializable


Package org.apache.log4j.config

Class org.apache.log4j.config.PropertySetterException extends Exception implements Serializable

Serialized Fields

rootCause

Throwable rootCause


Package org.apache.log4j.helpers

Class org.apache.log4j.helpers.AbsoluteTimeDateFormat extends DateFormat implements Serializable

Class org.apache.log4j.helpers.DateTimeDateFormat extends AbsoluteTimeDateFormat implements Serializable

Serialized Fields

shortMonths

String[] shortMonths

Class org.apache.log4j.helpers.ISO8601DateFormat extends AbsoluteTimeDateFormat implements Serializable

Class org.apache.log4j.helpers.RelativeTimeDateFormat extends DateFormat implements Serializable

Serialized Fields

startTime

long startTime


Package org.apache.log4j.lf5

Class org.apache.log4j.lf5.Log4JLogRecord extends LogRecord implements Serializable

Class org.apache.log4j.lf5.LogLevel extends Object implements Serializable

Serialized Fields

_label

String _label

_precedence

int _precedence

Class org.apache.log4j.lf5.LogLevelFormatException extends Exception implements Serializable

Class org.apache.log4j.lf5.LogRecord extends Object implements Serializable

Serialized Fields

_level

LogLevel _level

_message

String _message

_sequenceNumber

long _sequenceNumber

_millis

long _millis

_category

String _category

_thread

String _thread

_thrownStackTrace

String _thrownStackTrace

_thrown

Throwable _thrown

_ndc

String _ndc

_location

String _location


Package org.apache.log4j.lf5.util

Class org.apache.log4j.lf5.util.AdapterLogRecord extends LogRecord implements Serializable


Package org.apache.log4j.lf5.viewer

Class org.apache.log4j.lf5.viewer.FilteredLogTableModel extends AbstractTableModel implements Serializable

Serialized Fields

_filter

LogRecordFilter _filter

_allRecords

List _allRecords

_filteredRecords

List _filteredRecords

_maxNumberOfLogRecords

int _maxNumberOfLogRecords

_colNames

String[] _colNames

Class org.apache.log4j.lf5.viewer.LogFactor5Dialog extends JDialog implements Serializable

Class org.apache.log4j.lf5.viewer.LogFactor5ErrorDialog extends LogFactor5Dialog implements Serializable

Class org.apache.log4j.lf5.viewer.LogFactor5InputDialog extends LogFactor5Dialog implements Serializable

Serialized Fields

_textField

JTextField _textField

Class org.apache.log4j.lf5.viewer.LogFactor5LoadingDialog extends LogFactor5Dialog implements Serializable

Class org.apache.log4j.lf5.viewer.LogTable extends JTable implements Serializable

Serialized Fields

_rowHeight

int _rowHeight

_detailTextArea

JTextArea _detailTextArea

_numCols

int _numCols

_tableColumns

TableColumn[] _tableColumns

_colWidths

int[] _colWidths

_colNames

LogTableColumn[] _colNames

_colDate

int _colDate

_colThread

int _colThread

_colMessageNum

int _colMessageNum

_colLevel

int _colLevel

_colNDC

int _colNDC

_colCategory

int _colCategory

_colMessage

int _colMessage

_colLocation

int _colLocation

_colThrown

int _colThrown

_dateFormatManager

DateFormatManager _dateFormatManager

Class org.apache.log4j.lf5.viewer.LogTableColumn extends Object implements Serializable

Serialized Fields

_label

String _label

Class org.apache.log4j.lf5.viewer.LogTableColumnFormatException extends Exception implements Serializable

Class org.apache.log4j.lf5.viewer.LogTableModel extends DefaultTableModel implements Serializable

Class org.apache.log4j.lf5.viewer.LogTableRowRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

_highlightFatal

boolean _highlightFatal

_color

Color _color


Package org.apache.log4j.lf5.viewer.categoryexplorer

Class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel extends DefaultTreeModel implements Serializable

Serialized Fields

_renderFatal

boolean _renderFatal

_listener

ActionListener _listener

_event

ActionEvent _event

Class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerTree extends JTree implements Serializable

Serialized Fields

_model

CategoryExplorerModel _model

_rootAlreadyExpanded

boolean _rootAlreadyExpanded

Class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

_selected

boolean _selected

_numberOfContainedRecords

int _numberOfContainedRecords

_numberOfRecordsFromChildren

int _numberOfRecordsFromChildren

_hasFatalChildren

boolean _hasFatalChildren

_hasFatalRecords

boolean _hasFatalRecords

Class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditorRenderer extends CategoryNodeRenderer implements Serializable

Class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

_checkBox

JCheckBox _checkBox

_panel

JPanel _panel


Package org.apache.log4j.spi

Class org.apache.log4j.spi.LocationInfo extends Object implements Serializable

serialVersionUID: -1325822038990805636l

Serialized Fields

fullInfo

String fullInfo
All available caller information, in the format fully.qualified.classname.of.caller.methodName(Filename.java:line)

Class org.apache.log4j.spi.LoggingEvent extends Object implements Serializable

serialVersionUID: -868428216207166145l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

categoryName

String categoryName
The category (logger) name.


ndc

String ndc
The nested diagnostic context (NDC) of logging event.


mdcCopy

Hashtable mdcCopy
The mapped diagnostic context (MDC) of logging event.


ndcLookupRequired

boolean ndcLookupRequired
Have we tried to do an NDC lookup? If we did, there is no need to do it again. Note that its value is always false when serialized. Thus, a receiving SocketNode will never use it's own (incorrect) NDC. See also writeObject method.


mdcCopyLookupRequired

boolean mdcCopyLookupRequired
Have we tried to do an MDC lookup? If we did, there is no need to do it again. Note that its value is always false when serialized. See also the getMDC and getMDCCopy methods.


renderedMessage

String renderedMessage
The application supplied message rendered through the log4j objet rendering mechanism.


threadName

String threadName
The name of thread in which this logging event was generated.


throwableInfo

ThrowableInformation throwableInfo
This variable contains information about this event's throwable


timeStamp

long timeStamp
The number of milliseconds elapsed from 1/1/1970 until logging event was created.


locationInfo

LocationInfo locationInfo
Location information for the caller.

Class org.apache.log4j.spi.ThrowableInformation extends Object implements Serializable

serialVersionUID: -4748765566864322735l

Serialized Fields

rep

String[] rep


Class com.microfocus.cobol.connector.cci.CobolConnection extends Object implements Serializable

Serialized Fields

mc

CobolManagedConnection mc

passivated

boolean passivated


Class com.microfocus.cobol.connector.spi.CobolConnectionEventListener extends Object implements Serializable

Serialized Fields

listeners

Vector listeners

mcon

ManagedConnection mcon


Class com.microfocus.cobol.connector.cci.CobolConnectionFactory extends Object implements Serializable

Serialized Fields

mcf

ManagedConnectionFactory mcf

cm

ConnectionManager cm

reference

Reference reference

pp

ManagedConnectionPool.PoolParams pp


Class com.microfocus.cobol.connector.spi.CobolConnectionManager extends Object implements Serializable

Serialized Fields

poolParams

ManagedConnectionPool.PoolParams poolParams

mcf

ManagedConnectionFactory mcf

poolingStrategy

com.microfocus.cobol.connector.spi.CobolConnectionManager.PoolingStrategy poolingStrategy


Class com.microfocus.cobol.connector.cci.CobolConnectionSpec extends Object implements Serializable

Serialized Fields

user

String user

password

String password

realm

String realm

authenticationMechanism

int authenticationMechanism

statefulSession

boolean statefulSession


Class com.microfocus.cobol.connector.cci.CobolInteractionSpec extends Object implements Serializable

Serialized Fields

functionName

String functionName

interactionVerb

int interactionVerb

executionTimeout

int executionTimeout

returnCode

int returnCode

argumentCount

int argumentCount

arguments

Vector arguments

usages

Vector usages

userName

String userName

password

String password

realm

String realm

authenticationMechanism

int authenticationMechanism

changes

PropertyChangeSupport changes

callerPrincipal

Principal callerPrincipal


Class com.microfocus.cobol.connector.spi.CobolLocalTxManagedConnectionFactory extends CobolResourceAdapter implements Serializable

Serialized Fields

url

String url

ra

ResourceAdapter ra


Class com.microfocus.cobol.connector.spi.CobolManagedConnection extends Object implements Serializable

Serialized Fields

xacon

XAConnection xacon

con

Connection con

cobolConnListener

CobolConnectionEventListener cobolConnListener

user

String user

password

String password

realm

String realm

subject

javax.security.auth.Subject subject

mcf

ManagedConnectionFactory mcf

supportsXA

boolean supportsXA

supportsLocalTx

boolean supportsLocalTx

destroyed

boolean destroyed

connectionSet

Set connectionSet

disposed

boolean disposed

xa_disposed

boolean xa_disposed

force_cleanup

boolean force_cleanup

resetXAFlow

boolean resetXAFlow


Class com.microfocus.cobol.connector.spi.CobolManagedConnection.aCobolCon extends CobolConnection implements Serializable


Class com.microfocus.cobol.connector.spi.CobolManagedConnectionFactory extends CobolResourceAdapter implements Serializable

Serialized Fields

url

String url

ra

ResourceAdapter ra


Class com.microfocus.cobol.connector.spi.CobolNoTxManagedConnectionFactory extends CobolResourceAdapter implements Serializable

Serialized Fields

url

String url

ra

ResourceAdapter ra


Class com.microfocus.cobol.connector.spi.CobolPrincipal extends Object implements Serializable

Serialized Fields

name

String name
 

x500Principal

javax.security.auth.x500.X500Principal x500Principal


Class com.microfocus.cobol.connector.spi.CobolResourceAdapter extends Object implements Serializable

Serialized Fields

log

RALogger log

serverHost

String serverHost

serverPort

String serverPort

logHost

String logHost

logPort

String logPort

trace

Boolean trace




Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.