Serialized Form


Package org.sape.carbon.services.cache

Class org.sape.carbon.services.cache.CacheException implements Serializable

Class org.sape.carbon.services.cache.CacheLoadException implements Serializable


Package org.sape.carbon.core.bootstrap

Class org.sape.carbon.core.bootstrap.BootStrapException implements Serializable

Class org.sape.carbon.core.bootstrap.BootStrapperStateEnum implements Serializable

Class org.sape.carbon.core.bootstrap.BootStrapperStateEnum.BootStrapperStateEnumNotFoundException implements Serializable


Package org.sape.carbon.core.component

Class org.sape.carbon.core.component.ComponentException implements Serializable

Class org.sape.carbon.core.component.ComponentNotFoundException implements Serializable


Package org.sape.carbon.core.component.event

Class org.sape.carbon.core.component.event.ComponentEvent implements Serializable

Serialized Fields

name

String name
The name of the event.


message

String message
The message for the event.


Package org.sape.carbon.core.component.lifecycle

Class org.sape.carbon.core.component.lifecycle.ComponentUnavailableException implements Serializable

Class org.sape.carbon.core.component.lifecycle.InvalidStateException implements Serializable

Class org.sape.carbon.core.component.lifecycle.LifecycleException implements Serializable

Class org.sape.carbon.core.component.lifecycle.LifecycleStateEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
ObjectStreamException
See Also:
BaseEnum.getByOrdinal(int, java.lang.Class)

Class org.sape.carbon.core.component.lifecycle.LifecycleStateEnum.LifecycleStateEnumNotFoundException implements Serializable

Class org.sape.carbon.core.component.lifecycle.NonFatalStateTransitionException implements Serializable

Class org.sape.carbon.core.component.lifecycle.OperationNotSupportedException implements Serializable

Class org.sape.carbon.core.component.lifecycle.StateTransitionException implements Serializable


Package org.sape.carbon.core.component.proxy

Class org.sape.carbon.core.component.proxy.InvalidListenerException implements Serializable

Class org.sape.carbon.core.component.proxy.Invocation implements Serializable

Serialized Fields

target

Object target
Holds the target object.


method

Method method
Holds the target method.


methodArguments

Object[] methodArguments
Holds the objects to be passed to the target method.


methodSignature

Class[] methodSignature
Holds the classes needed in the target method signature.


isTargetFunctionalImplementation

boolean isTargetFunctionalImplementation
Indicates if this method is in the functional implementation.

Class org.sape.carbon.core.component.proxy.MonitorAcquisitionException implements Serializable


Package org.sape.carbon.core.config

Class org.sape.carbon.core.config.ConfigurationAccessException implements Serializable

Class org.sape.carbon.core.config.ConfigurationException implements Serializable

Class org.sape.carbon.core.config.ConfigurationInitializtionException implements Serializable

Class org.sape.carbon.core.config.ConfigurationNotFoundException implements Serializable

Class org.sape.carbon.core.config.ConfigurationRuntimeException implements Serializable

Class org.sape.carbon.core.config.ConfigurationStoreException implements Serializable

Class org.sape.carbon.core.config.InvalidConfigurationException implements Serializable


Package org.sape.carbon.core.config.format

Class org.sape.carbon.core.config.format.AbstractConfigurationProxy implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log
Provides a handle to Apache-commons logger


document

org.jdom.Document document
JDOM Document object that holds the xml version of this configuration object's data.


element

org.jdom.Element element
The root element of this configuration object. May represent the root node of the document or it may be a sub-element for included object types.


documentType

Class documentType
The Class of object that this configuration object is implementing.


name

String name
The fully qualified configuration name for this configuration object


writable

boolean writable
True if this object may be altered, false if it should throw exceptions when attempts are made to alter it.

Class org.sape.carbon.core.config.format.ConfigurationFormatException implements Serializable


Package org.sape.carbon.core.config.format.jdom

Class org.sape.carbon.core.config.format.jdom.JDOMConfigurationProxy implements Serializable

Serialized Fields

typeService

ConfigurationTypeService typeService
Holds the type service for configuration.


attributeCache

Map attributeCache
Map for caching previously accessed attributes

Since:
carbon 1.1


Package org.sape.carbon.core.config.interceptor

Class org.sape.carbon.core.config.interceptor.ConfigurationInterceptorException implements Serializable


Package org.sape.carbon.core.config.node

