Serialized Form
Package org.sape.carbon.services.cache |
Package org.sape.carbon.core.bootstrap |
Package org.sape.carbon.core.component |
Package org.sape.carbon.core.component.event |
name
String name
- The name of the event.
message
String message
- The message for the event.
Package org.sape.carbon.core.component.lifecycle |
readResolve
final Object readResolve()
throws ObjectStreamException
ObjectStreamException
- See Also:
BaseEnum.getByOrdinal(int, java.lang.Class)
Package org.sape.carbon.core.component.proxy |
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.
Package org.sape.carbon.core.config |
Package org.sape.carbon.core.config.format |
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.
Package org.sape.carbon.core.config.format.jdom |
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 |
Package org.sape.carbon.core.config.node |
nodeName
String nodeName
- The name of the node on which the exception occured.
node
Node node
- The node object that could not be removed.
Package org.sape.carbon.core.config.type |
Package org.sape.carbon.core.exception |
delegatedException
ExceptionDelegate delegatedException
- The implementing exception delegate that provides
Carbon Core exceptions with their basic functionality.
delegatedException
ExceptionDelegate delegatedException
- The implementing exception delegate that provides
Carbon Core exceptions with their basic functionality.
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).
Package org.sape.carbon.core.util.calendar |
readResolve
final Object readResolve()
throws ObjectStreamException
- Overrides part of serialization to return a reference to an existing
static Enumeration
readResolve
final Object readResolve()
throws ObjectStreamException
- Overrides part of serialization to return a reference to an existing
static Enumeration
Package org.sape.carbon.core.util.classify |
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.core.util.enum |
name
String name
- The string representation of this enumeration instance
ordinal
int ordinal
- The ordinal representation of this enumeration instance
name
String name
- The name of the enum that was searched for
Package org.sape.carbon.core.util.reflection |
Package org.sape.carbon.services.deployment |
Package org.sape.carbon.services.deployment.namelookup |
Package org.sape.carbon.services.ejb |
Package org.sape.carbon.services.email |
Package org.sape.carbon.services.email.util |
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 |
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 |
Package org.sape.carbon.services.jmx.server |
Package org.sape.carbon.services.management.interceptor |
readResolve
final Object readResolve()
throws ObjectStreamException
- Overrides part of serialization to return a reference to an existing
static Enumeration
ObjectStreamException
- See Also:
BaseEnum#readResolve
Package org.sape.carbon.services.scheduler |
Package org.sape.carbon.services.sql |
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
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
Package org.sape.carbon.services.uniqueid |
Package org.sape.carbon.services.console |
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
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
value
Object value
- The value of this cell.
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
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
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
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
arrayNode
ObjectTreeModel.ArrayNode arrayNode
jButton1
JButton jButton1
value
Object value
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
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
isContentCollapsed
boolean isContentCollapsed
collapseButton
JButton collapseButton
contentLabel
JLabel contentLabel
jPanel1
JPanel jPanel1
contentPanel
JPanel contentPanel
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
description
JTextArea description
jPanel2
JPanel jPanel2
jPanel1
JPanel jPanel1
profileTabs
JTabbedPane profileTabs
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
manager
MDIDesktopManager manager
connector
mx4j.connector.rmi.RMIConnector connector
server
mx4j.connector.RemoteMBeanServer server
mbeanServer
javax.management.MBeanServer mbeanServer
parentDir
File parentDir
jButton2
JButton jButton2
jButton1
JButton jButton1
jTextField1
JTextField jTextField1
jLabel1
JLabel jLabel1
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
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
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
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
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
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
mbeanServer
javax.management.MBeanServer mbeanServer
principle
String principle
credentials
String credentials
desktop
MDIDesktopPane desktop
cascade
JMenuItem cascade
tile
JMenuItem tile
Package org.sape.carbon.services.exception |
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
Package org.sape.carbon.services.log.console |
jButton2
JButton jButton2
jLabel4
JLabel jLabel4
jLabel3
JLabel jLabel3
jLabel1
JLabel jLabel1
all
List all
filtered
List filtered
severities
Set severities
textFilter
String textFilter
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
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
jPanel1
JPanel jPanel1
jButton2
JButton jButton2
jButton1
JButton jButton1
treeJScrollPane
JScrollPane treeJScrollPane
packageJTree
JTree packageJTree
Package org.sape.carbon.services.swing.graph |
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 |
tree
JTreeTable.TreeTableCellRenderer tree
- A subclass of JTree.
visibleRow
int visibleRow
- Last table/tree row asked to renderer.
tree
JTree tree
treeTableModel
TreeTableModel treeTableModel
Package org.sape.carbon.services.threadpool |
readResolve
final Object readResolve()
throws ObjectStreamException
- Overrides part of serialization to return a reference to an existing
static Enumeration
readResolve
final Object readResolve()
throws ObjectStreamException
- Overrides part of serialization to return a reference to an existing
static Enumeration
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.