Class org.sape.carbon.core.config.node.NodeCreationException implements Serializable

Class org.sape.carbon.core.config.node.NodeException implements Serializable

Serialized Fields

nodeName

String nodeName
The name of the node on which the exception occured.

Class org.sape.carbon.core.config.node.NodeIOException implements Serializable

Class org.sape.carbon.core.config.node.NodeNotFoundException implements Serializable

Class org.sape.carbon.core.config.node.NodeRemovalException implements Serializable

Serialized Fields

node

Node node
The node object that could not be removed.

Class org.sape.carbon.core.config.node.NodeRemovedException implements Serializable


Package org.sape.carbon.core.config.type

Class org.sape.carbon.core.config.type.ConfigurationTypeException implements Serializable

Class org.sape.carbon.core.config.type.TokenReplacementException implements Serializable

Class org.sape.carbon.core.config.type.TypeConversionException implements Serializable

Class org.sape.carbon.core.config.type.TypeHandlerNotFoundException implements Serializable


Package org.sape.carbon.core.exception

Class org.sape.carbon.core.exception.BaseException implements Serializable

Serialized Fields

delegatedException

ExceptionDelegate delegatedException
The implementing exception delegate that provides Carbon Core exceptions with their basic functionality.

Class org.sape.carbon.core.exception.BaseRuntimeException implements Serializable

Serialized Fields

delegatedException

ExceptionDelegate delegatedException
The implementing exception delegate that provides Carbon Core exceptions with their basic functionality.

Class org.sape.carbon.core.exception.DefaultExceptionDelegateImpl implements Serializable

Serialized Fields

delegatee

Throwable delegatee
The exception object that this object is acting as the delegate for.


message

String message
The string message for this exception.


cause

Throwable cause
The cause or previous exception of this exception.


exceptionSource

Class exceptionSource
The source indicates the class and optionally the method from which this exception originated.


severity

SeverityEnum severity
The severity of this exception (how bad it was).

Class org.sape.carbon.core.exception.IllegalStateException implements Serializable

Class org.sape.carbon.core.exception.InvalidParameterException implements Serializable


Package org.sape.carbon.core.util.calendar

Class org.sape.carbon.core.util.calendar.DayOfWeekEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an existing static Enumeration

Class org.sape.carbon.core.util.calendar.DayOfWeekEnum.DayOfWeekEnumNotFoundException implements Serializable

Class org.sape.carbon.core.util.calendar.MonthEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an existing static Enumeration

Class org.sape.carbon.core.util.calendar.MonthEnum.MonthEnumNotFoundException implements Serializable


Package org.sape.carbon.core.util.classify

Class org.sape.carbon.core.util.classify.SeverityEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an enumeration instance that is managed by the Enumeration Subsystem. This will always return the SAME object instance for any single enum instance and is what allows the "==" operator to be used for comparisons.

Throws:
ObjectStreamException - when there is a failure to resolve the streamed object due to a format or read io exception

Class org.sape.carbon.core.util.classify.SeverityEnum.SeverityEnumNotFoundException implements Serializable


Package org.sape.carbon.core.util.enum

Class org.sape.carbon.core.util.enum.BaseEnum implements Serializable

Serialized Fields

name

String name
The string representation of this enumeration instance


ordinal

int ordinal
The ordinal representation of this enumeration instance

Class org.sape.carbon.core.util.enum.EnumNotFoundException implements Serializable

Serialized Fields

name

String name
The name of the enum that was searched for


Package org.sape.carbon.core.util.reflection

Class org.sape.carbon.core.util.reflection.PropertyNotFoundException implements Serializable

Class org.sape.carbon.core.util.reflection.ReflectionRuntimeException implements Serializable


Package org.sape.carbon.services.deployment

Class org.sape.carbon.services.deployment.DeploymentServiceException implements Serializable


Package org.sape.carbon.services.deployment.namelookup

Class org.sape.carbon.services.deployment.namelookup.NameLookupException implements Serializable


Package org.sape.carbon.services.ejb

Class org.sape.carbon.services.ejb.HomeFactoryClassCastException implements Serializable

Class org.sape.carbon.services.ejb.HomeFactoryClassNotFoundException implements Serializable

Class org.sape.carbon.services.ejb.HomeFactoryException implements Serializable

Class org.sape.carbon.services.ejb.HomeFactoryNamingException implements Serializable


Package org.sape.carbon.services.email

Class org.sape.carbon.services.email.MailException implements Serializable

Class org.sape.carbon.services.email.MailFailureException implements Serializable


Package org.sape.carbon.services.email.util

Class org.sape.carbon.services.email.util.MailContentTypeEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an enumeration instance that is managed by the Enumeration Subsystem. This will always return the SAME object instance for any single enum instance and is what allows the "==" operator to be used for comparisons.

Throws:
ObjectStreamException - when there is a failure to resolve the streamed object due to a format or read io exception


Package org.sape.carbon.services.instrumentation.statistics

Class org.sape.carbon.services.instrumentation.statistics.DefaultStatisticsInterceptor.MethodStats implements Serializable

Serialized Fields

method

Method method
Holds the method being instremented.


callCount

long callCount
Holds the number of times the method has been called.


failures

long failures
Holds the number of times the method has failed.


totalExecutionDuration

long totalExecutionDuration
Holds the total execution duration for the method.


methodCall

ThreadLocal methodCall
This thread local storage stores the start time of a method call in order to know when the call began. If the time is greater than zero it is considered to be executing (or to have failed). Reentrancy would cause a false positive of failure at this point.


Package org.sape.carbon.services.carbonmanagement

Class org.sape.carbon.services.carbonmanagement.CarbonManagementServiceException implements Serializable

Class org.sape.carbon.services.carbonmanagement.ComponentNotFoundException implements Serializable

Class org.sape.carbon.services.carbonmanagement.ConfigurationNotFoundException implements Serializable


Package org.sape.carbon.services.jmx.server

Class org.sape.carbon.services.jmx.server.MBeanServerException implements Serializable

Class org.sape.carbon.services.jmx.server.MBeanServerRetreiveException implements Serializable


Package org.sape.carbon.services.management.interceptor

Class org.sape.carbon.services.management.interceptor.MBeanOperationImpactEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an existing static Enumeration

ObjectStreamException
See Also:
BaseEnum#readResolve

Class org.sape.carbon.services.management.interceptor.MBeanOperationImpactEnum.MBeanOperationImpactEnumNotFoundException implements Serializable


Package org.sape.carbon.services.scheduler

Class org.sape.carbon.services.scheduler.UnrecoverableTaskException implements Serializable


Package org.sape.carbon.services.sql

Class org.sape.carbon.services.sql.ResultSetConcurrencyEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an enumeration instance that is managed by the Enumeration Subsystem. This will always return the SAME object instance for any single enum instance and is what allows the "==" operator to be used for comparisons.

Throws:
ObjectStreamException - indicates there is a failure to resolve the streamed object due to a format or read io exception

Class org.sape.carbon.services.sql.ResultSetConcurrencyEnum.ResultSetConcurrencyEnumNotFoundException implements Serializable

Class org.sape.carbon.services.sql.ResultSetTypeEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an enumeration instance that is managed by the Enumeration Subsystem. This will always return the SAME object instance for any single enum instance and is what allows the "==" operator to be used for comparisons.

Throws:
ObjectStreamException - indicates there is a failure to resolve the streamed object due to a format or read io exception

Class org.sape.carbon.services.sql.ResultSetTypeEnum.ResultSetTypeEnumNotFoundException implements Serializable

Class org.sape.carbon.services.sql.StatementFactoryException implements Serializable

Class org.sape.carbon.services.sql.StatementNotConfiguredException implements Serializable


Package org.sape.carbon.services.uniqueid

Class org.sape.carbon.services.uniqueid.UniqueIDCreationException implements Serializable

Class org.sape.carbon.services.uniqueid.UniqueIDNotFoundException implements Serializable

Class org.sape.carbon.services.uniqueid.UniqueIDServiceException implements Serializable


Package org.sape.carbon.services.console

Class org.sape.carbon.services.console.AboutFrame implements Serializable

Serialized Fields

javaVersionLabel

JLabel javaVersionLabel

titleLabel

JLabel titleLabel

iconLabel

JLabel iconLabel

jButton1

JButton jButton1

carbonVersion

JLabel carbonVersion

carbonConfigRootLabel

JLabel carbonConfigRootLabel

javaVersion

JLabel javaVersion

carbonConfigRoot

JLabel carbonConfigRoot

javaVendorLabel

JLabel javaVendorLabel

javaVendor

JLabel javaVendor

carbonVersionLabel

JLabel carbonVersionLabel

jLabel1

JLabel jLabel1

Class org.sape.carbon.services.console.AttributeCellEditor implements Serializable

Serialized Fields

editorComponent

JComponent editorComponent
The Swing component being edited.


delegate

AttributeCellEditor.EditorDelegate delegate
The delegate class which handles all methods sent from the CellEditor.


clickCountToStart

int clickCountToStart
An integer specifying the number of clicks needed to start editing. Even if clickCountToStart is defined as zero, it will not initiate until a click occurs.


type

Class type
The class type of the data being edited


value

Object value
The object value of the data


editable

boolean editable
true if the object may be altered

Class org.sape.carbon.services.console.AttributeCellEditor.EditorDelegate implements Serializable

Serialized Fields

value

Object value
The value of this cell.

Class org.sape.carbon.services.console.AttributeGraph implements Serializable

Serialized Fields

graphCanvas

GraphCanvas graphCanvas

objectName

javax.management.ObjectName objectName

attributeInfo

javax.management.MBeanAttributeInfo[] attributeInfo

server

javax.management.MBeanServer server

isRunning

boolean isRunning

jButton1

JButton jButton1

sleepLabel

JLabel sleepLabel

jPanel2

JPanel jPanel2

jPanel1

JPanel jPanel1

sleepSlider

JSlider sleepSlider

Class org.sape.carbon.services.console.AttributePanel implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

objectName

javax.management.ObjectName objectName

attributeInfo

javax.management.MBeanAttributeInfo attributeInfo

server

javax.management.MBeanServer server

dirty

boolean dirty

currentError

Throwable currentError

editor

AttributeCellEditor editor

shouldGraphCheckbox

JCheckBox shouldGraphCheckbox

infoPanel

JPanel infoPanel

graphButton

JButton graphButton

typeLabel

JLabel typeLabel

typeValue

JLabel typeValue

descriptionValue

JTextArea descriptionValue

graphingPanel

JPanel graphingPanel

editingPanel

JPanel editingPanel

valueLabel

JLabel valueLabel

Class org.sape.carbon.services.console.AttributesPanel implements Serializable

Serialized Fields

objectName

javax.management.ObjectName objectName

server

javax.management.MBeanServer server

jButton1

JButton jButton1

attributesScrollPane

JScrollPane attributesScrollPane

refreshButton

JButton refreshButton

saveButton

JButton saveButton

buttonPanel

JPanel buttonPanel

attributesPane

JPanel attributesPane

Class org.sape.carbon.services.console.ComponentFrame implements Serializable

Serialized Fields

component

Component component

objectTree

JTree objectTree

infoPanel

JPanel infoPanel

jScrollPane3

JScrollPane jScrollPane3

jScrollPane1

JScrollPane jScrollPane1

parameterTable

JTable parameterTable

functionalImplementationLabel

JLabel functionalImplementationLabel

functionalInterfaceLabel

JLabel functionalInterfaceLabel

ObjectViewJTabbedPane

JTabbedPane ObjectViewJTabbedPane

jSplitPane1

JSplitPane jSplitPane1

jLabel3

JLabel jLabel3

jLabel1

JLabel jLabel1

Class org.sape.carbon.services.console.ConfigurationArrayDataEditorRenderer implements Serializable

Serialized Fields

arrayNode

ObjectTreeModel.ArrayNode arrayNode

jButton1

JButton jButton1

Class org.sape.carbon.services.console.ConfigurationDataRenderer implements Serializable

Serialized Fields

value

Object value

Class org.sape.carbon.services.console.ConfigurationWizard implements Serializable

Serialized Fields

directoryPath

String directoryPath

mainConsoleWindow

Configurator mainConsoleWindow

configTreeView

TreeView configTreeView

serviceTreeView

TreeView serviceTreeView

implTreeView

TreeView implTreeView

selectService

JPanel selectService

jScrollPane1

JScrollPane jScrollPane1

jLabel1

JLabel jLabel1

cardedJPanel

JPanel cardedJPanel

statusLabel

JLabel statusLabel

jButton1

JButton jButton1

jPanel5

JPanel jPanel5

jScrollPane2

JScrollPane jScrollPane2

selectConfig

JPanel selectConfig

jPanel1

JPanel jPanel1

selectImplementation

JPanel selectImplementation

nameTextField

JTextField nameTextField

jScrollPane3

JScrollPane jScrollPane3

nextButton

JButton nextButton

bottomPanel

JPanel bottomPanel

step

int step

Class org.sape.carbon.services.console.Configurator implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

configurationClassFinder

ClassFinder configurationClassFinder

componentClassFinder

ClassFinder componentClassFinder

configuratorConfig

ConfiguratorConfiguration configuratorConfig

serverConnections

Map serverConnections

jSeparator2

JSeparator jSeparator2

jSeparator4

JSeparator jSeparator4

desktopScrollPane

JScrollPane desktopScrollPane

serverSelectTree

JTree serverSelectTree

fileMenu

JMenu fileMenu

localServerTabPane

JTabbedPane localServerTabPane

newConfigurationMenuItem

JMenuItem newConfigurationMenuItem

contentMenuItem

JMenuItem contentMenuItem

configDocumentPopupMenu

JPopupMenu configDocumentPopupMenu

serverRefreshMenuItem

JMenuItem serverRefreshMenuItem

exitMenuItem

JMenuItem exitMenuItem

saveMenuItem

JMenuItem saveMenuItem

copyMenuItem

JMenuItem copyMenuItem

refreshMenuItem

JMenuItem refreshMenuItem

cutMenuItem

JMenuItem cutMenuItem

menuBar

JMenuBar menuBar

configFolderPopupMenu

JPopupMenu configFolderPopupMenu

configJScrollPane

JScrollPane configJScrollPane

executeTestJMenuItem

JMenuItem executeTestJMenuItem

editMenu

JMenu editMenu

jPanel1

JPanel jPanel1

namespaceJTree

JTree namespaceJTree

openComponentMenuItem

JMenuItem openComponentMenuItem

componentPopupMenu

JPopupMenu componentPopupMenu

serverConnectHolderPane

JPanel serverConnectHolderPane

nsCopyMenuItem

JMenuItem nsCopyMenuItem

testMenu

JMenu testMenu

jSeparator3

JSeparator jSeparator3

newDirectoryMenuItem

JMenuItem newDirectoryMenuItem

loadMBeansMenuItem

JMenuItem loadMBeansMenuItem

serverSelectPopupMenu

JPopupMenu serverSelectPopupMenu

newConfigurationSubMenu

JMenu newConfigurationSubMenu

connectToServerMenuItem

JMenuItem connectToServerMenuItem

jScrollPane1

JScrollPane jScrollPane1

reloadConfigMenuItem

JMenuItem reloadConfigMenuItem

jLabel1

JLabel jLabel1

componentJScrollPane

JScrollPane componentJScrollPane

repositoryMenu

JMenu repositoryMenu

desktopPane

JDesktopPane desktopPane

jSplitPane2

JSplitPane jSplitPane2

componentJTree

JTree componentJTree

nsOpenMenuItem

JMenuItem nsOpenMenuItem

jSplitPane1

JSplitPane jSplitPane1

nsDeleteMenuItem

JMenuItem nsDeleteMenuItem

saveAsMenuItem

JMenuItem saveAsMenuItem

jPanel2

JPanel jPanel2

nsPasteMenuItem

JMenuItem nsPasteMenuItem

pasteMenuItem

JMenuItem pasteMenuItem

openMenuItem

JMenuItem openMenuItem

nsCutMenuItem

JMenuItem nsCutMenuItem

jSeparator1

JSeparator jSeparator1

windowMenu

JMenu windowMenu

aboutMenuItem

JMenuItem aboutMenuItem

helpMenu

JMenu helpMenu

deleteMenuItem

JMenuItem deleteMenuItem

serverDisconnectMenuItem

JMenuItem serverDisconnectMenuItem

Class org.sape.carbon.services.console.ExpandablePanel implements Serializable

Serialized Fields

isContentCollapsed

boolean isContentCollapsed

collapseButton

JButton collapseButton

contentLabel

JLabel contentLabel

jPanel1

JPanel jPanel1

contentPanel

JPanel contentPanel

Class org.sape.carbon.services.console.MBeanFrame implements Serializable

Serialized Fields

server

javax.management.MBeanServer server

objectName

javax.management.ObjectName objectName

info

javax.management.MBeanInfo info

jLabel1

JLabel jLabel1

serverLabel

JLabel serverLabel

nameLabel

JLabel nameLabel

headerPanel

JPanel headerPanel

tabAndButtonPanel

JPanel tabAndButtonPanel

descriptionLabel

JLabel descriptionLabel

serverLabelValue

JLabel serverLabelValue

nameLabelValue

JLabel nameLabelValue

profileTabPane

JTabbedPane profileTabPane

descriptionValue

JTextArea descriptionValue

statusBarPanel

JPanel statusBarPanel

Class org.sape.carbon.services.console.MBeanProfilePanel implements Serializable

Serialized Fields

description

JTextArea description

jPanel2

JPanel jPanel2

jPanel1

JPanel jPanel1

profileTabs

JTabbedPane profileTabs

Class org.sape.carbon.services.console.MBeanView implements Serializable

Serialized Fields

server

mx4j.connector.RemoteMBeanServer server

objectName

javax.management.ObjectName objectName

info

javax.management.MBeanInfo info

jPanel1

JPanel jPanel1

infoPanel

JPanel infoPanel

jScrollPane1

JScrollPane jScrollPane1

nameLabel

JLabel nameLabel

name

JLabel name

jLabel4

JLabel jLabel4

jLabel3

JLabel jLabel3

Class org.sape.carbon.services.console.MDIDesktopPane implements Serializable

Serialized Fields

manager

MDIDesktopManager manager

Class org.sape.carbon.services.console.Mx4jServerConnection implements Serializable

Serialized Fields

connector

mx4j.connector.rmi.RMIConnector connector

server

mx4j.connector.RemoteMBeanServer server

mbeanServer

javax.management.MBeanServer mbeanServer

Class org.sape.carbon.services.console.NewDirectoryDialog implements Serializable

Serialized Fields

parentDir

File parentDir

jButton2

JButton jButton2

jButton1

JButton jButton1

jTextField1

JTextField jTextField1

jLabel1

JLabel jLabel1

Class org.sape.carbon.services.console.NotificationPanel implements Serializable

Serialized Fields

objectName

javax.management.ObjectName objectName

notificationInfo

javax.management.MBeanNotificationInfo notificationInfo

server

javax.management.MBeanServer server

jLabel1

JLabel jLabel1

descriptionTextArea

JTextArea descriptionTextArea

notificationTypeScrollPane

JScrollPane notificationTypeScrollPane

notificationTypeList

JList notificationTypeList

Class org.sape.carbon.services.console.ObjectFrame implements Serializable

Serialized Fields

config

Configuration config

jButton2

JButton jButton2

jButton1

JButton jButton1

jScrollPane2

JScrollPane jScrollPane2

jScrollPane1

JScrollPane jScrollPane1

topPanel

JPanel topPanel

XmlViewJEditorPane

JEditorPane XmlViewJEditorPane

ObjectViewJTabbedPane

JTabbedPane ObjectViewJTabbedPane

treeTable

JTreeTable treeTable

Class org.sape.carbon.services.console.OperationPanel implements Serializable

Serialized Fields

objectName

javax.management.ObjectName objectName

operation

javax.management.MBeanOperationInfo operation

server

javax.management.MBeanServer server

resultsPanel

JPanel resultsPanel

returntypeLabel

JLabel returntypeLabel

returnValueTextArea

JTextArea returnValueTextArea

descriptionLabel

JLabel descriptionLabel

returnValueScrollPane

JScrollPane returnValueScrollPane

descriptionValue

JLabel descriptionValue

impactLabel

JLabel impactLabel

impactValue

JLabel impactValue

returnTypeLabel

JLabel returnTypeLabel

returnTypeValue

JLabel returnTypeValue

executeButton

JButton executeButton

Class org.sape.carbon.services.console.OperationsImpactEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an enumeration instance that is managed by the Enumeration Subsystem. These

Class org.sape.carbon.services.console.OperationsImpactEnum.OperationsImpactEnumNotFoundException implements Serializable

Class org.sape.carbon.services.console.RemoteServerConnectDialog implements Serializable

Serialized Fields

parentConfigurator

Configurator parentConfigurator

jLabel1

JLabel jLabel1

jLabel3

JLabel jLabel3

initialContextFactoryComboBox

JComboBox initialContextFactoryComboBox

jLabel2

JLabel jLabel2

okButton

JButton okButton

credentialsField

JTextField credentialsField

principleLabel

JLabel principleLabel

principleField

JTextField principleField

cancelButton

JButton cancelButton

serverURLComboBox

JComboBox serverURLComboBox

jPanel1

JPanel jPanel1

credentialsLabel

JLabel credentialsLabel

Class org.sape.carbon.services.console.ServerConnectionPane implements Serializable

Serialized Fields

desktop

JDesktopPane desktop

orderedMBeans

TreeSet orderedMBeans

initialContextFactory

String initialContextFactory

serverURL

String serverURL

openMBeanFrames

Set openMBeanFrames

searchPanel

JPanel searchPanel

componentTree

JTree componentTree

searchButton

JButton searchButton

jPanel1

JPanel jPanel1

searchField

JTextField searchField

componentScrollPane

JScrollPane componentScrollPane

searchHeaderPanel

JPanel searchHeaderPanel

serverURLLabel

JLabel serverURLLabel

searchJList

JList searchJList

searchScrollPane

JScrollPane searchScrollPane

jTabbedPane1

JTabbedPane jTabbedPane1

jLabel2

JLabel jLabel2

jLabel1

JLabel jLabel1

Class org.sape.carbon.services.console.SingletonExceptionViewer implements Serializable

Class org.sape.carbon.services.console.TreeView implements Serializable

Class org.sape.carbon.services.console.WebLogicServerConnection implements Serializable

Serialized Fields

mbeanServer

javax.management.MBeanServer mbeanServer

principle

String principle

credentials

String credentials

Class org.sape.carbon.services.console.WindowMenu implements Serializable

Serialized Fields

desktop

MDIDesktopPane desktop

cascade

JMenuItem cascade

tile

JMenuItem tile


Package org.sape.carbon.services.exception

Class org.sape.carbon.services.exception.ExceptionViewer implements Serializable

Serialized Fields

exceptionList

List exceptionList

currentIndex

int currentIndex

classLabelLabel

JLabel classLabelLabel

jPanel2

JPanel jPanel2

jPanel1

JPanel jPanel1

jButton1

JButton jButton1

jScrollPane1

JScrollPane jScrollPane1

messageLabel

JLabel messageLabel

classLabel

JLabel classLabel

errorIconLabel

JLabel errorIconLabel

jEditorPane1

JEditorPane jEditorPane1

previousButton

JButton previousButton

messageLabelLabel

JLabel messageLabelLabel

nextButton

JButton nextButton

Class org.sape.carbon.services.exception.GUIExceptionDelegate implements Serializable


Package org.sape.carbon.services.log.console

Class org.sape.carbon.services.log.console.AboutLogView implements Serializable

Serialized Fields

jButton2

JButton jButton2

jLabel4

JLabel jLabel4

jLabel3

JLabel jLabel3

jLabel1

JLabel jLabel1

Class org.sape.carbon.services.log.console.LogMessageListModel implements Serializable

Serialized Fields

all

List all

filtered

List filtered

severities

Set severities

textFilter

String textFilter

Class org.sape.carbon.services.log.console.LogView implements Serializable

Serialized Fields

prefs

LogViewPrefs prefs

refreshLock

Object refreshLock

queue

EDU.oswego.cs.dl.util.concurrent.LinkedQueue queue

dateFormat

SimpleDateFormat dateFormat

timeFormat

SimpleDateFormat timeFormat

stringFilterJTextField

JTextField stringFilterJTextField

warningJCheckBox

JCheckBox warningJCheckBox

jLabelMessageCount

JLabel jLabelMessageCount

jLabelTitle

JLabel jLabelTitle

jLabelSourceMethodLabel

JLabel jLabelSourceMethodLabel

jLabelDateLabel

JLabel jLabelDateLabel

jLabelDate

JLabel jLabelDate

jPanelConfig

JPanel jPanelConfig

jLabel1

JLabel jLabel1

jMenuItemPrefs

JMenuItem jMenuItemPrefs

aboutJMenuItem

JMenuItem aboutJMenuItem

jLabelTime

JLabel jLabelTime

messageJList

JList messageJList

traceJCheckBox

JCheckBox traceJCheckBox

exitJMenuItem

JMenuItem exitJMenuItem

errorJCheckBox

JCheckBox errorJCheckBox

jPanelMessageDetails

JPanel jPanelMessageDetails

detailJCheckBox

JCheckBox detailJCheckBox

infoJCheckBox

JCheckBox infoJCheckBox

jSplitPane1

JSplitPane jSplitPane1

messageDetailJPanel

JPanel messageDetailJPanel

jLabelSourceClassLabel

JLabel jLabelSourceClassLabel

criticalJCheckBox

JCheckBox criticalJCheckBox

jTextAreaMessageText

JTextArea jTextAreaMessageText

jToolBar1

JToolBar jToolBar1

clearJMenuItem

JMenuItem clearJMenuItem

messageTextJScrollPane

JScrollPane messageTextJScrollPane

saveJMenuItem

JMenuItem saveJMenuItem

jLabelSourceMethod

JLabel jLabelSourceMethod

jSeparator1

JSeparator jSeparator1

File

JMenuBar File

jLabelSeverity

JLabel jLabelSeverity

jCheckBoxMenuItemScrollToNewMessages

JCheckBoxMenuItem jCheckBoxMenuItemScrollToNewMessages

messageListJScrollPane

JScrollPane messageListJScrollPane

jLabelSeverityLabel

JLabel jLabelSeverityLabel

jMenuFile

JMenu jMenuFile

jMenuHelp

JMenu jMenuHelp

jMenuOptions

JMenu jMenuOptions

jLabelTimeLabel1

JLabel jLabelTimeLabel1

jLabelSourceClass

JLabel jLabelSourceClass

Class org.sape.carbon.services.log.console.LogViewPrefs implements Serializable

Serialized Fields

parentLogView

LogView parentLogView

jLabelForegroundHeader

JLabel jLabelForegroundHeader

jLabelBackgroundHeader

JLabel jLabelBackgroundHeader

jLabelCriticalLabel

JLabel jLabelCriticalLabel

jButtonCriticalBg

JButton jButtonCriticalBg

jButtonCriticalFg

JButton jButtonCriticalFg

jLabelErrorLabel

JLabel jLabelErrorLabel

jButtonErrorBg

JButton jButtonErrorBg

jButtonErrorFg

JButton jButtonErrorFg

jLabelWarningLabel

JLabel jLabelWarningLabel

jButtonWarningBg

JButton jButtonWarningBg

jButtonWarningFg

JButton jButtonWarningFg

jLabelInfoLabel

JLabel jLabelInfoLabel

jButtonInfoBg

JButton jButtonInfoBg

jButtonInfoFg

JButton jButtonInfoFg

jLabelDetailLabel

JLabel jLabelDetailLabel

jButtonDetailBg

JButton jButtonDetailBg

jButtonDetailFg

JButton jButtonDetailFg

jLabelTraceLabel

JLabel jLabelTraceLabel

jButtonTraceBg

JButton jButtonTraceBg

jButtonTraceFg

JButton jButtonTraceFg

jLabelDialogTitle

JLabel jLabelDialogTitle

jButtonOk

JButton jButtonOk

Class org.sape.carbon.services.log.console.SourceFilter implements Serializable

Serialized Fields

jPanel1

JPanel jPanel1

jButton2

JButton jButton2

jButton1

JButton jButton1

treeJScrollPane

JScrollPane treeJScrollPane

packageJTree

JTree packageJTree

Class org.sape.carbon.services.log.console.SourceFilter.PkgCellRenderer implements Serializable


Package org.sape.carbon.services.swing.graph

Class org.sape.carbon.services.swing.graph.GraphCanvas implements Serializable

Serialized Fields

tracks

Map tracks
A list of Track's that are a part of this graph


graphBounds

Rectangle2D graphBounds
The current graph bounds that are visible


backgroundColor

Color backgroundColor
The background color for this graph


Package org.sape.carbon.services.swing.treetable

Class org.sape.carbon.services.swing.treetable.JTreeTable implements Serializable

Serialized Fields

tree

JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.

Class org.sape.carbon.services.swing.treetable.JTreeTable.TreeTableCellRenderer implements Serializable

Serialized Fields

visibleRow

int visibleRow
Last table/tree row asked to renderer.

Class org.sape.carbon.services.swing.treetable.TreeTableModelAdapter implements Serializable

Serialized Fields

tree

JTree tree

treeTableModel

TreeTableModel treeTableModel


Package org.sape.carbon.services.threadpool

Class org.sape.carbon.services.threadpool.QueueFullPolicyEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an existing static Enumeration

Class org.sape.carbon.services.threadpool.QueueFullPolicyEnum.QueueFullPolicyEnumNotFoundException implements Serializable

Class org.sape.carbon.services.threadpool.TaskStatusEnum implements Serializable

Serialization Methods

readResolve

final Object readResolve()
                  throws ObjectStreamException
Overrides part of serialization to return a reference to an existing static Enumeration

Class org.sape.carbon.services.threadpool.TaskStatusEnum.TaskStatusEnumNotFoundException implements Serializable

Class org.sape.carbon.services.threadpool.ThreadPoolRuntimeException implements Serializable



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.