serialVersionUID: -5836846270535785031L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
HeadlessException
- if GraphicsEnvironment.isHeadless()
returns true
ClassNotFoundException
IOException
GraphicsEnvironment.isHeadless()
AccessibleContext accessibleContext
serialVersionUID: 8127374778187708896L
serialVersionUID: -1819846354050686206L
serialVersionUID: -1825314779160409405L
bdatabyte[] bdata
int id
AWTEvent.getID()
, AWTEvent.AWTEvent(java.lang.Object, int)
boolean consumed
AWTEvent.consume()
, AWTEvent.isConsumed()
serialVersionUID: -1900414231151323879L
serialVersionUID: -6430539691155161871L
readResolveprotected Object readResolve() throws ObjectStreamException
AWTKeyStroke
(or a subclass of AWTKeyStroke
) which is equal to this instance.
ObjectStreamException
char keyChar
int keyCode
int modifiers
boolean onKeyRelease
serialVersionUID: 8890392402588814465L
serialVersionUID: -8658291919501921765L
hgapint hgap
hgap
.
BorderLayout.getHgap()
, BorderLayout.setHgap(int)
int vgap
vgap
.
BorderLayout.getVgap()
, BorderLayout.setVgap(int)
Component north
BorderLayout.getChild(String, boolean)
, BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
, BorderLayout.getLayoutAlignmentX(java.awt.Container)
, BorderLayout.getLayoutAlignmentY(java.awt.Container)
, BorderLayout.removeLayoutComponent(java.awt.Component)
Component west
BorderLayout.getChild(String, boolean)
, BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
, BorderLayout.getLayoutAlignmentX(java.awt.Container)
, BorderLayout.getLayoutAlignmentY(java.awt.Container)
, BorderLayout.removeLayoutComponent(java.awt.Component)
Component east
BorderLayout.getChild(String, boolean)
, BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
, BorderLayout.getLayoutAlignmentX(java.awt.Container)
, BorderLayout.getLayoutAlignmentY(java.awt.Container)
, BorderLayout.removeLayoutComponent(java.awt.Component)
Component south
BorderLayout.getChild(String, boolean)
, BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
, BorderLayout.getLayoutAlignmentX(java.awt.Container)
, BorderLayout.getLayoutAlignmentY(java.awt.Container)
, BorderLayout.removeLayoutComponent(java.awt.Component)
Component center
BorderLayout.getChild(String, boolean)
, BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
, BorderLayout.getLayoutAlignmentX(java.awt.Container)
, BorderLayout.getLayoutAlignmentY(java.awt.Container)
, BorderLayout.removeLayoutComponent(java.awt.Component)
Component firstLine
NORTH
and BEFORE_FIRST_LINE
constants in a container whose orientation is LEFT_TO_RIGHT
, only the BEFORE_FIRST_LINE
will be layed out. This will be the same for lastLine, firstItem, lastItem.
Component lastLine
Component firstItem
Component lastItem
serialVersionUID: -8774683716313001058L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and if it isn't null
adds a listener to receive action events fired by the button. Unrecognized keys or values will be ignored.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
Button.removeActionListener(ActionListener)
, Button.addActionListener(ActionListener)
, GraphicsEnvironment.isHeadless()
, Button.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
ActionListeners
as optional data. The non-serializable ActionListeners
are detected and no attempt is made to serialize them.
null
terminated sequence of 0 or more pairs: the pair consists of a String
and an Object
; the String
indicates the type of object and is one of the following: actionListenerK
indicating an ActionListener
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Component.actionListenerK
, Button.readObject(ObjectInputStream)
String label
Button.getLabel()
, setLabel()
String actionCommand
Button.getActionCommand()
, setActionCommand()
int buttonSerializedDataVersion
serialVersionUID: -5932203980244017102L
serialVersionUID: -2284879212465893870L
serialVersionUID: -6325592262103146699L
serialVersionUID: -4328196481005934313L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int currentCard
int hgap
Hashtable<K,V> tab
Vector<E> vector
int vgap
serialVersionUID: 7270714317450821763L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and if it isn't null
adds a listener to receive item events fired by the Checkbox
. Unrecognized keys or values will be ignored.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
Checkbox.removeItemListener(ItemListener)
, Checkbox.addItemListener(ItemListener)
, GraphicsEnvironment.isHeadless()
, Checkbox.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
ItemListeners
as optional data. The non-serializable ItemListeners
are detected and no attempt is made to serialize them.
null
terminated sequence of 0 or more pairs; the pair consists of a String
and an Object
; the String
indicates the type of object and is one of the following: itemListenerK
indicating an ItemListener
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Component.itemListenerK
, Checkbox.readObject(ObjectInputStream)
String label
Checkbox.getLabel()
, #setLabel(label)
boolean state
Checkbox
.
Checkbox.getState()
, #setState(state)
CheckboxGroup group
#getCheckBoxGroup()
, #setCheckBoxGroup(CheckBoxGroup)
int checkboxSerializedDataVersion
serialVersionUID: 7881579233144754107L
serialVersionUID: 3729780091441768983L
selectedCheckboxCheckbox selectedCheckbox
CheckboxGroup.getCurrent()
, CheckboxGroup.setCurrent(Checkbox)
serialVersionUID: 6190621106981774043L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
ItemListeners
as optional data. The non-serializable ItemListeners
are detected and no attempt is made to serialize them.
null
terminated sequence of 0 or more pairs; the pair consists of a String
and an Object
; the String
indicates the type of object and is one of the following: itemListenerK
indicating an ItemListener
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Component.itemListenerK
, CheckboxMenuItem.readObject(ObjectInputStream)
boolean state
CheckboxMenuItem.getState()
, CheckboxMenuItem.setState(boolean)
int checkboxMenuItemSerializedDataVersion
serialVersionUID: -1122642964303476L
serialVersionUID: -4075310674757313071L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and if it isn't null
adds a listener to receive item events fired by the Choice
item. Unrecognized keys or values will be ignored.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
Choice.removeItemListener(ItemListener)
, Choice.addItemListener(ItemListener)
, GraphicsEnvironment.isHeadless()
, Choice.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
ItemListeners
as optional data. The non-serializable ItemListeners
are detected and no attempt is made to serialize them.
null
terminated sequence of 0 or more pairs; the pair consists of a String
and an Object
; the String
indicates the type of object and is one of the following: itemListenerK
indicating an ItemListener
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Component.itemListenerK
, Choice.readObject(ObjectInputStream)
Vector<E> pItems
Choice
. This can be a null
value.
Choice.add(String)
, Choice.addItem(String)
, Choice.getItem(int)
, Choice.getItemCount()
, Choice.insert(String, int)
, Choice.remove(String)
int selectedIndex
Choice
or -1 if nothing is selected.
Choice.getSelectedItem()
, Choice.select(int)
int choiceSerializedDataVersion
serialVersionUID: 7175603582428509322L
serialVersionUID: 118526816881161077L
valueint value
Color.getRGB()
float[] frgbvalue
ColorSpace
as float
components (no alpha). If null
after object construction, this must be an sRGB color constructed with 8-bit precision, so compute from the int
color value.
Color.getRGBColorComponents(float[])
, Color.getRGBComponents(float[])
float[] fvalue
ColorSpace
as float
components (no alpha). If null
after object construction, this must be an sRGB color constructed with 8-bit precision, so compute from the int
color value.
Color.getRGBColorComponents(float[])
, Color.getRGBComponents(float[])
float falpha
float
component. If frgbvalue
is null
, this is not valid data, so compute from the int
color value.
Color.getRGBComponents(float[])
, Color.getComponents(float[])
ColorSpace cs
ColorSpace
. If null
, then it's default is sRGB.
Color.getColor(java.lang.String)
, Color.getColorSpace()
, Color.getColorComponents(float[])
serialVersionUID: -7644114512714619750L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ObjectInputStream
and if it isn't null
adds a listener to receive a variety of events fired by the component. Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
Component.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
null
terminated sequence of 0 or more pairs; the pair consists of a String
and an Object
; the String
indicates the type of object and is one of the following (as of 1.4): componentListenerK
indicating an ComponentListener
object; focusListenerK
indicating an FocusListener
object; keyListenerK
indicating an KeyListener
object; mouseListenerK
indicating an MouseListener
object; mouseMotionListenerK
indicating an MouseMotionListener
object; inputListenerK
indicating an InputListener
object; hierarchyListenerK
indicating an HierarchyListener
object; hierarchyBoundsListenerK
indicating an HierarchyBoundsListener
object; mouseWheelListenerK
indicating an MouseWheelListener
object, an optional ComponentOrientation
(after inputMethodListener
, as of 1.2)
IOException
AWTEventMulticaster.save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener)
, Component.componentListenerK
, Component.focusListenerK
, Component.keyListenerK
, Component.mouseListenerK
, Component.mouseMotionListenerK
, #inputListenerK
, Component.hierarchyListenerK
, Component.hierarchyBoundsListenerK
, Component.mouseWheelListenerK
, Component.readObject(ObjectInputStream)
int x
Component.getLocation()
int y
Component.getLocation()
int width
Component.getSize()
int height
Component.getSize()
Color foreground
foreground
can be null
.
Component.getForeground()
, Component.setForeground(java.awt.Color)
Color background
background
can be null
.
Component.getBackground()
, Component.setBackground(java.awt.Color)
Font font
font
can be null
.
Component.getFont()
, Component.setFont(java.awt.Font)
Font peerFont
null
if no peer exists.)
Cursor cursor
null
.
Component.getCursor()
, Component.setCursor(java.awt.Cursor)
Locale locale
Component.getLocale()
, Component.setLocale(java.util.Locale)
boolean ignoreRepaint
Component.setIgnoreRepaint(boolean)
, Component.getIgnoreRepaint()
boolean visible
Component.isVisible()
, Component.setVisible(boolean)
boolean enabled
Component.isEnabled()
, Component.setEnabled(boolean)
boolean valid
Component.isValid()
, Component.validate()
, Component.invalidate()
DropTarget dropTarget
DropTarget
associated with this component.
Component.setDropTarget(java.awt.dnd.DropTarget)
, Component.getDropTarget()
Vector<E> popups
Component.add(java.awt.PopupMenu)
String name
null
.
Component.getName()
, Component.setName(String)
boolean nameExplicitlySet
nameExplicitlySet
will be false if the name has not been set and true if it has.
Component.getName()
, Component.setName(String)
boolean focusable
Component.setFocusable(boolean)
, Component.isFocusable()
int isFocusTraversableOverridden
Set<E>[] focusTraversalKeys
Component.setFocusTraversalKeys(int, java.util.Set)
, Component.getFocusTraversalKeys(int)
boolean focusTraversalKeysEnabled
Component.setFocusTraversalKeysEnabled(boolean)
, Component.getFocusTraversalKeysEnabled()
Dimension minSize
boolean minSizeSet
Dimension prefSize
boolean prefSizeSet
Dimension maxSize
boolean maxSizeSet
boolean newEventsOnly
newEventsOnly
will be true if the event is one of the event types enabled for the component. It will then allow for normal processing to continue. If it is false the event is passed to the component's parent and up the ancestor tree until the event has been consumed.
Component.dispatchEvent(java.awt.AWTEvent)
long eventMask
eventMask
is ONLY set by subclasses via enableEvents
. The mask should NOT be set when listeners are registered so that we can distinguish the difference between when listeners request events and subclasses request them. One bit is used to indicate whether input methods are enabled; this bit is set by enableInputMethods
and is on by default.
Component.enableInputMethods(boolean)
, AWTEvent
PropertyChangeSupport changeSupport
PropertyChangeListeners
have been registered, the changeSupport
field describes them.
Component.addPropertyChangeListener(java.beans.PropertyChangeListener)
, Component.removePropertyChangeListener(java.beans.PropertyChangeListener)
, Component.firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)
boolean isPacked
int boundsOp
int componentSerializedDataVersion
AccessibleContext accessibleContext
serialVersionUID: 642321655757800191L
accessibleAWTComponentHandlerComponentListener accessibleAWTComponentHandler
FocusListener accessibleAWTFocusHandler
int orientation
serialVersionUID: 4613797578919906343L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Container
from the specified ObjectInputStream
.
ClassNotFoundException
IOException
Container.addContainerListener(java.awt.event.ContainerListener)
, Container.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
Container
to the specified ObjectOutputStream
.
null
is written.null
terminated sequence of 0 or more pairs; the pair consists of a String
and Object
; the String
indicates the type of object and is one of the following: containerListenerK
indicating an ContainerListener
object; the Container
's FocusTraversalPolicy
, or null
IOException
AWTEventMulticaster.save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener)
, Component.containerListenerK
, Container.readObject(ObjectInputStream)
Component[] component
int containerSerializedDataVersion
java.awt.LightweightDispatcher dispatcher
boolean focusCycleRoot
boolean focusTraversalPolicyProvider
LayoutManager layoutMgr
Dimension maxSize
int ncomponents
serialVersionUID: 5081320404842566097L
accessibleContainerHandlerContainerListener accessibleContainerHandler
serialVersionUID: 486933713763926351L
implicitDownCycleTraversalboolean implicitDownCycleTraversal
serialVersionUID: 8028237497568985504L
typeint type
DEFAULT_CURSOR
.
Cursor.getType()
String name
Cursor.getName()
serialVersionUID: 5920926903803293709L
resizableboolean resizable
Dialog.setResizable(boolean)
boolean undecorated
undecorated
will be true if the dialog is undecorated, otherwise it will be false.
Dialog.setUndecorated(boolean)
, Dialog.isUndecorated()
, Component.isDisplayable()
boolean modal
Dialog.isModal()
, Dialog.setModal(boolean)
String title
Dialog.getTitle()
, Dialog.setTitle(String)
serialVersionUID: 4837230331833941201L
serialVersionUID: 4723952579491349524L
widthint width
Dimension.getSize()
, Dimension.setSize(double, double)
int height
Dimension.getSize()
, Dimension.setSize(double, double)
serialVersionUID: 5488922509400504703L
targetObject target
EventObject.getSource()
long when
InputEvent.getWhen()
int id
Event
variables are relevant for the event. This has been replaced by AWTEvent.getID()
AWTEvent.getID()
int x
MouseEvent.getX()
int y
MouseEvent.getY()
int key
KeyEvent.getKeyCode()
int modifiers
InputEvent.getModifiers()
int clickCount
MOUSE_DOWN
events, this field indicates the number of consecutive clicks. For other events, its value is 0
. This field has been replaced by MouseEvent.getClickCount().
MouseEvent.getClickCount().
Object arg
arg
has been replaced by event specific property.
Event evt
EventQueue
boolean consumed
Event.isConsumed()
serialVersionUID: 5035145889651310422L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ObjectInputStream
and performs a backwards compatibility check by converting either a dir
or a file
equal to an empty string to null
.
ClassNotFoundException
IOException
int mode
String dir
String file
FilenameFilter filter
serialVersionUID: -7262534875583282631L
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
int align
align
is the property that determines how each row distributes empty space. It can be one of the following values:
LEFT
RIGHT
CENTER
LEADING
TRAILING
FlowLayout.getAlignment()
, FlowLayout.setAlignment(int)
int newAlign
newAlign
is the property that determines how each row distributes empty space for the Java 2 platform, v1.2 and greater. It can be one of the following three values:
LEFT
RIGHT
CENTER
LEADING
TRAILING
FlowLayout.getAlignment()
, FlowLayout.setAlignment(int)
int hgap
Container
.
FlowLayout.getHgap()
, FlowLayout.setHgap(int)
int vgap
Container
.
FlowLayout.getHgap()
, FlowLayout.setHgap(int)
int serialVersionOnStream
currentSerialVersion
which is bein used. It will be one of two values : 0
versions before Java 2 platform v1.2.. 1
versions after Java 2 platform v1.2..
serialVersionUID: -4206021311591459213L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ObjectInputStream
. Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
Font.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Font.readObject(java.io.ObjectInputStream)
Hashtable<K,V> fRequestedAttributes
Font.getAttributes()
String name
Font
, as passed to the constructor.
Font.getName()
int style
Font
, as passed to the constructor. This style can be PLAIN, BOLD, ITALIC, or BOLD+ITALIC.
Font.getStyle()
int size
Font
, rounded to integer.
Font.getSize()
float pointSize
Font
in float
.
Font.getSize()
, Font.getSize2D()
int fontSerializedDataVersion
Font
Serializable Data Form.
serialVersionUID: 1681126225205050147L
fontFont font
Font
from which the font metrics are created. This cannot be null.
FontMetrics.getFont()
serialVersionUID: 2673458971256075116L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
. Tries to read an Icon
, which is optional data available as of 1.4. If an Icon
is not available, but anything other than an EOF is detected, an OptionalDataException
will be thrown.. Unrecognized keys or values will be ignored.
OptionalDataException
- if an Icon
is not available, but anything other than an EOF is detected
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
GraphicsEnvironment.isHeadless()
, Icon
, Frame.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
Icon
, which is available as of 1.4.
Icon
IOException
Icon
, Frame.readObject(ObjectInputStream)
Rectangle maximizedBounds
Frame.setMaximizedBounds(Rectangle)
, Frame.getMaximizedBounds()
String title
title
can be null and if this is the case the title
= "".
Frame.getTitle()
, Frame.setTitle(String)
MenuBar menuBar
menuBar
= null the frame will not have a menubar.
Frame.getMenuBar()
, Frame.setMenuBar(MenuBar)
boolean resizable
resizable
will be true if the frame is resizable, otherwise it will be false.
Frame.isResizable()
boolean undecorated
undecorated
will be true if the frame is undecorated, otherwise it will be false.
Frame.setUndecorated(boolean)
, Frame.isUndecorated()
, Component.isDisplayable()
boolean mbManagement
mbManagement
is only used by the Motif implementation.
int state
Vector<E> ownedWindows
int frameSerializedDataVersion
Frame
's Serialized Data Version.
serialVersionUID: -6172960752956030250L
serialVersionUID: -1000070633030801713L
gridxint gridx
gridx=0
. The leading edge of a component's display area is its left edge for a horizontal, left-to-right container and its right edge for a horizontal, right-to-left container. The value RELATIVE
specifies that the component be placed immediately following the component that was added to the container just before this component was added.
The default value is RELATIVE
. gridx
should be a non-negative value.
GridBagConstraints.clone()
, GridBagConstraints.gridy
, ComponentOrientation
int gridy
gridy=0
. The value RELATIVE
specifies that the component be placed just below the component that was added to the container just before this component was added.
The default value is RELATIVE
. gridy
should be a non-negative value.
GridBagConstraints.clone()
, GridBagConstraints.gridx
int gridwidth
Use REMAINDER
to specify that the component's display area will be from gridx
to the last cell in the row. Use RELATIVE
to specify that the component's display area will be from gridx
to the next to the last one in its row.
gridwidth
should be non-negative and the default value is 1.
GridBagConstraints.clone()
, GridBagConstraints.gridheight
int gridheight
Use REMAINDER
to specify that the component's display area will be from gridy
to the last cell in the column. Use RELATIVE
to specify that the component's display area will be from gridy
to the next to the last one in its column.
gridheight
should be a non-negative value and the default value is 1.
GridBagConstraints.clone()
, GridBagConstraints.gridwidth
double weightx
The grid bag layout manager calculates the weight of a column to be the maximum weightx
of all the components in a column. If the resulting layout is smaller horizontally than the area it needs to fill, the extra space is distributed to each column in proportion to its weight. A column that has a weight of zero receives no extra space.
If all the weights are zero, all the extra space appears between the grids of the cell and the left and right edges.
The default value of this field is 0
. weightx
should be a non-negative value.
GridBagConstraints.clone()
, GridBagConstraints.weighty
double weighty
The grid bag layout manager calculates the weight of a row to be the maximum weighty
of all the components in a row. If the resulting layout is smaller vertically than the area it needs to fill, the extra space is distributed to each row in proportion to its weight. A row that has a weight of zero receives no extra space.
If all the weights are zero, all the extra space appears between the grids of the cell and the top and bottom edges.
The default value of this field is 0
. weighty
should be a non-negative value.
GridBagConstraints.clone()
, GridBagConstraints.weightx
int anchor
There are two kinds of possible values: relative and absolute. Relative values are interpreted relative to the container's component orientation property while absolute values are not. The absolute values are: CENTER
, NORTH
, NORTHEAST
, EAST
, SOUTHEAST
, SOUTH
, SOUTHWEST
, WEST
, and NORTHWEST
. The relative values are: PAGE_START
, PAGE_END
, LINE_START
, LINE_END
, FIRST_LINE_START
, FIRST_LINE_END
, LAST_LINE_START
and LAST_LINE_END
. The default value is CENTER
.
GridBagConstraints.clone()
, ComponentOrientation
int fill
The following values are valid for fill
:
NONE
: Do not resize the component.HORIZONTAL
: Make the component wide enough to fill its display area horizontally, but do not change its height.VERTICAL
: Make the component tall enough to fill its display area vertically, but do not change its width.BOTH
: Make the component fill its display area entirely.The default value is NONE
.
GridBagConstraints.clone()
Insets insets
The default value is new Insets(0, 0, 0, 0)
.
GridBagConstraints.clone()
int ipadx
ipadx
pixels.
The default value is 0
.
GridBagConstraints.clone()
, GridBagConstraints.ipady
int ipady
ipady
pixels.
The default value is 0.
GridBagConstraints.clone()
, GridBagConstraints.ipadx
int tempX
int tempY
int tempWidth
int tempHeight
int minWidth
ipady
, where the default will be 0.
GridBagConstraints.ipady
int minHeight
ipadx
, where the default will be 0.
GridBagConstraints.ipadx
serialVersionUID: 8838754796412211005L
comptableHashtable<K,V> comptable
comptable
are the components and the values are the instances of GridBagConstraints
.
GridBagConstraints
GridBagConstraints defaultConstraints
defaultConstraints
.
GridBagLayout.getConstraints(Component)
, GridBagLayout.setConstraints(Component, GridBagConstraints)
, GridBagLayout.lookupConstraints(Component)
java.awt.GridBagLayoutInfo layoutInfo
layoutInfo
is null
this indicates that there are no components in the gridbag or if there are components, they have not yet been validated.
GridBagLayout.getLayoutInfo(Container, int)
int[] columnWidths
null
the values are applied to the gridbag after all of the minimum columns widths have been calculated. If columnWidths has more elements than the number of columns, columns are added to the gridbag to match the number of elements in columnWidth.
GridBagLayout.getLayoutDimensions()
int[] rowHeights
rowHeights
has more elements than the number of rows, rowa are added to the gridbag to match the number of elements in rowHeights
.
GridBagLayout.getLayoutDimensions()
double[] columnWeights
null
the values are applied to the gridbag after all of the columns weights have been calculated. If columnWeights[i]
> weight for column i, then column i is assigned the weight in columnWeights[i]
. If columnWeights
has more elements than the number of columns, the excess elements are ignored - they do not cause more columns to be created.
double[] rowWeights
rowWeights[i]
> weight for row i, then row i is assigned the weight in rowWeights[i]
. If rowWeights
has more elements than the number of rows, the excess elements are ignored - they do not cause more rows to be created.
int hgap
GridLayout.getHgap()
, GridLayout.setHgap(int)
int vgap
GridLayout.getVgap()
, GridLayout.setVgap(int)
int rows
GridLayout.getRows()
, GridLayout.setRows(int)
int cols
GridLayout.getColumns()
, GridLayout.setColumns(int)
serialVersionUID: 167183644944358563L
serialVersionUID: -1889339587208144238L
serialVersionUID: -2272572637695466749L
topint top
Insets.clone()
int left
Insets.clone()
int bottom
Insets.clone()
int right
Insets.clone()
serialVersionUID: 3094126758329070636L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
HeadlessException
- if GraphicsEnvironment.isHeadless()
returns true
ClassNotFoundException
IOException
GraphicsEnvironment.isHeadless()
String text
Label.getText()
, Label.setText(String)
int alignment
Label.getAlignment()
, Label.setAlignment(int)
serialVersionUID: -3568967560160480438L
serialVersionUID: -3304312411574666869L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and if it isn't null
adds a listener to receive both item events and action events (as specified by the key stored in the stream) fired by the List
. Unrecognized keys or values will be ignored.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
List.removeItemListener(ItemListener)
, List.addItemListener(ItemListener)
, GraphicsEnvironment.isHeadless()
, List.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
ItemListeners
and ActionListeners
as optional data. The non-serializable listeners are detected and no attempt is made to serialize them.
null
terminated sequence of 0 or more pairs; the pair consists of a String
and an Object
; the String
indicates the type of object and is one of the following: itemListenerK
indicating an ItemListener
object; actionListenerK
indicating an ActionListener
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Component.itemListenerK
, Component.actionListenerK
, List.readObject(ObjectInputStream)
Vector<E> items
List.addItem(String)
, List.getItem(int)
int rows
List
Component. It is specified only once, and that is when the list component is actually created. It will never change.
List.getRows()
boolean multipleMode
multipleMode
is a variable that will be set to true
if a list component is to be set to multiple selection mode, that is where the user can select more than one item in a list at one time. multipleMode
will be set to false if the list component is set to single selection, that is where the user can only select one item on the list at any one time.
List.isMultipleMode()
, List.setMultipleMode(boolean)
int[] selected
selected
is an array that will contain the indices of items that have been selected.
List.getSelectedIndexes()
, List.getSelectedIndex()
int visibleIndex
List.makeVisible(int)
int listSerializedDataVersion
List
component's Serialized Data Version.
serialVersionUID: 7924617370136012829L
serialVersionUID: 4412022926028300317L
parentList parent
int indexInParent
serialVersionUID: -483174189758638095L
targetComponent target
Component
that will be tracked by a media tracker where the image will eventually be drawn.
MediaTracker.MediaTracker(Component)
java.awt.MediaEntry head
Images
that is being tracked by the MediaTracker
.
MediaTracker.addImage(Image, int)
, MediaTracker.removeImage(Image)
serialVersionUID: -8809584163345499784L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException, HeadlessException
ObjectInputStream
. Unrecognized keys or values will be ignored.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
IOException
ClassNotFoundException
GraphicsEnvironment.isHeadless()
, Menu.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Menu.readObject(ObjectInputStream)
Vector<E> items
Menu.countItems()
boolean tearOff
true
if the menu has the tear off property and it will be set to false>
if it does not. A torn off menu can be deleted by a user when it is no longer needed.
Menu.isTearOff()
boolean isHelpMenu
true
if the Menu in question is actually a help menu. Otherwise it will be set to false
.
int menuSerializedDataVersion
serialVersionUID: 5228160894980069094L
serialVersionUID: -4930327919388951260L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
. Unrecognized keys or values will be ignored.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
GraphicsEnvironment.isHeadless()
, MenuBar.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, MenuBar.readObject(java.io.ObjectInputStream)
Vector<E> menus
MenuBar.countMenus()
Menu helpMenu
MenuBar.getHelpMenu()
, MenuBar.setHelpMenu(Menu)
int menuBarSerializedDataVersion
serialVersionUID: -8577604491830083815L
serialVersionUID: -4536902356223894379L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
GraphicsEnvironment.isHeadless()
Font font
null
at which point a default will be used. This defaults to null
.
MenuComponent.setFont(Font)
, MenuComponent.getFont()
String name
null
.
MenuComponent.getName()
, MenuComponent.setName(String)
boolean nameExplicitlySet
true
the name will be set explicitly. This defaults to false
.
MenuComponent.setName(String)
boolean newEventsOnly
false
.
MenuComponent.dispatchEvent(AWTEvent)
AccessibleContext accessibleContext
serialVersionUID: -4269533416223798698L
serialVersionUID: -21757335363267194L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and if it isn't null
adds a listener to receive action events fired by the Menu
Item. Unrecognized keys or values will be ignored.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
#removeActionListener(actionListener)
, #addActionListener(actionListener)
, MenuItem.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
ActionListeners
as optional data. The non-serializable listeners are detected and no attempt is made to serialize them.
null
terminated sequence of 0 or more pairs; the pair consists of a String
and an Object
; the String
indicates the type of object and is one of the following: actionListenerK
indicating an ActionListener
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, MenuItem.readObject(ObjectInputStream)
boolean enabled
enabled
will be set to true. Else enabled
will be set to false.
MenuItem.isEnabled()
, MenuItem.setEnabled(boolean)
String label
label
is the label of a menu item. It can be any string.
MenuItem.getLabel()
, MenuItem.setLabel(String)
String actionCommand
actionCommand
is the label of the menu item, unless it has been set using setActionCommand.
MenuItem.setActionCommand(String)
, MenuItem.getActionCommand()
long eventMask
MenuShortcut shortcut
MenuItem.getShortcut()
, MenuItem.setShortcut(MenuShortcut)
, MenuItem.deleteShortcut()
int menuItemSerializedDataVersion
serialVersionUID: -217847831945965825L
serialVersionUID: 143448358473180225L
keyint key
MenuShortcut.getKey()
, MenuShortcut.usesShiftModifier()
, KeyEvent
boolean usesShift
MenuShortcut.usesShiftModifier()
serialVersionUID: -2728009084054400034L
serialVersionUID: -6409552226660031050L
serialVersionUID: -5276940640259749850L
xint x
Point.getLocation()
, Point.move(int, int)
int y
Point.getLocation()
, Point.move(int, int)
serialVersionUID: -6460061437900069969L
npointsint npoints
npoints
represents the number of valid points in this Polygon
and might be less than the number of elements in xpoints
or ypoints
. This value can be NULL.
Polygon.addPoint(int, int)
int[] xpoints
Polygon
. The extra elements allow new points to be added to this Polygon
without re-creating this array. The value of npoints
is equal to the number of valid points in this Polygon
.
Polygon.addPoint(int, int)
int[] ypoints
Polygon
. The extra elements allow new points to be added to this Polygon
without re-creating this array. The value of npoints
is equal to the number of valid points in this Polygon
.
Polygon.addPoint(int, int)
Rectangle bounds
Polygon.getBoundingBox()
, Polygon.getBounds()
serialVersionUID: -4620452533522760060L
serialVersionUID: -4282044795947239955L
serialVersionUID: -4345857070255674764L
xint x
Rectangle
.
Rectangle.setLocation(int, int)
, Rectangle.getLocation()
int y
Rectangle
.
Rectangle.setLocation(int, int)
, Rectangle.getLocation()
int width
Rectangle
.
Rectangle.setSize(int, int)
, Rectangle.getSize()
int height
Rectangle
.
Rectangle.setSize(int, int)
, Rectangle.getSize()
serialVersionUID: 8451667562882310543L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and if it isn't null
adds a listener to receive adjustment events fired by the Scrollbar
. Unrecognized keys or values will be ignored.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
GraphicsEnvironment.isHeadless()
, Scrollbar.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
AdjustmentListeners
as optional data. The non-serializable listeners are detected and no attempt is made to serialize them.
null
terminated sequence of 0 or more pairs; the pair consists of a String
and an Object
; the String
indicates the type of object and is one of the following: adjustmentListenerK
indicating an AdjustmentListener
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Component.adjustmentListenerK
, Scrollbar.readObject(ObjectInputStream)
int value
Scrollbar
. This property must be greater than or equal to minimum
and less than or equal to maximum - visibleAmount
Scrollbar.getValue()
, Scrollbar.setValue(int)
int maximum
Scrollbar
. This value must be greater than the minimum
value.
Scrollbar.getMaximum()
, Scrollbar.setMaximum(int)
int minimum
Scrollbar
. This value must be less than the maximum
value.
Scrollbar.getMinimum()
, Scrollbar.setMinimum(int)
int visibleAmount
Scrollbar
's bubble. When a scroll bar is used to select a range of values, the visibleAmount represents the size of this range. This is visually indicated by the size of the bubble.
Scrollbar.getVisibleAmount()
, Scrollbar.setVisibleAmount(int)
int orientation
Scrollbar
's orientation--being either horizontal or vertical. This value should be specified when the scrollbar is created.
VERTICAL
or HORIZONTAL
only.
Scrollbar.getOrientation()
, Scrollbar.setOrientation(int)
int lineIncrement
Scrollbar.getLineIncrement()
, Scrollbar.setLineIncrement(int)
int pageIncrement
Scrollbar.getPageIncrement()
, Scrollbar.setPageIncrement(int)
int scrollbarSerializedDataVersion
serialVersionUID: -344337268523697807L
serialVersionUID: 7956609840827222915L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
HeadlessException
- if GraphicsEnvironment.isHeadless()
returns true
ClassNotFoundException
IOException
GraphicsEnvironment.isHeadless()
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int scrollbarDisplayPolicy
ScrollPane.getScrollbarDisplayPolicy()
ScrollPaneAdjustable vAdjustable
Adjustable
methods, namely: setMinimum()
, setMaximum()
, setVisibleAmount()
.
ScrollPane.getVAdjustable()
ScrollPaneAdjustable hAdjustable
Adjustable
methods, namely: setMinimum()
, setMaximum()
, setVisibleAmount()
.
ScrollPane.getHAdjustable()
boolean wheelScrollingEnabled
serialVersionUID: 6100703663886637L
serialVersionUID: -3359745691033257079L
spScrollPane sp
ScrollPane
this object is a scrollbar of.
int orientation
ScrollPaneAdjustable.getOrientation()
, Adjustable.HORIZONTAL
, Adjustable.VERTICAL
int value
value
should be greater than minimum
and less than maximum
ScrollPaneAdjustable.getValue()
, ScrollPaneAdjustable.setValue(int)
int minimum
ScrollPane
.
ATTN: In current implementation minimum
is always 0
. This field can only be altered via setSpan
method and ScrollPane
always calls that method with 0
for the minimum. getMinimum
method always returns 0
without checking this field.
ScrollPaneAdjustable.getMinimum()
, ScrollPaneAdjustable.setSpan(int, int, int)
int maximum
ScrollPane
.
ScrollPaneAdjustable.getMaximum()
, ScrollPaneAdjustable.setSpan(int, int, int)
int visibleAmount
ScrollPane
.
ScrollPaneAdjustable.getVisibleAmount()
, ScrollPaneAdjustable.setSpan(int, int, int)
int unitIncrement
ScrollPaneAdjustable.getUnitIncrement()
, ScrollPaneAdjustable.setUnitIncrement(int)
int blockIncrement
ScrollPaneAdjustable.getBlockIncrement()
, ScrollPaneAdjustable.setBlockIncrement(int)
AdjustmentListener adjustmentListener
serialVersionUID: 4503142729533789064L
serialVersionUID: 3692302836626095722L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
HeadlessException
- if GraphicsEnvironment.isHeadless()
returns true
ClassNotFoundException
IOException
GraphicsEnvironment.isHeadless()
int rows
TextArea
. This parameter will determine the text area's height. Guaranteed to be non-negative.
TextArea.getRows()
, TextArea.setRows(int)
int columns
TextArea
. A column is an approximate average character width that is platform-dependent. This parameter will determine the text area's width. Guaranteed to be non-negative.
TextArea.setColumns(int)
, TextArea.getColumns()
int scrollbarVisibility
SCROLLBARS_BOTH
= both scrollbars.
SCROLLBARS_HORIZONTAL_ONLY
= Horizontal bar only.
SCROLLBARS_VERTICAL_ONLY
= Vertical bar only.
SCROLLBARS_NONE
= No scrollbars.
TextArea.getScrollbarVisibility()
int textAreaSerializedDataVersion
serialVersionUID: 3472827823632144419L
serialVersionUID: -2214773872412987419L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
HeadlessException
- if GraphicsEnvironment.isHeadless()
returns true
ClassNotFoundException
IOException
#removeTextListener()
, #addTextListener()
, GraphicsEnvironment.isHeadless()
private void writeObject(ObjectOutputStream s) throws IOException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Component.textListenerK
String text
null
value is the same as "".
TextComponent.setText(String)
, TextComponent.getText()
boolean editable
TextComponent
is editable. It will be true
if the text component is editable and false
if not.
TextComponent.isEditable()
int selectionStart
selectionStart
is the start position of the selected text.
TextComponent.getSelectionStart()
, TextComponent.setSelectionStart(int)
int selectionEnd
selectionEnd
is the end position of the selected text.
TextComponent.getSelectionEnd()
, TextComponent.setSelectionEnd(int)
boolean backgroundSetByClientCode
int textComponentSerializedDataVersion
boolean checkForEnableIM
serialVersionUID: 3631432373506317811L
serialVersionUID: -2966288784432217853L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
HeadlessException
- if GraphicsEnvironment.isHeadless()
returns true
ClassNotFoundException
IOException
TextField.removeActionListener(ActionListener)
, TextField.addActionListener(ActionListener)
, GraphicsEnvironment.isHeadless()
private void writeObject(ObjectOutputStream s) throws IOException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
, Component.actionListenerK
int columns
TextField.setColumns(int)
, TextField.getColumns()
char echoChar
0
.
TextField.getEchoChar()
, TextField.setEchoChar(char)
, TextField.echoCharIsSet()
int textFieldSerializedDataVersion
serialVersionUID: 6219164359235943158L
serialVersionUID: 4497834738069338734L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and an optional list of listeners to receive various events fired by the component; also reads a list of (possibly null
) child windows. Unrecognized keys or values will be ignored.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
ClassNotFoundException
IOException
GraphicsEnvironment.isHeadless()
, Window.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
WindowListener
s and WindowFocusListener
s as optional data. Writes a list of child windows as optional data.
null
terminated sequence of 0 or more pairs; the pair consists of a String
and and Object
; the String
indicates the type of object and is one of the following: windowListenerK
indicating a WindowListener
object; windowFocusWindowK
indicating a WindowFocusListener
object; ownedWindowK
indicating a child Window
object
IOException
AWTEventMulticaster.save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener)
, Component.windowListenerK
, Component.windowFocusListenerK
, Component.ownedWindowK
, Window.readObject(ObjectInputStream)
String warningString
Window.getWarningString()
boolean syncLWRequests
int state
Window.show()
boolean alwaysOnTop
Window.setAlwaysOnTop(boolean)
, Window.isAlwaysOnTop()
java.awt.FocusManager focusMgr
boolean focusableWindowState
Window.getFocusableWindowState()
, Window.setFocusableWindowState(boolean)
int windowSerializedDataVersion
boolean locationByPlatform
serialVersionUID: 4215068635060671780L
serialVersionUID: -409452704308689724L
typeint type
int numComponents
serialVersionUID: 3455889114070431483L
thisProfileICC_Profile thisProfile
float[] minVal
float[] maxVal
float[] diffMinMax
float[] invDiffMinMax
boolean needScaleInit
serialVersionUID: -3938515861990936766L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
String
is the name of one of CS_*
constants defined in the ColorSpace
class if the profile object is a profile for a predefined color space (for example "CS_sRGB"
). The string is null
otherwise.
The byte[]
array is the profile data for the profile. It will usually be null
for the predefined profiles.
If the string is recognized as a constant name for predefined color space the object will be resolved into profile obtained with getInstance(int cspace)
and the profile data are ignored. Otherwise the object will be resolved into profile obtained with getInstance(byte[] data)
.
IOException
- thrown by ObjectInputStream
.
ClassNotFoundException
- thrown by ObjectInputStream
.
ICC_Profile.readResolve()
, ICC_Profile.getInstance(int)
, ICC_Profile.getInstance(byte[])
private void writeObject(ObjectOutputStream s) throws IOException
String
is the name of one of CS_*
constants defined in the ColorSpace
class if the profile object is a profile for a predefined color space (for example "CS_sRGB"
). The string is null
otherwise.
The byte[]
array is the profile data for the profile. For predefined color spaces null
is written instead of the profile data. If in the future versions of Java API new predefined color spaces will be added, future versions of this class may choose to write for new predefined color spaces not only the color space name, but the profile data as well so that older versions could still deserialize the object.
IOException
- thrown by ObjectInputStream
.
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
- never thrown, but mandated by the serialization spec.
int iccProfileSerializedDataVersion
1
corresponds to Java 2 Platform, v1.3.
serialVersionUID: 8367026044764648243L
readExternalpublic void readExternal(ObjectInput is) throws IOException, ClassNotFoundException
DataFlavor
from a Serialized state.
IOException
- if I/O errors occur
ClassNotFoundException
- If the class for an object being restored cannot be found.
public void writeExternal(ObjectOutput os) throws IOException
DataFlavor
.
IOException
- Includes any I/O exceptions that may occur
serialVersionUID: 5383814944251665601L
serialVersionUID: 9080172649166731306L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DragGestureEvent
. This method first performs default deserialization for all non-transient
fields. An attempt is then made to deserialize this object's List
of gesture events as well. This is first attempted by deserializing the field events
, because, in releases prior to 1.4, a non-transient
field of this name stored the List
of gesture events. If this fails, the next object in the stream is used instead. If the resulting List
is null
, this object's List
of gesture events is set to an empty List
.
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
DragGestureEvent
. Performs default serialization and then writes out this object's List
of gesture events if and only if the List
can be serialized. If not, null
is written instead. In this case, a DragGestureEvent
created from the resulting deserialized stream will contain an empty List
of gesture events.
List
instance, or null
.
IOException
DragSource dragSource
Component component
Point origin
int action
serialVersionUID: 8996673345831063337L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DragGestureRecognizer
. This method first performs default deserialization for all non-transient
fields. This object's DragGestureListener
is then deserialized as well by using the next object in the stream.
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
DragGestureRecognizer
. This method first performs default serialization. Then, this object's DragGestureListener
is written out if and only if it can be serialized. If not, null
is written instead.
DragGestureListener
, or null
.
IOException
DragSource dragSource
DragSource
associated with this DragGestureRecognizer
.
Component component
Component
associated with this DragGestureRecognizer
.
int sourceActions
int
representing the type(s) of action(s) used in this Drag and Drop operation.
ArrayList<E> events
DragGestureRecognizer
"recognized" as a "gesture" that triggers a drag.
serialVersionUID: 6236096958971414066L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DragSource
. This method first performs default deserialization. Next, this object's FlavorMap
is deserialized by using the next object in the stream. If the resulting FlavorMap
is null
, this object's FlavorMap
is set to the default FlavorMap for this thread's ClassLoader
. Next, this object's listeners are deserialized by reading a null
-terminated sequence of 0 or more key/value pairs from the stream:
String
equal to dragSourceListenerK
, a DragSourceListener
is deserialized using the corresponding value object and added to this DragSource
.String
equal to dragSourceMotionListenerK
, a DragSourceMotionListener
is deserialized using the corresponding value object and added to this DragSource
.ClassNotFoundException
IOException
SystemFlavorMap.getDefaultFlavorMap()
private void writeObject(ObjectOutputStream s) throws IOException
DragSource
. This method first performs default serialization. Next, it writes out this object's FlavorMap
if and only if it can be serialized. If not, null
is written instead. Next, it writes out Serializable
listeners registered with this object. Listeners are written in a null
-terminated sequence of 0 or more pairs. The pair consists of a String
and an Object
; the String
indicates the type of the Object
and is one of the following:
dragSourceListenerK
indicating a DragSourceListener
object;dragSourceMotionListenerK
indicating a DragSourceMotionListener
object.FlavorMap
instance, or null
, followed by a null
-terminated sequence of 0 or more pairs; the pair consists of a String
and an Object
; the String
indicates the type of the Object
and is one of the following:
dragSourceListenerK
indicating a DragSourceListener
object;dragSourceMotionListenerK
indicating a DragSourceMotionListener
object.IOException
serialVersionUID: -115407898692194719L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DragSourceContext
. This method first performs default deserialization for all non-transient
fields. This object's Transferable
and DragSourceListener
are then deserialized as well by using the next two objects in the stream. If the resulting Transferable
is null
, this object's Transferable
is set to a dummy Transferable
which supports no DataFlavor
s.
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
DragSourceContext
. This method first performs default serialization. Next, this object's Transferable
is written out if and only if it can be serialized. If not, null
is written instead. In this case, a DragSourceContext
created from the resulting deserialized stream will contain a dummy Transferable
which supports no DataFlavor
s. Finally, this object's DragSourceListener
is written out if and only if it can be serialized. If not, null
is written instead.
Transferable
instance, or null
, followed by either a DragSourceListener
instance, or null
.
IOException
DragGestureEvent trigger
Cursor cursor
boolean useCustomCursor
true
if the custom drag cursor is used instead of the default one.
int sourceActions
DnDConstants
that represents the set of drop actions supported by the drag source for the drag operation associated with this DragSourceContext.
serialVersionUID: 481346297933902471L
targetActionsint targetActions
int dropAction
int gestureModifiers
boolean invalidModifiers
gestureModifiers
are invalid.
serialVersionUID: -5571321229470821891L
dropSuccessboolean dropSuccess
true
if the drop was successful.
int dropAction
serialVersionUID: -763287114604032641L
locationSpecifiedboolean locationSpecified
boolean
indicating whether the cursor location is specified for this event.
int x
int y
serialVersionUID: -6283860791671019047L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DropTarget
. This method first performs default deserialization for all non-transient
fields. An attempt is then made to deserialize this object's DropTargetListener
as well. This is first attempted by deserializing the field dtListener
, because, in releases prior to 1.4, a non-transient
field of this name stored the DropTargetListener
. If this fails, the next object in the stream is used instead.
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
DropTarget
. Performs default serialization, and then writes out this object's DropTargetListener
if and only if it can be serialized. If not, null
is written instead.
DropTargetListener
instance, or null
.
IOException
DropTargetContext dropTargetContext
Component component
int actions
DropTarget.setDefaultActions(int)
, DropTarget.getDefaultActions()
boolean active
true
if the DropTarget is accepting Drag & Drop operations.
serialVersionUID: -634158968993743371L
dropTargetDropTarget dropTarget
serialVersionUID: -8422265619058953682L
locationPoint location
int actions
int dropAction
serialVersionUID: -1721911170440459322L
locationPoint location
int actions
int dropAction
boolean isLocalTx
true
if the source is in the same JVM as the target.
serialVersionUID: 2821229066521922993L
contextDropTargetContext context
DropTargetContext
associated with this DropTargetEvent
.
serialVersionUID: 6220099344182281120L
serialVersionUID: -7671078796273832149L
actionCommandString actionCommand
ActionEvent.getActionCommand()
long when
ActionEvent.getWhen()
int modifiers
ActionEvent.getModifiers()
serialVersionUID: 5700290645205279921L
adjustableAdjustable adjustable
AdjustmentEvent.getAdjustable()
int value
value
will contain the new value of the adjustable object. This value will always be in a range associated adjustable object.
AdjustmentEvent.getValue()
int adjustmentType
adjustmentType
describes how the adjustable object value has changed. This value can be increased/decreased by a block or unit amount where the block is associated with page increments/decrements, and a unit is associated with line increments/decrements.
AdjustmentEvent.getAdjustmentType()
boolean isAdjusting
isAdjusting
is true if the event is one of the series of multiple adjustment events.
AdjustmentEvent.getValueIsAdjusting()
serialVersionUID: 8101406823902992965L
serialVersionUID: -4114942250539772041L
childComponent child
ContainerEvent.getChild()
serialVersionUID: 523753786457416396L
temporaryboolean temporary
FocusEvent.isTemporary()
Component changed
Container changedParent
long changeFlags
serialVersionUID: -2482525981698309786L
whenlong when
InputEvent.getWhen()
int modifiers
InputEvent.getModifiers()
, InputEvent.getModifiersEx()
, KeyEvent
, MouseEvent
serialVersionUID: 4727190874778922661L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
when
field if it is not present in the object input stream. In that case, the field will be initialized by invoking EventQueue.getMostRecentEventTime()
.
ClassNotFoundException
IOException
long when
InputMethodEvent.getWhen()
serialVersionUID: 436056344909459450L
runnableRunnable runnable
Object notifier
boolean catchExceptions
Exception exception
Throwable throwable
long when
InvocationEvent.getWhen()
serialVersionUID: -608708132447206933L
itemObject item
ItemEvent.getItem()
int stateChange
stateChange
indicates whether the item
was selected or deselected.
ItemEvent.getStateChange()
serialVersionUID: -2352130953028126954L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
boolean isProxyActive
int keyCode
KeyEvent.getKeyCode()
, KeyEvent.setKeyCode(int)
char keyChar
keyChar
is a valid unicode character that is fired by a key or a key combination on a keyboard.
KeyEvent.getKeyChar()
, KeyEvent.setKeyChar(char)
int keyLocation
KEY_LOCATION_UNKNOWN
, KEY_LOCATION_STANDARD
, KEY_LOCATION_LEFT
, KEY_LOCATION_RIGHT
, and KEY_LOCATION_NUMPAD
.
KeyEvent.getKeyLocation()
serialVersionUID: -991214153494842848L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
int x
MouseEvent.getX()
int y
MouseEvent.getY()
int clickCount
MOUSE_CLICKED
, MOUSE_PRESSED
and MOUSE_RELEASED
. For the above, the clickCount
will be at least 1. For all other events the count will be 0.
MouseEvent.getClickCount().
int button
NOBUTTON
, BUTTON1
, BUTTON2
or BUTTON3
.
MouseEvent.getButton().
boolean popupTrigger
popupTrigger
= false
, no popup menu should appear. If it is true
then a popup menu should appear.
PopupMenu
, MouseEvent.isPopupTrigger()
int scrollType
MouseWheelEvent.getScrollType()
int scrollAmount
MouseWheelEvent.getScrollAmount()
, MouseWheelEvent.getScrollType()
int wheelRotation
MouseWheelEvent.getWheelRotation()
serialVersionUID: 1267492026433337593L
updateRectRectangle updateRect
Rectangle
, PaintEvent.setUpdateRect(Rectangle)
, PaintEvent.getUpdateRect()
serialVersionUID: 6269902291250941179L
serialVersionUID: -1567959133147912127L
oldStateint oldState
int newState
int key
int mask
serialVersionUID: 7744112784117861702L
readResolveprotected Object readResolve() throws InvalidObjectException
InvalidObjectException
serialVersionUID: 3356247357827709530L
writeObjectprivate void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
AffineTransform transform
AffineTransform
for this TransformAttribute
, or null
if AffineTransform
is the identity transform.
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
double m00
double m10
double m01
double m11
double m02
double m12
Vector<E> sources
Vector<E> parameters
serialVersionUID: 5850870712125932846L
mExceptionIOException mException
int index
String propertyName
Object newValue
Object oldValue
Object propagationId
#getPropagationId.
serialVersionUID: 6401253773779951803L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
PropertyChangeListeners
.
At serialization time we skip non-serializable listeners and only serialize the serializable listeners.
IOException
Hashtable<K,V> children
Object source
int propertyChangeSupportSerializedDataVersion
PropertyChangeEvent evt
serialVersionUID: -5090210921595982017L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
VetoableChangeListeners
.
At serialization time we skip non-serializable listeners and only serialize the serializable listeners.
IOException
Hashtable<K,V> children
Object source
int vetoableChangeSupportSerializedDataVersion
serialVersionUID: 6328947014421475877L
readObjectprivate void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
BeanContextChild beanContextChildPeer
BeanContext
in which this BeanContextChild
is nested.
PropertyChangeSupport pcSupport
VetoableChangeSupport vcSupport
BeanContext propagatedFrom
BeanContext
from which this event was propagated
Collection<E> children
Class<T> serviceClass
Class
reference to the newly available service
Class<T> serviceClass
Class
reference to the service that is being revoked.
boolean invalidateRefs
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
serialVersionUID: -3263851306889194873L
serviceProviderBeanContextServiceProvider serviceProvider
serialVersionUID: -4879613978649577204L
readObjectprivate void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
int serializable
Locale locale
boolean okToUseGui
boolean designTime
serialVersionUID: -5815286101609939109L
childObject child
Object proxyPeer
serialVersionUID: 301077366599181567L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String path
serialVersionUID: 2202956749081564585L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Vector<E> permissions
int bytesTransferred
String classname
serialVersionUID: -6120832682080437368L
lengthint length
boolean eof
String actions
serialVersionUID: -3326426625597282442L
detailException detail
This field predates the general-purpose exception chaining facility. The Throwable.getCause()
method is now the preferred means of obtaining this information.
serialVersionUID: -3665804199014368530L
valueboolean value
serialVersionUID: -7183698231559129828L
valuebyte value
Byte
.
serialVersionUID: 3786198910865385080L
valuechar value
Character
.
serialVersionUID: 3206093459760846163L
A new handle is generated for the initial time the class descriptor is written into the stream. Future references to the class descriptor are written as references to the initial class descriptor instance.TC_CLASS
ClassDescriptor A ClassDescriptor is a special cased serialization of ajava.io.ObjectStreamClass
instance.
ObjectStreamClass
serialVersionUID: 9176873029745254542L
exThrowable ex
serialVersionUID: -9172774392245257468L
valuedouble value
String name
Enum.toString()
method rather than accessing this field.
int ordinal
EnumSet
and EnumMap
.
Class<T> enumType
String constantName
serialVersionUID: 4980196508277280342L
serialVersionUID: -3387516993124229948L
serialVersionUID: 1521711792217232256L
exceptionThrowable exception
serialVersionUID: -2671257302660747028L
valuefloat value
serialVersionUID: -5365630128856068164L
serialVersionUID: -1848914673093119416L
serialVersionUID: 1360826667806852920L
valueint value
Integer
.
serialVersionUID: 4290774380558885855L
valuelong value
Long
.
serialVersionUID: -8742448824652078965L
serialVersionUID: -2848938806368998894L
serialVersionUID: -7034897190745766939L
serialVersionUID: 7399184964622342223L
serialVersionUID: 6878364983674394167L
serialVersionUID: 7515723908773894738L
valueshort value
Short
.
serialVersionUID: 6992337162326171013L
declaringClassString declaringClass
String methodName
String fileName
int lineNumber
serialVersionUID: -6849794470754667710L
TC_STRING
(utf String)
The String is written by method DataOutput.writeUTF
. A new handle is generated to refer to all future references to the string instance within the stream.
serialVersionUID: 3388685877147921107L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int count
boolean shared
char[] value
serialVersionUID: 4383685877147921099L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: -3042686055658047285L
writeObjectprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
String detailMessage
Throwable cause
StackTraceElement[] stackTrace
Throwable.getStackTrace()
.
String typeName
serialVersionUID: -1242599979055084673L
Package java.lang.annotation elementMethod element
String foundType
Class<T> annotationType
String elementName
serialVersionUID: 4085088731926701167L
targetThrowable target
serialVersionUID: -2222568056686623797L
hInvocationHandler h
serialVersionUID: 7412737110241507485L
serialVersionUID: 330127114055056639L
undeclaredThrowableThrowable undeclaredThrowable
serialVersionUID: 6108874887143696463L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
BigInteger intVal
BigDecimal.unscaledValue()
.
BigDecimal.unscaledValue()
int scale
BigDecimal.scale
.
BigDecimal.scale
serialVersionUID: -8287574255936472291L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int bitCount
int bitLength
int lowestSetBit
int[] magnitude
int signum
serialVersionUID: 5579720004786848255L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
int precision
precision will always be non-negative.
RoundingMode roundingMode
RoundingMode
int responseCode
String location
serialVersionUID: 3286316764910316507L
writeReplaceprivate Object writeReplace() throws ObjectStreamException
ObjectStreamException
- if a new object replacing this object could not be created
serialVersionUID: 6880410070516793377L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
byte[] ipaddress
int scope_id
boolean scope_id_set
boolean scope_ifname_set
String ifname
serialVersionUID: 3286316764910316507L
readResolveprivate Object readResolve() throws ObjectStreamException
ObjectStreamException
- if a new object replacing this object could not be created
String hostName
int address
int family
serialVersionUID: 5076001401234631237L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
String hostname
InetAddress addr
int port
serialVersionUID: -8343910153355041693L
serialVersionUID: 2787186408602843674L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Vector<E> permissions
serialVersionUID: -6052424284110960213L
readObjectprivate void readObject(ObjectInputStream is) throws ClassNotFoundException, IOException
The ObjectInputStream.defaultReadObject()
method is invoked to read the value of the string field. The result is then parsed in the usual way.
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream os) throws IOException
The only serializable field of a URI instance is its string field. That field is given a value, if it does not have one already, and then the ObjectOutputStream.defaultWriteObject()
method of the given object-output stream is invoked.
IOException
String string
String input
int index
serialVersionUID: -7627629688361524110L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String protocol
String host
int port
String file
file
is defined as path[?query]
String authority
String ref
int hashCode
String charsetName
int inputLength
int inputLength
String charsetName
serialVersionUID: 6314925228044966088L
serialVersionUID: 9218657361741657110L
serialVersionUID: 4863550261346652506L
serialVersionUID: -8087809532704668744L
serialVersionUID: 6223554758134037936L
serialVersionUID: 8988374069173025854L
objBytesbyte[] objBytes
objBytes
is null
then the object marshalled was a null
reference.
byte[] locBytes
equals
. If locBytes
is null, there were no non-null
annotations during marshalling.
int hash
MarshalledObject.hashCode()
serialVersionUID: 6619395951570472985L
serialVersionUID: -1857741824849069317L
serialVersionUID: -5148567311918794206L
detailThrowable detail
This field predates the general-purpose exception chaining facility. The Throwable.getCause()
method is now the preferred means of obtaining this information.
serialVersionUID: -8433406075740433514L
serialVersionUID: 8455284893909696482L
serialVersionUID: -4775845313121906682L
serialVersionUID: 7054464920481467219L
serialVersionUID: -7088199405468872373L
serialVersionUID: 1800467484195073863L
serialVersionUID: -8152710247442114228L
serialVersionUID: 594380845140740218L
Package java.rmi.activationserialVersionUID: -3120617863591563455L
idActivationID id
serialVersionUID: 4863550261346652506L
serialVersionUID: 7455834104417690957L
groupIDActivationGroupID groupID
String className
String location
MarshalledObject data
boolean restart
serialVersionUID: -4320118837291406071L
detailThrowable detail
This field predates the general-purpose exception chaining facility. The Throwable.getCause()
method is now the preferred means of obtaining this information.
serialVersionUID: -7696947875314805420L
groupIDActivationGroupID groupID
ActivationMonitor monitor
long incarnation
serialVersionUID: -4936225423168276595L
classNameString className
String location
MarshalledObject data
ActivationGroupDesc.CommandEnvironment env
Properties props
serialVersionUID: 6165754737887770191L
commandString command
String[] options
serialVersionUID: -1648432278909740833L
systemActivationSystem system
UID uid
serialVersionUID: -4608673054848209235L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
readObject
for custom serialization.
This method reads this object's serialized form for this class as follows:
The readObject
method is invoked on in
to read this object's unique identifier (a UID
instance).
Next, the readUTF
method is invoked on in
to read the external ref type name of the RemoteRef
instance for this object's activator. Next, the RemoteRef
instance is created of an implementation-specific class corresponding to the external ref type name (returned by readUTF
), and the readExternal
method is invoked on that RemoteRef
instance to read the external form corresponding to the external ref type name.
Note: If the external ref type name is "UnicastRef"
, "UnicastServerRef"
, "UnicastRef2"
, "UnicastServerRef2"
, or "ActivatableRef"
, a corresponding implementation-specific class must be found, and its readExternal
method must read the serial data for that external ref type name as specified to be written in the serialData documentation for this class. If the external ref type name is any other string (of non-zero length), a ClassNotFoundException
will be thrown, unless the implementation provides an implementation-specific class corresponding to that external ref type name, in which case the RemoteRef
will be an instance of that implementation-specific class.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException, ClassNotFoundException
writeObject
for custom serialization.
This method writes this object's serialized form for this class as follows:
The writeObject
method is invoked on out
passing this object's unique identifier (a UID
instance) as the argument.
Next, the getRefClass
method is invoked on the activator's RemoteRef
instance to obtain its external ref type name. Next, the writeUTF
method is invoked on out
with the value returned by getRefClass
, and then the writeExternal
method is invoked on the RemoteRef
instance passing out
as the argument.
java.rmi.server.UID
(written with ObjectOutput.writeObject
) followed by the external ref type name of the activator's RemoteRef
instance (a string written with ObjectOutput.writeUTF
), followed by the external form of the RemoteRef
instance as written by its writeExternal
method.
The external ref type name of the RemoteRef
instance is determined using the definitions of external ref type names specified in the RemoteObject
writeObject
method serialData specification. Similarly, the data written by the writeExternal
method and read by the readExternal
method of RemoteRef
implementation classes corresponding to each of the defined external ref type names is specified in the RemoteObject
writeObject
method serialData specification.
IOException
ClassNotFoundException
serialVersionUID: 7056094974750002460L
serialVersionUID: 3425547551622251430L
serialVersionUID: -5713411624328831948L
vmidVMID vmid
Lease.getVMID()
long value
Lease.getValue()
serialVersionUID: -538642295484486218L
addrbyte[] addr
UID uid
serialVersionUID: -9155485338494060170L
serialVersionUID: -6386392263968365220L
objNumlong objNum
ObjID.hashCode()
UID space
serialVersionUID: -3215090123894869218L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
readObject
for custom serialization.
This method reads this object's serialized form for this class as follows:
The readUTF
method is invoked on in
to read the external ref type name for the RemoteRef
instance to be filled in to this object's ref
field. If the string returned by readUTF
has length zero, the readObject
method is invoked on in
, and than the value returned by readObject
is cast to RemoteRef
and this object's ref
field is set to that value. Otherwise, this object's ref
field is set to a RemoteRef
instance that is created of an implementation-specific class corresponding to the external ref type name returned by readUTF
, and then the readExternal
method is invoked on this object's ref
field.
If the external ref type name is "UnicastRef"
, "UnicastServerRef"
, "UnicastRef2"
, "UnicastServerRef2"
, or "ActivatableRef"
, a corresponding implementation-specific class must be found, and its readExternal
method must read the serial data for that external ref type name as specified to be written in the serialData documentation for this class. If the external ref type name is any other string (of non-zero length), a ClassNotFoundException
will be thrown, unless the implementation provides an implementation-specific class corresponding to that external ref type name, in which case this object's ref
field will be set to an instance of that implementation-specific class.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException, ClassNotFoundException
writeObject
for custom serialization.
This method writes this object's serialized form for this class as follows:
The getRefClass
method is invoked on this object's ref
field to obtain its external ref type name. If the value returned by getRefClass
was a non-null
string of length greater than zero, the writeUTF
method is invoked on out
with the value returned by getRefClass
, and then the writeExternal
method is invoked on this object's ref
field passing out
as the argument; otherwise, the writeUTF
method is invoked on out
with a zero-length string (""
), and then the writeObject
method is invoked on out
passing this object's ref
field as the argument.
ObjectOutput.writeUTF
) that is either the external ref type name of the contained RemoteRef
instance (the ref
field) or a zero-length string, followed by either the external form of the ref
field as written by its writeExternal
method if the string was of non-zero length, or the serialized form of the ref
field as written by passing it to the serialization stream's writeObject
if the string was of zero length.
If this object is an instance of RemoteStub
or RemoteObjectInvocationHandler
that was returned from any of the UnicastRemoteObject.exportObject
methods and custom socket factories are not used, the external ref type name is "UnicastRef"
. If this object is an instance of RemoteStub
or RemoteObjectInvocationHandler
that was returned from any of the UnicastRemoteObject.exportObject
methods and custom socket factories are used, the external ref type name is "UnicastRef2"
. If this object is an instance of RemoteStub
or RemoteObjectInvocationHandler
that was returned from any of the java.rmi.activation.Activatable.exportObject
methods, the external ref type name is "ActivatableRef"
. If this object is an instance of RemoteStub
or RemoteObjectInvocationHandler
that was returned from the RemoteObject.toStub
method (and the argument passed to toStub
was not itself a RemoteStub
), the external ref type name is a function of how the remote object passed to toStub
was exported, as described above. If this object is an instance of RemoteStub
or RemoteObjectInvocationHandler
that was originally created via deserialization, the external ref type name is the same as that which was read when this object was deserialized.
If this object is an instance of java.rmi.server.UnicastRemoteObject
that does not use custom socket factories, the external ref type name is "UnicastServerRef"
. If this object is an instance of UnicastRemoteObject
that does use custom socket factories, the external ref type name is "UnicastServerRef2"
.
Following is the data that must be written by the writeExternal
method and read by the readExternal
method of RemoteRef
implementation classes that correspond to the each of the defined external ref type names:
For "UnicastRef"
:
DataOutput.writeUTF(String)
DataOutput.writeInt(int)
ObjID
instance contained in the referencefalse
, written by DataOutput.writeBoolean(boolean)
For "UnicastRef2"
with a null
client socket factory:
0x00
(indicating null
client socket factory), written by DataOutput.writeByte(int)
DataOutput.writeUTF(String)
DataOutput.writeInt(int)
ObjID
instance contained in the referencefalse
, written by DataOutput.writeBoolean(boolean)
For "UnicastRef2"
with a non-null
client socket factory:
0x01
(indicating non-null
client socket factory), written by DataOutput.writeByte(int)
DataOutput.writeUTF(String)
DataOutput.writeInt(int)
java.rmi.server.RMIClientSocketFactory
), written by passing it to an invocation of writeObject
on the stream instanceObjID
instance contained in the referencefalse
, written by DataOutput.writeBoolean(boolean)
For "ActivatableRef"
with a null
nested remote reference:
java.rmi.activation.ActivationID
, written by passing it to an invocation of writeObject
on the stream instance""
), written by DataOutput.writeUTF(String)
For "ActivatableRef"
with a non-null
nested remote reference:
java.rmi.activation.ActivationID
, written by passing it to an invocation of writeObject
on the stream instance"UnicastRef2"
, written by DataOutput.writeUTF(String)
writeExternal
method with the stream instance (see the description of the external form for "UnicastRef2"
above)For "UnicastServerRef"
and "UnicastServerRef2"
, no data is written by the writeExternal
method or read by the readExternal
method.
IOException
ClassNotFoundException
serialVersionUID: 2L
readObjectNoDataprivate void readObjectNoData() throws InvalidObjectException
InvalidObjectException
- unconditionally
serialVersionUID: -4100238210092549637L
serialVersionUID: -1585587260594494182L
serialVersionUID: 6617456357664815945L
detailException detail
This field predates the general-purpose exception chaining facility. The Throwable.getCause()
method is now the preferred means of obtaining this information.
serialVersionUID: 4687940720827538231L
serialVersionUID: -7780460454818859281L
serialVersionUID: -7860299673822761231L
serialVersionUID: -7622072999407781979L
serialVersionUID: 1086053664494604050L
uniqueint unique
UID
was generated in with respect to its host and at the given time
long time
System.currentTimeMillis()
) at which the VM that this UID
was generated in was alive
short count
UID
instances created in the same VM with the same time value
serialVersionUID: 4974527148936298033L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
int port
RMIClientSocketFactory csf
RMIServerSocketFactory ssf
serialVersionUID: 5138225684096988535L
permPermission perm
serialVersionUID: -4023755556366636806L
all_allowedboolean all_allowed
serialVersionUID: 6279438298436773498L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
serialVersionUID: 739301742472979399L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
boolean all_allowed
true
if this BasicPermissionCollection contains a BasicPermission with '*' as its permission name.
Class<T> permClass
Hashtable<K,V> permissions
serialVersionUID: 6819288105193937581L
signerCertPathCertPath signerCertPath
Timestamp timestamp
serialVersionUID: 4977541819976013951L
readObjectprivate void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
URL
is followed by an int
indicating the number of certificates to follow (a value of "zero" denotes that there are no certificates associated with this object). Each certificate is written out starting with a String
denoting the certificate type, followed by an int
specifying the length of the certificate encoding, followed by the certificate encoding itself which is written out as an array of bytes. Finally, if any code signers are present then the array of code signers is serialized and written out too.
IOException
URL location
serialVersionUID: 5821450303093652515L
serialVersionUID: 894798122053539237L
serialVersionUID: -5240450096227834308L
writeObjectprivate void writeObject(ObjectOutputStream oos) throws IOException
IOException
Object object
Guard guard
serialVersionUID: 3609922007826600659L
nameString name
PublicKey publicKey
String info
IdentityScope scope
Vector<E> certificates
serialVersionUID: -2337346281189773310L
serialVersionUID: 2864672297499471472L
serialVersionUID: 5698479920593359816L
serialVersionUID: -857968536935667808L
serialVersionUID: -7483676942812432108L
serialVersionUID: 947674216157062695L
serialVersionUID: -7565189502268009837L
privateKeyPrivateKey privateKey
PublicKey publicKey
serialVersionUID: -4757683898830641853L
readResolveprotected Object readResolve() throws ObjectStreamException
This method supports three Type/format combinations:
NotSerializableException
- if the Type/format combination is unrecognized, if the algorithm, key format, or encoded key bytes are unrecognized/invalid, of if the resolution of the key fails for any reason
ObjectStreamException
KeyRep.Type type
String algorithm
String format
byte[] encoded
serialVersionUID: -1119353179322377262L
serialVersionUID: -7443947487218346562L
serialVersionUID: 8488111756688534474L
serialVersionUID: -5636570222231596674L
nameString name
serialVersionUID: -6727011328946861783L
readOnlyboolean readOnly
serialVersionUID: -8491988220802933440L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Hashtable<K,V> perms
serialVersionUID: 4724086851538908602L
exceptionException exception
serialVersionUID: -4298000515446427739L
nameString name
String info
double version
serialVersionUID: 5256023526693665674L
serialVersionUID: 4940670005562187L
providerProvider provider
SecureRandomSpi secureRandomSpi
String algorithm
byte[] state
MessageDigest digest
byte[] randomBytes
int randomBytesUsed
long counter
serialVersionUID: -2991854161009191830L
serialVersionUID: 5236109936224050470L
serialVersionUID: 7509989324975124438L
serialVersionUID: 720502720485447167L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
byte[] content
byte[] signature
String thealgorithm
serialVersionUID: -1763464102261361480L
privateKeyPrivateKey privateKey
serialVersionUID: -5502683707821851294L
timestampDate timestamp
CertPath signerCertPath
serialVersionUID: -4527142945246286535L
serialVersionUID: 7275063078190151277L
serialVersionUID: -4821973115467008846L
readObjectprivate void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
String
denoting the type
is followed by a String
denoting the name
is followed by a String
denoting the actions
is followed by an int
indicating the number of certificates to follow (a value of "zero" denotes that there are no certificates associated with this object). Each certificate is written out starting with a String
denoting the certificate type, followed by an int
specifying the length of the certificate encoding, followed by the certificate encoding itself which is written out as an array of bytes.
IOException
String type
String name
String actions
serialVersionUID: -7176153071733132400L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Hashtable<K,V> permissions
serialVersionUID: 5684295034092681791L
serialVersionUID: -5141997548211140359L
serialVersionUID: -5555597911163362399L
Package java.security.certserialVersionUID: -3585440601605666277L
writeReplaceprotected Object writeReplace() throws ObjectStreamException
ObjectStreamException
- if a new object representing this Certificate could not be created
String type
serialVersionUID: -8563758940495660020L
readResolveprotected Object readResolve() throws ObjectStreamException
ObjectStreamException
- if the Certificate could not be resolved
String type
byte[] data
serialVersionUID: 6219492851589449162L
serialVersionUID: 3192535253797119798L
serialVersionUID: 9071001339691533771L
serialVersionUID: 4355919900041064702L
serialVersionUID: -7989222416793322029L
serialVersionUID: 6068470306649138683L
writeReplaceprotected Object writeReplace() throws ObjectStreamException
CertPath
to be serialized with a CertPathRep
object.
ObjectStreamException
- if a CertPathRep
object representing this certification path could not be created
String type
serialVersionUID: 3015633072427920915L
readResolveprotected Object readResolve() throws ObjectStreamException
CertPath
constructed from the type and data.
ObjectStreamException
- if a CertPath
could not be constructed
String type
byte[] data
serialVersionUID: 5316471420178794402L
serialVersionUID: -3083180014971893139L
indexint index
CertPath certPath
CertPath
that was being validated when the exception was thrown
serialVersionUID: 2395296107471573245L
serialVersionUID: -6694728944094197147L
serialVersionUID: -2491127588187038216L
Package java.security.interfaces Package java.security.specserialVersionUID: 3546139293998810778L
serialVersionUID: -970468769593399342L
updateCountsint[] updateCounts
int index
boolean parameter
boolean read
int dataSize
int transferSize
serialVersionUID: 1511598038487230103L
SQLStateString SQLState
int vendorCode
SQLException next
serialVersionUID: -1439323187199563495L
serialVersionUID: 8397324403548013681L
serialVersionUID: 2745179027874758501L
nanosint nanos
serialVersionUID: -9142742483513960612L
readResolveprotected Object readResolve() throws InvalidObjectException
InvalidObjectException
String name
serialVersionUID: 1795184449645032964L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if the objects read from the stream is invalid.
IOException
ClassNotFoundException
double[] choiceLimits
choiceFormats[i]
if the number being formatted is greater than or equal to choiceLimits[i]
and less than choiceLimits[i+1]
.
String[] choiceFormats
choiceFormats[i]
if the number being formatted is greater than or equal to choiceLimits[i]
and less than choiceLimits[i+1]
.
serialVersionUID: 7218322306649953788L
calendarCalendar calendar
DateFormat
uses to produce the time field values needed to implement date and time formatting. Subclasses should initialize this to a calendar appropriate for the locale associated with this DateFormat
.
NumberFormat numberFormat
DateFormat
uses to format numbers in dates and times. Subclasses should initialize this to a number format appropriate for the locale associated with this DateFormat
.
serialVersionUID: 7441350119349544720L
readResolveprotected Object readResolve() throws InvalidObjectException
InvalidObjectException
- if the constant could not be resolved.
int calendarField
serialVersionUID: -5987973545549424702L
erasString[] eras
Calendar.BC
and Calendar.AD
.
String[] months
Calendar.JANUARY
, Calendar.FEBRUARY
, etc.
String[] shortMonths
Calendar.JANUARY
, Calendar.FEBRUARY
, etc.
String[] weekdays
Calendar.SUNDAY
, Calendar.MONDAY
, etc. The element weekdays[0]
is ignored.
String[] shortWeekdays
Calendar.SUNDAY
, Calendar.MONDAY
, etc. The element shortWeekdays[0]
is ignored.
String[] ampms
Calendar.AM
and Calendar.PM
.
String[][] zoneStrings
TimeZone
. Each such row contains (with i
ranging from 0..n-1):
zoneStrings[i][0]
- time zone IDzoneStrings[i][1]
- long name of zone in standard timezoneStrings[i][2]
- short name of zone in standard timezoneStrings[i][3]
- long name of zone in daylight savings timezoneStrings[i][4]
- short name of zone in daylight savings timeTimeZone
String localPatternChars
DateFormat.ERA_FIELD
, DateFormat.YEAR_FIELD
, etc. Thus, if the string were "Xz...", then localized patterns would use 'X' for era and 'z' for year.
serialVersionUID: 864413376551465018L
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
BigInteger
and BigDecimal
objects. These limits are stored in the superclass for serialization compatibility with older versions, while the limits for BigInteger
and BigDecimal
objects are kept in this class. If, in the superclass, the minimum or maximum integer digit count is larger than DOUBLE_INTEGER_DIGITS
or if the minimum or maximum fraction digit count is larger than DOUBLE_FRACTION_DIGITS
, then the stream data is invalid and this method throws an InvalidObjectException
.serialVersionOnStream
is less than 3, then call the setters for the minimum and maximum integer and fraction digits with the values of the corresponding superclass getters to initialize the fields in this class. The fields in this class are new with version 3.serialVersionOnStream
is less than 1, indicating that the stream was written by JDK 1.1, initialize useExponentialNotation
to false, since it was not present in JDK 1.1.serialVersionOnStream
to the maximum allowed value so that default serialization will work properly if this object is streamed out again.Stream versions older than 2 will not have the affix pattern variables posPrefixPattern
etc. As a result, they will be initialized to null
, which means the affix strings will be taken as literal values. This is exactly what we want, since that corresponds to the pre-version-2 behavior.
IOException
ClassNotFoundException
String positivePrefix
DecimalFormat.getPositivePrefix()
String positiveSuffix
DecimalFormat.getPositiveSuffix()
String negativePrefix
DecimalFormat.getNegativePrefix()
String negativeSuffix
DecimalFormat.getNegativeSuffix()
String posPrefixPattern
positivePrefix
.
This pattern is expanded by the method expandAffix()
to positivePrefix
to update the latter to reflect changes in symbols
. If this variable is null
then positivePrefix
is taken as a literal value that does not change when symbols
changes. This variable is always null
for DecimalFormat
objects older than stream version 2 restored from stream.
String posSuffixPattern
positiveSuffix
. This variable is analogous to posPrefixPattern
; see that variable for further documentation.
String negPrefixPattern
negativePrefix
. This variable is analogous to posPrefixPattern
; see that variable for further documentation.
String negSuffixPattern
negativeSuffix
. This variable is analogous to posPrefixPattern
; see that variable for further documentation.
int multiplier
DecimalFormat.getMultiplier()
byte groupingSize
NumberFormat.groupingUsed
is true.
DecimalFormat.getGroupingSize()
, NumberFormat.isGroupingUsed()
boolean decimalSeparatorAlwaysShown
DecimalFormat.isDecimalSeparatorAlwaysShown()
boolean parseBigDecimal
DecimalFormat.isParseBigDecimal()
DecimalFormatSymbols symbols
DecimalFormatSymbols
object used by this format. It contains the symbols used to format numbers, e.g. the grouping separator, decimal separator, and so on.
DecimalFormat.setDecimalFormatSymbols(java.text.DecimalFormatSymbols)
, DecimalFormatSymbols
boolean useExponentialNotation
byte minExponentDigits
useExponentialNotation
is not true.
int maximumIntegerDigits
BigInteger
or BigDecimal
number. maximumIntegerDigits
must be greater than or equal to minimumIntegerDigits
.
DecimalFormat.getMaximumIntegerDigits()
int minimumIntegerDigits
BigInteger
or BigDecimal
number. minimumIntegerDigits
must be less than or equal to maximumIntegerDigits
.
DecimalFormat.getMinimumIntegerDigits()
int maximumFractionDigits
BigInteger
or BigDecimal
number. maximumFractionDigits
must be greater than or equal to minimumFractionDigits
.
DecimalFormat.getMaximumFractionDigits()
int minimumFractionDigits
BigInteger
or BigDecimal
number. minimumFractionDigits
must be less than or equal to maximumFractionDigits
.
DecimalFormat.getMinimumFractionDigits()
int serialVersionOnStream
useExponentialNotation
and minExponentDigits
.posPrefixPattern
, posSuffixPattern
, negPrefixPattern
, and negSuffixPattern
.maximumIntegerDigits
, minimumIntegerDigits
, maximumFractionDigits
, minimumFractionDigits
, and parseBigDecimal
.serialVersionUID: 5772796243397350300L
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
serialVersionOnStream
is less than 1, initializes monetarySeparator
to be the same as decimalSeparator
and exponential
to be 'E'. If serialVersionOnStream
is less then 2, initializes locale
to the root locale. Sets serialVersionOnStream
back to the maximum allowed value so that default serialization will work properly if this object is streamed out again. Initializes the currency from the intlCurrencySymbol field.
IOException
ClassNotFoundException
char zeroDigit
DecimalFormatSymbols.getZeroDigit()
char groupingSeparator
DecimalFormatSymbols.getGroupingSeparator()
char decimalSeparator
DecimalFormatSymbols.getDecimalSeparator()
char perMill
DecimalFormatSymbols.getPerMill()
char percent
DecimalFormatSymbols.getPercent()
char digit
DecimalFormatSymbols.getDigit()
char patternSeparator
DecimalFormatSymbols.getPatternSeparator()
String infinity
DecimalFormatSymbols.getInfinity()
String NaN
DecimalFormatSymbols.getNaN()
char minusSign
DecimalFormatSymbols.getMinusSign()
String currencySymbol
DecimalFormatSymbols.getCurrencySymbol()
String intlCurrencySymbol
DecimalFormatSymbols.getInternationalCurrencySymbol()
char monetarySeparator
DecimalFormatSymbols.getMonetaryDecimalSeparator()
char exponential
Note that the public API provides no way to set this field, even though it is supported by the implementation and the stream format. The intent is that this will be added to the API in the future.
Locale locale
int serialVersionOnStream
DecimalFormatSymbols
present on the stream. Possible values are:
monetarySeparator
and exponential
.locale
field.DecimalFormatSymbols
, the most recent format (corresponding to the highest allowable serialVersionOnStream
) is always written.
serialVersionUID: -299282585814624189L
serialVersionUID: 276966692217360283L
serialVersionUID: 6479157306784022952L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if the objects read from the stream is invalid.
IOException
ClassNotFoundException
Locale locale
String pattern
Format[] formats
int[] offsets
int[] argumentNumbers
int maxOffset
offsets
. Can also be thought of as the index of the highest-numbered element in offsets
that is being used. All of these arrays should have the same number of elements being used as offsets
does, and so this variable suffices to tell us how many entries are in all of them.
serialVersionUID: 7899943957617360810L
readResolveprotected Object readResolve() throws InvalidObjectException
InvalidObjectException
- if the constant could not be resolved.
serialVersionUID: -2308460125733713944L
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
serialVersionOnStream
is less than 1, indicating that the stream was written by JDK 1.1, set the int
fields such as maximumIntegerDigits
to be equal to the byte
fields such as maxIntegerDigits
, since the int
fields were not present in JDK 1.1. Finally, set serialVersionOnStream back to the maximum allowed value so that default serialization will work properly if this object is streamed out again.
If minimumIntegerDigits
is greater than maximumIntegerDigits
or minimumFractionDigits
is greater than maximumFractionDigits
, then the stream data is invalid and this method throws an InvalidObjectException
. In addition, if any of these values is negative, then this method throws an InvalidObjectException
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
byte
fields such as maxIntegerDigits
to be equal to the int
fields such as maximumIntegerDigits
(or to Byte.MAX_VALUE
, whichever is smaller), for compatibility with the JDK 1.1 version of the stream format.
IOException
boolean groupingUsed
NumberFormat.isGroupingUsed()
byte maxIntegerDigits
maxIntegerDigits
must be greater than or equal to minIntegerDigits
.
Note: This field exists only for serialization compatibility with JDK 1.1. In Java platform 2 v1.2 and higher, the new int
field maximumIntegerDigits
is used instead. When writing to a stream, maxIntegerDigits
is set to maximumIntegerDigits
or Byte.MAX_VALUE
, whichever is smaller. When reading from a stream, this field is used only if serialVersionOnStream
is less than 1.
NumberFormat.getMaximumIntegerDigits()
byte minIntegerDigits
minimumIntegerDigits
must be less than or equal to maximumIntegerDigits
.
Note: This field exists only for serialization compatibility with JDK 1.1. In Java platform 2 v1.2 and higher, the new int
field minimumIntegerDigits
is used instead. When writing to a stream, minIntegerDigits
is set to minimumIntegerDigits
or Byte.MAX_VALUE
, whichever is smaller. When reading from a stream, this field is used only if serialVersionOnStream
is less than 1.
NumberFormat.getMinimumIntegerDigits()
byte maxFractionDigits
maximumFractionDigits
must be greater than or equal to minimumFractionDigits
.
Note: This field exists only for serialization compatibility with JDK 1.1. In Java platform 2 v1.2 and higher, the new int
field maximumFractionDigits
is used instead. When writing to a stream, maxFractionDigits
is set to maximumFractionDigits
or Byte.MAX_VALUE
, whichever is smaller. When reading from a stream, this field is used only if serialVersionOnStream
is less than 1.
NumberFormat.getMaximumFractionDigits()
byte minFractionDigits
minimumFractionDigits
must be less than or equal to maximumFractionDigits
.
Note: This field exists only for serialization compatibility with JDK 1.1. In Java platform 2 v1.2 and higher, the new int
field minimumFractionDigits
is used instead. When writing to a stream, minFractionDigits
is set to minimumFractionDigits
or Byte.MAX_VALUE
, whichever is smaller. When reading from a stream, this field is used only if serialVersionOnStream
is less than 1.
NumberFormat.getMinimumFractionDigits()
boolean parseIntegerOnly
NumberFormat.isParseIntegerOnly()
int maximumIntegerDigits
maximumIntegerDigits
must be greater than or equal to minimumIntegerDigits
.
NumberFormat.getMaximumIntegerDigits()
int minimumIntegerDigits
minimumIntegerDigits
must be less than or equal to maximumIntegerDigits
.
NumberFormat.getMinimumIntegerDigits()
int maximumFractionDigits
maximumFractionDigits
must be greater than or equal to minimumFractionDigits
.
NumberFormat.getMaximumFractionDigits()
int minimumFractionDigits
minimumFractionDigits
must be less than or equal to maximumFractionDigits
.
NumberFormat.getMinimumFractionDigits()
int serialVersionOnStream
NumberFormat
present on the stream. Possible values are:
int
fields such as maximumIntegerDigits
were not present, and the byte
fields such as maxIntegerDigits
are used instead.byte
fields such as maxIntegerDigits
are ignored, and the int
fields such as maximumIntegerDigits
are used instead.NumberFormat
, the most recent format (corresponding to the highest allowable serialVersionOnStream
) is always written.
serialVersionUID: 7494728892700160890L
readResolveprotected Object readResolve() throws InvalidObjectException
InvalidObjectException
- if the constant could not be resolved.
int errorOffset
serialVersionUID: 4774881970558875024L
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
InvalidObjectException
- if the pattern is invalid
IOException
ClassNotFoundException
int serialVersionOnStream
defaultCenturyStart
on stream.defaultCenturyStart
.serialVersionOnStream
is written.
String pattern
DateFormatSymbols formatData
DateFormatSymbols
Date defaultCenturyStart
defaultCenturyStart
, which may be any date. May not be null.
serialVersionUID: 8683452581122892189L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int size
serialVersionUID: -2764017481108945198L
aObject[] a
serialVersionUID: 7997698588986878753L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
long[] bits
serialVersionUID: -1807547505821590642L
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
Calendar
would only write out its state data and the current time, and not write any field data out, such as fields[]
, isTimeSet
, areFieldsSet
, and isSet[]
. nextStamp
also should not be part of the persistent state. Unfortunately, this didn't happen before JDK 1.1 shipped. To be compatible with JDK 1.1, we will always have to write out the field values and state flags. However, nextStamp
can be removed from the serialization stream; this will probably happen in the near future.
IOException
int[] fields
FIELD_COUNT
integers, with index values ERA
through DST_OFFSET
.
boolean[] isSet
FIELD_COUNT
booleans, with index values ERA
through DST_OFFSET
.
long time
Calendar.isTimeSet
boolean isTimeSet
time
is valid. The time is made invalid by a change to an item of field[]
.
Calendar.time
boolean areFieldsSet
fields[]
are in sync with the currently set time. If false, then the next attempt to get the value of a field will force a recomputation of all fields from the current value of time
.
boolean lenient
True
if this calendar allows out-of-range field values during computation of time
from fields[]
.
Calendar.setLenient(boolean)
, Calendar.isLenient()
TimeZone zone
TimeZone
used by this calendar. Calendar
uses the time zone data to translate between locale and GMT time.
int firstDayOfWeek
SUNDAY
, MONDAY
, etc. This is a locale-dependent value.
int minimalDaysInFirstWeek
int nextStamp
stamp[]
, an internal array. This actually should not be written out to the stream, and will probably be removed from the stream in the near future. In the meantime, a value of MINIMUM_USER_STAMP
should be used.
int serialVersionOnStream
serialVersionOnStream
is written.
serialVersionUID: 1578914078182001775L
cCollection<E> c
Class<T> type
Object[] zeroLengthElementArray
serialVersionUID: 65247728283967356L
listList<E> list
serialVersionUID: 5742860141034234728L
mMap<K,V> m
Class<T> keyType
Class<T> valueType
Object[] zeroLengthKeyArray
Object[] zeroLengthValueArray
serialVersionUID: 1638200125423088369L
Class java.util.Collections.CheckedSet extends java.util.Collections.CheckedCollection<E> implements SerializableserialVersionUID: 4694047833775013803L
Class java.util.Collections.CheckedSortedMap extends java.util.Collections.CheckedMap<K,V> implements SerializableserialVersionUID: 1599671320688067438L
smSortedMap<K,V> sm
serialVersionUID: 1599911165492914959L
ssSortedSet<E> ss
serialVersionUID: 2739099268398711800L
nint n
Object element
serialVersionUID: 8842843931221139166L
readResolveprivate Object readResolve()
serialVersionUID: 1582296315990362920L
readResolveprivate Object readResolve()
serialVersionUID: 7207038068494060240L
Class java.util.Collections.ReverseComparator2 extends Object implements SerializableserialVersionUID: 4374092139857L
cmpComparator<T> cmp
serialVersionUID: 3193687207550431679L
elementObject element
serialVersionUID: 3053995032091335093L
writeObjectprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
Collection<E> c
Object mutex
serialVersionUID: -7754090372962971524L
readResolveprivate Object readResolve()
List<E> list
serialVersionUID: 1978198479659022715L
writeObjectprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
Map<K,V> m
Object mutex
serialVersionUID: 1530674583602358482L
writeReplaceprivate Object writeReplace()
serialVersionUID: 487447009682186044L
Class java.util.Collections.SynchronizedSortedMap extends java.util.Collections.SynchronizedMap<K,V> implements SerializableserialVersionUID: -8798146769416483793L
smSortedMap<K,V> sm
serialVersionUID: 8695801310862127406L
ssSortedSet<E> ss
serialVersionUID: 1820017752578914078L
cCollection<E> c
serialVersionUID: -283967356065247728L
readResolveprivate Object readResolve()
List<E> list
serialVersionUID: -1034234728574286014L
mMap<K,V> m
serialVersionUID: 7854390611657943733L
Class java.util.Collections.UnmodifiableRandomAccessList extends java.util.Collections.UnmodifiableList<E> implements SerializableserialVersionUID: -2542308836966382001L
writeReplaceprivate Object writeReplace()
serialVersionUID: -9215047833775013803L
Class java.util.Collections.UnmodifiableSortedMap extends java.util.Collections.UnmodifiableMap<K,V> implements SerializableserialVersionUID: -8806743815996713206L
smSortedMap<K,V> sm
serialVersionUID: -4929149591599911165L
ssSortedSet<E> ss
serialVersionUID: -158308464356906721L
readResolveprivate Object readResolve()
String currencyCode
serialVersionUID: 7523967970034938905L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
getTime()
is emitted (long). This represents the offset from January 1, 1970, 00:00:00 GMT in milliseconds.
IOException
serialVersionUID: 18890531L
flagsString flags
serialVersionUID: 458661240069192865L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Class<T> keyType
serialVersionUID: 362491234563181265L
readResolveprivate Object readResolve()
Class<T> elementType
Enum<E extends Enum<E>>[] elements
serialVersionUID: 5516075349620653480L
serialVersionUID: 19120414L
fString f
char c
serialVersionUID: 18111216L
serialVersionUID: -8125100834729963327L
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
long gregorianCutover
serialVersionUID: 362498820763181265L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int threshold
float loadFactor
serialVersionUID: -5024744406713321676L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: 1421746759512286392L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int threshold
float loadFactor
serialVersionUID: 8188218128353913216L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int size
serialVersionUID: 19080630L
cint c
serialVersionUID: 17000126L
cchar c
Class<T> arg
serialVersionUID: 18830826L
serialVersionUID: 790824L
flagsString flags
serialVersionUID: 18711008L
pint p
serialVersionUID: 16660902L
wint w
serialVersionUID: 3801124242820219131L
accessOrderboolean accessOrder
serialVersionUID: -2851667679971038690L
serialVersionUID: 876323262645176354L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: 9149081749638150636L
readResolveprivate Object readResolve() throws ObjectStreamException
ObjectStreamException
String language
Locale.getLanguage()
String country
Locale.getCountry()
String variant
Locale.getVariant()
int hashcode
serialVersionUID: 19190115L
sString s
serialVersionUID: 15560123L
sString s
String className
String key
serialVersionUID: -7720805057305804111L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int size
Comparator<T> comparator
serialVersionUID: 4112578634029874840L
defaultsProperties defaults
serialVersionUID: 7015263904581634791L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
boolean all_allowed
Hashtable<K,V> permissions
serialVersionUID: 3905348978240129619L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
boolean haveNextNextGaussian
double; nextNextGaussian
long; seed
serialVersionUID: -403250971215465050L
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
DOW_IN_MONTH_MODE
rules, in the required section, followed by the full rules, in packed format, in the optional section. The optional section will be ignored by JDK 1.1 code upon stream in.
Contents of the optional section: The length of a byte array is emitted (int); this is 4 as of this release. The byte array of the given length is emitted. The contents of the byte array are the true values of the fields startDay
, startDayOfWeek
, endDay
, and endDayOfWeek
. The values of these fields in the required section are approximate values suited to the rule mode DOW_IN_MONTH_MODE
, which is the only mode recognized by JDK 1.1.
IOException
int startMonth
Calendar.JANUARY
and Calendar.DECEMBER
inclusive. This value must not equal endMonth
.
If useDaylight
is false, this value is ignored.
int startDay
startMode == DOW_IN_MONTH
startDay
indicates the day of the month of startMonth
on which daylight saving time starts, from 1 to 28, 30, or 31, depending on the startMonth
.
startMode != DOW_IN_MONTH
startDay
indicates which startDayOfWeek
in th month startMonth
daylight saving time starts on. For example, a value of +1 and a startDayOfWeek
of Calendar.SUNDAY
indicates the first Sunday of startMonth
. Likewise, +2 would indicate the second Sunday, and -1 the last Sunday. A value of 0 is illegal.
If useDaylight
is false, this value is ignored.
int startDayOfWeek
Calendar.SUNDAY
and Calendar.SATURDAY
inclusive.
If useDaylight
is false or startMode == DAY_OF_MONTH
, this value is ignored.
int startTime
startTimeMode
.
If useDaylight
is false, this value is ignored.
int startTimeMode
int endMonth
Calendar.JANUARY
and Calendar.UNDECIMBER
. This value must not equal startMonth
.
If useDaylight
is false, this value is ignored.
int endDay
endMode == DOW_IN_MONTH
endDay
indicates the day of the month of endMonth
on which daylight saving time ends, from 1 to 28, 30, or 31, depending on the endMonth
.
endMode != DOW_IN_MONTH
endDay
indicates which endDayOfWeek
in th month endMonth
daylight saving time ends on. For example, a value of +1 and a endDayOfWeek
of Calendar.SUNDAY
indicates the first Sunday of endMonth
. Likewise, +2 would indicate the second Sunday, and -1 the last Sunday. A value of 0 is illegal.
If useDaylight
is false, this value is ignored.
int endDayOfWeek
Calendar.SUNDAY
and Calendar.SATURDAY
inclusive.
If useDaylight
is false or endMode == DAY_OF_MONTH
, this value is ignored.
int endTime
endTimeMode
.
If useDaylight
is false, this value is ignored.
int endTimeMode
WALL_TIME
, STANDARD_TIME
, or UTC_TIME
.
int startYear
AD
value. If this value is less than 1 then daylight saving time is observed for all AD
years.
If useDaylight
is false, this value is ignored.
int rawOffset
dstSavings
.
boolean useDaylight
byte[] monthLength
int startMode
DOM_MODE
DOW_IN_MONTH_MODE
DOW_GE_DOM_MODE
DOW_LE_DOM_MODE
startDay
field.
If useDaylight
is false, this value is ignored.
int endMode
DOM_MODE
DOW_IN_MONTH_MODE
DOW_GE_DOM_MODE
DOW_LE_DOM_MODE
endDay
field.
If useDaylight
is false, this value is ignored.
int dstSavings
If useDaylight
is false, this value is ignored.
int serialVersionOnStream
startMode
, endMode
, and dstSavings
.
startTimeMode
and endTimeMode
.
serialVersionOnStream
is written.
serialVersionUID: 1224463164541339165L
Class java.util.SubList$1 extends Object implements SerializableserialVersionUID: 3581463369166924961L
IDString ID
TimeZone
. This is a programmatic identifier used internally to look up TimeZone
objects from the system table and also to map them to their localized display names. ID
values are unique in the system table but may not be for dynamically created zones.
serialVersionUID: 919286545866124006L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Comparator<T> comparator
serialVersionUID: -2479143000061671589L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: 19060418L
sString s
serialVersionUID: 19370506L
flagsString flags
serialVersionUID: -4856846361193249489L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
long mostSigBits
long leastSigBits
serialVersionUID: -2767605614048989439L
writeObjectprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
Object[] elementData
Any array elements following the last element in the Vector are null.
int elementCount
int capacityIncrement
serialVersionUID: -817911632652898426L
itemsObject[] items
int count
ReentrantLock lock
Condition notEmpty
Condition notFull
serialVersionUID: 7117394618823254244L
serialVersionUID: -9202173006928992231L
serialVersionUID: 7249069246763182397L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int segmentMask
int segmentShift
java.util.concurrent.ConcurrentHashMap.Segment<K,V>[] segments
serialVersionUID: 196745693267521676L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: 8673264195747942595L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: 5457747651344034263L
alCopyOnWriteArrayList<E> al
serialVersionUID: 7830266012832686185L
serialVersionUID: -6903933977591709194L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int capacity
AtomicInteger count
ReentrantLock takeLock
Condition notEmpty
ReentrantLock putLock
Condition notFull
serialVersionUID: 5595510919245408276L
writeObjectprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
PriorityQueue<E> q
ReentrantLock lock
Condition notEmpty
serialVersionUID: -375805702767069545L
serialVersionUID: -3222578661600680210L
syncjava.util.concurrent.Semaphore.Sync sync
serialVersionUID: -3223113410248163686L
qlockReentrantLock qlock
java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
serialVersionUID: 1900926677490660714L
Package java.util.concurrent.atomicserialVersionUID: 4654671469794556979L
valueint value
serialVersionUID: 6214790243416807050L
valueint value
serialVersionUID: 2862133569453604235L
arrayint[] array
serialVersionUID: 1927816293512124184L
valuelong value
serialVersionUID: -2308431214976778248L
arraylong[] array
serialVersionUID: -1848883965231344442L
valueObject value
serialVersionUID: -6209656149925076980L
arrayObject[] array
serialVersionUID: 7373984972572414691L
stateint state
serialVersionUID: 1173984872572414699L
serialVersionUID: 7373984872572414699L
syncjava.util.concurrent.locks.ReentrantLock.Sync sync
serialVersionUID: -6992448646407690164L
readerLockReentrantReadWriteLock.ReadLock readerLock
ReentrantReadWriteLock.WriteLock writerLock
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
serialVersionUID: -5992448646407690164L
syncjava.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
serialVersionUID: -4992448646407690164L
syncjava.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
serialVersionUID: -8176160795706313070L
readResolveprivate Object readResolve()
String name
int value
String resourceBundleName
serialVersionUID: 63564341580231582L
serialVersionUID: 5372048053134512534L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Level level
long sequenceNumber
String sourceClassName
String sourceMethodName
String message
int threadID
long millis
Throwable thrown
String loggerName
String resourceBundleName
serialVersionUID: 859796500401108469L
serialVersionUID: -791715184232119669L
serialVersionUID: 5073258162644648461L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
String pattern
int flags
String desc
String pattern
int index
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
NullPointerException
- if s is null.
IOException
ClassNotFoundException
byte[] encodedParams
byte[] encryptedContent
String sealAlg
String paramsAlg
byte[] key
String algorithm
Node offendingNode
Node
that led to the parsing error, or null
.
serialVersionUID: -1081892073854801359L
exp1QueryExp exp1
QueryExp exp2
serialVersionUID: 2484220110589082382L
nameString name
Object value
serialVersionUID: 535176054565814134L
attributeNameString attributeName
String attributeType
Object oldValue
Object newValue
serialVersionUID: -6347317584796410029L
enabledAttributesVector<E> enabledAttributes
Vector
that contains the enabled attribute names. The default value is an empty vector.
serialVersionUID: -4077085769279709076L
serialVersionUID: 6511584241791106926L
serialVersionUID: -7768025046539163385L
attrString attr
serialVersionUID: -3105272988410493376L
valObject val
serialVersionUID: 5068475589449021227L
expValueExp exp
ValueExp
that originated this exception
serialVersionUID: 7802201238441662100L
opString op
serialVersionUID: -2933597532866307444L
exp1ValueExp exp1
ValueExp exp2
ValueExp exp3
serialVersionUID: 1216286847881456786L
opint op
ValueExp exp1
ValueExp exp2
serialVersionUID: -5690656271650491000L
relOpint relOp
ValueExp exp1
ValueExp exp2
serialVersionUID: 7754922052666594581L
valboolean val
String attr
serialVersionUID: -5801329450358952434L
valValueExp val
ValueExp
to be found
ValueExp[] valueList
ValueExp
to be searched
serialVersionUID: 8893743928912733931L
serialVersionUID: -882579438394773049L
serialVersionUID: 1054516935875481725L
serialVersionUID: -3048022274675537269L
valObject val
serialVersionUID: 2164571879317142449L
serialVersionUID: 350520924977331825L
serialVersionUID: 6573344628407841861L
serialVersionUID: -7242605822448519061L
serialVersionUID: -572689714442915824L
Class javax.management.MatchQueryExp extends QueryEval implements SerializableserialVersionUID: -7156603696948215014L
expAttributeValueExp exp
String pattern
String attributeType
boolean isWrite
boolean isRead
boolean is
serialVersionUID: 4433990064191844427L
signatureMBeanParameterInfo[] signature
serialVersionUID: 4066342430588744142L
exceptionException exception
Exception
serialVersionUID: 3952882688968447265L
nameString name
MBeanFeatureInfo.getName()
rather than reading this field, and that they not change it.
String description
MBeanFeatureInfo.getDescription()
rather than reading this field, and that they not change it.
serialVersionUID: -6451021435135161911L
descriptionString description
String className
MBeanAttributeInfo[] attributes
MBeanOperationInfo[] operations
MBeanConstructorInfo[] constructors
MBeanNotificationInfo[] notifications
serialVersionUID: -3888371564530107064L
typesString[] types
serialVersionUID: -6178860474881375330L
typeString type
MBeanParameterInfo[] signature
int impact
INFO
, ACTION
, ACTION_INFO
, UNKNOWN
serialVersionUID: 7432616882776782338L
typeString type
serialVersionUID: -2416928705275160661L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
String actions
serialVersionUID: 4482382455277067805L
serialVersionUID: 2876477500475969677L
objectNameObjectName objectName
serialVersionUID: -5661980843569388590L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
serialVersionUID: -5661980843569388590L
collectionPermissionMBeanServerPermission collectionPermission
serialVersionUID: -2952178077029018140L
serialVersionUID: 5175579583207963577L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Notification
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
Notification
to an ObjectOutputStream
.
IOException
String message
long sequenceNumber
Object source
long timeStamp
String type
Object userData
serialVersionUID: 6579080007561786969L
enabledTypesList<E> enabledTypes
Vector
that contains the enabled notification types. The default value is an empty vector.
serialVersionUID: 5269643775896723397L
expQueryExp exp
QueryExp
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
NumericValueExp
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
NumericValueExp
to an ObjectOutputStream
.
IOException
Number val
serialVersionUID: -4099952623687795850L
nameObjectName name
String className
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
ObjectName
from an ObjectInputStream
.
jmx.serial.form
differs from 1.0
): the string "<domain>:<properties><wild>", where:
ObjectName
ObjectName.getKeyPropertyListString()
isPropertyPattern
, or is the character "*
" if isPropertyPattern
and <properties> is empty, or is ",*
" if isPropertyPattern
and <properties> is not empty.ObjectName.ObjectName(String)
constructor to produce an equivalent ObjectName
.jmx.serial.form
is 1.0
): <domain> <propertyList> <propertyListString> <canonicalName> <pattern> <propertyPattern>, where:
ObjectName
Hashtable
that contains all the pairs (key,value) for this ObjectName
String
representation of the list of properties in any order (not mandatorily a canonical representation)String
containing this ObjectName
's canonical nametrue
if this ObjectName
contains a patterntrue
if this ObjectName
contains a pattern in the list of propertiesIOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
ObjectName
to an ObjectOutputStream
.
jmx.serial.form
differs from 1.0
): the string "<domain>:<properties><wild>", where:
ObjectName
ObjectName.getKeyPropertyListString()
isPropertyPattern
, or is the character "*
" if this isPropertyPattern
and <properties> is empty, or is ",*
" if isPropertyPattern
and <properties> is not empty.ObjectName.ObjectName(String)
constructor to produce an equivalent ObjectName
.jmx.serial.form
is 1.0
): <domain> <propertyList> <propertyListString> <canonicalName> <pattern> <propertyPattern>, where:
ObjectName
Hashtable
that contains all the pairs (key,value) for this ObjectName
String
representation of the list of properties in any order (not mandatorily a canonical representation)String
containing this ObjectName
's canonical nametrue
if this ObjectName
contains a patterntrue
if this ObjectName
contains a pattern in the list of propertiesIOException
serialVersionUID: -4967597595580536216L
Class javax.management.OrQueryExp extends QueryEval implements SerializableserialVersionUID: 2962973084421716523L
exp1QueryExp exp1
QueryExp exp2
serialVersionUID: 8832517277410933254L
classNameString className
serialVersionUID: 2675899265640874796L
serialVersionUID: 9170809325636915553L
exceptionException exception
Exception
serialVersionUID: 704338937753949796L
errorError error
Error
serialVersionUID: 5274912751982730171L
runtimeExceptionRuntimeException runtimeException
RuntimeException
serialVersionUID: -8408923047489133588L
runtimeExceptionRuntimeException runtimeException
RuntimeException
serialVersionUID: -3990675661956646827L
serialVersionUID: -3256390509806284044L
valString val
serialVersionUID: 3636148327800330130L
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException, UnsupportedOperationException
Restore this MLet's contents from the given ObjectInput
. Not all implementations support this method. Those that do not throw UnsupportedOperationException
. A subclass may override this method to support it or to change the format of the read data.
The format of the read data is not specified, but if an implementation supports MLet.readExternal(java.io.ObjectInput)
it must also support MLet.writeExternal(java.io.ObjectOutput)
in such a way that what is written by the latter can be read by the former.
IOException
- if a problem occurred while reading.
ClassNotFoundException
- if the class for the object being restored cannot be found.
UnsupportedOperationException
- if this implementation does not support this operation.
public void writeExternal(ObjectOutput out) throws IOException, UnsupportedOperationException
Save this MLet's contents to the given ObjectOutput
. Not all implementations support this method. Those that do not throw UnsupportedOperationException
. A subclass may override this method to support it or to change the format of the written data.
The format of the written data is not specified, but if an implementation supports MLet.writeExternal(java.io.ObjectOutput)
it must also support MLet.readExternal(java.io.ObjectInput)
in such a way that what is written by the former can be read by the latter.
IOException
- If a problem occurred while writing.
UnsupportedOperationException
- If this implementation does not support this operation.
serialVersionUID: 2503458973393711979L
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException, UnsupportedOperationException
Restore this MLet's contents from the given ObjectInput
. Not all implementations support this method. Those that do not throw UnsupportedOperationException
. A subclass may override this method to support it or to change the format of the read data.
The format of the read data is not specified, but if an implementation supports MLet.readExternal(java.io.ObjectInput)
it must also support MLet.writeExternal(java.io.ObjectOutput)
in such a way that what is written by the latter can be read by the former.
IOException
- if a problem occurred while reading.
ClassNotFoundException
- if the class for the object being restored cannot be found.
UnsupportedOperationException
- if this implementation does not support this operation.
public void writeExternal(ObjectOutput out) throws IOException, UnsupportedOperationException
Save this MLet's contents to the given ObjectOutput
. Not all implementations support this method. Those that do not throw UnsupportedOperationException
. A subclass may override this method to support it or to change the format of the written data.
The format of the written data is not specified, but if an implementation supports MLet.writeExternal(java.io.ObjectOutput)
it must also support MLet.readExternal(java.io.ObjectInput)
in such a way that what is written by the former can be read by the latter.
IOException
- If a problem occurred while writing.
UnsupportedOperationException
- If this implementation does not support this operation.
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
DescriptorSupport
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
DescriptorSupport
to an ObjectOutputStream
.
IOException
HashMap<K,V> descriptor
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidTargetObjectTypeException
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
InvalidTargetObjectTypeException
to an ObjectOutputStream
.
IOException
Exception exception
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
ModelMBeanAttributeInfo
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
ModelMBeanAttributeInfo
to an ObjectOutputStream
.
IOException
Descriptor attrDescriptor
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
ModelMBeanConstructorInfo
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
ModelMBeanConstructorInfo
to an ObjectOutputStream
.
IOException
Descriptor consDescriptor
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
ModelMBeanInfoSupport
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
ModelMBeanInfoSupport
to an ObjectOutputStream
.
IOException
ModelMBeanAttributeInfo[] modelMBeanAttributes
MBeanConstructorInfo[] modelMBeanConstructors
Descriptor modelMBeanDescriptor
MBeanNotificationInfo[] modelMBeanNotifications
MBeanOperationInfo[] modelMBeanOperations
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
ModelMBeanNotificationInfo
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
ModelMBeanNotificationInfo
to an ObjectOutputStream
.
IOException
Descriptor notificationDescriptor
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
ModelMBeanOperationInfo
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
ModelMBeanOperationInfo
to an ObjectOutputStream
.
IOException
Descriptor operationDescriptor
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
XMLParseException
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
XMLParseException
to an ObjectOutputStream
.
IOException
serialVersionUID: -4608189663661929204L
observedObjectObjectName observedObject
String observedAttribute
Object derivedGauge
Object trigger
serialVersionUID: -8807913418190202007L
Package javax.management.openmbeanserialVersionUID: 720504429830309770L
dimensionint dimension
ArrayType
instance
OpenType elementType
ArrayType
instance
serialVersionUID: 8003518976613702244L
contentsSortedMap<K,V> contents
SortedMap
is used for faster retrieval of elements.
CompositeType compositeType
serialVersionUID: -5366242454346948798L
nameToDescriptionTreeMap<K,V> nameToDescription
TreeMap<K,V> nameToType
serialVersionUID: 4224269443946322062L
serialVersionUID: -2837312755412327534L
serialVersionUID: 1845183636745282866L
serialVersionUID: 8346311255433349870L
serialVersionUID: -4867215622149721849L
openTypeOpenType openType
Object defaultValue
Set<E> legalValues
Set
is unmodifiable
Comparable<T> minValue
Comparable<T> maxValue
serialVersionUID: -4400441579007477003L
serialVersionUID: 4349395935420511492L
serialVersionUID: 4996859732565369366L
returnOpenTypeOpenType returnOpenType
OpenMBeanOperationInfo
instance
serialVersionUID: -7235016873758443122L
openTypeOpenType openType
Object defaultValue
Set<E> legalValues
Set
is unmodifiable
Comparable<T> minValue
Comparable<T> maxValue
serialVersionUID: -9195195325186646468L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
OpenType
from an ObjectInputStream
.
IOException
ClassNotFoundException
String className
String description
String typeName
serialVersionUID: 2215577471957694503L
readResolvepublic Object readResolve() throws ObjectStreamException
ObjectInputStream
with the unique instance for that value.
ObjectStreamException
- if the read object cannot be resolved.
serialVersionUID: 5720150593236309827L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
TabularDataSupport
from an ObjectInputStream
.
IOException
ClassNotFoundException
Map<K,V> dataMap
HashMap
TabularType tabularType
serialVersionUID: 6554071860220659261L
rowTypeCompositeType rowType
List<E> indexNames
ArrayList
serialVersionUID: -7115040321202754171L
serialVersionUID: 3400722103759507559L
serialVersionUID: 3007446608299169961L
serialVersionUID: 7517834705158932074L
serialVersionUID: -2066091747301983721L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
MBeanServerNotificationFilter
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
MBeanServerNotificationFilter
to an ObjectOutputStream
.
IOException
List<E> deselectedNames
null
means that all {@link ObjectName}s are implicitly deselected (check for explicit selections))List<E> selectedNames
null
means that all {@link ObjectName}s are implicitly selected (check for explicit deselections)serialVersionUID: 5434016005679159613L
serialVersionUID: -3793951411158559116L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
RelationNotification
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
RelationNotification
to an ObjectOutputStream
.
IOException
List<E> newRoleValue
List<E> oldRoleValue
String relationId
ObjectName relationObjName
String relationTypeName
String roleName
List<E> unregisterMBeanList
serialVersionUID: 8454744887157122910L
serialVersionUID: 1274155316284300752L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
RelationTypeSupport
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
RelationTypeSupport
to an ObjectOutputStream
.
IOException
boolean isInRelationService
Map<K,V> roleName2InfoMap
String typeName
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Role
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
Role
to an ObjectOutputStream
.
IOException
String name
List<E> objectNameList
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
RoleInfo
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
RoleInfo
to an ObjectOutputStream
.
IOException
String description
boolean isReadable
true
if role is readable
boolean isWritable
true
if role is writable
int maxDegree
int minDegree
String name
String referencedMBeanClassName
serialVersionUID: 4394092234999959939L
serialVersionUID: 5568344346499649313L
serialVersionUID: -2986406101364031481L
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
RoleResult
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
RoleResult
to an ObjectOutputStream
.
IOException
RoleList roleList
RoleUnresolvedList unresolvedRoleList
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
RoleUnresolved
from an ObjectInputStream
.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
RoleUnresolved
to an ObjectOutputStream
.
IOException
int problemType
String roleName
List<E> roleValue
serialVersionUID: 4054902803091433324L
Package javax.management.remoteserialVersionUID: -2331308725952627538L
connectionIdString connectionId
JMXConnectionNotification.getConnectionId()
serialVersionUID: -4184480100214577411L
nameString name
JMXPrincipal
object.
JMXPrincipal.getName()
serialVersionUID: -3166703627550447198L
causeThrowable cause
JMXProviderException.getCause()
serialVersionUID: 3996732239558744666L
causeError cause
Error
that caused this exception to be thrown.
JMXServerErrorException.getCause()
serialVersionUID: 8173364409860779292L
protocolString protocol
JMXServiceURL.getProtocol()
.
String host
JMXServiceURL.getHost()
.
int port
JMXServiceURL.getPort()
.
String urlPath
JMXServiceURL.getURLPath()
.
serialVersionUID: 1191800228721395279L
earliestSequenceNumberlong earliestSequenceNumber
long nextSequenceNumber
TargetedNotification[] targetedNotifications
serialVersionUID: 1481618113008682343L
serialVersionUID: 7676132089779300926L
notifNotification notif
TargetedNotification.getNotification()
Integer id
TargetedNotification.getListenerID()
serialVersionUID: 2L
serialVersionUID: 817323035842634473L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ObjectInputStream
. Calls s.defaultReadObject()
and then initializes all transient variables that need initializing.
InvalidObjectException
- if none of rmiServer stub or jmxServiceURL are set.
IOException
ClassNotFoundException
RMIConnector.RMIConnector(JMXServiceURL,Map)
, RMIConnector.RMIConnector(RMIServer,Map)
private void writeObject(ObjectOutputStream s) throws IOException
ObjectOutputStream
.
Connects the underlying RMIServer stub to an ORB, if needed, before serializing it. This is done using the environment map that was provided to the constructor, if any, and as documented in javax.management.remote.rmi
.
This method then calls s.defaultWriteObject()
. Usually, rmiServer is null if this object was constructed with a JMXServiceURL, and jmxServiceURL is null if this object is constructed with a RMIServer stub.
Note that the environment Map is not serialized, since the objects it contains are assumed to be contextual and relevant only with respect to the local environment (class loader, ORB, etc...).
After an RMIConnector is deserialized, it is assumed that the user will call RMIConnector.connect(Map)
, providing a new Map that can contain values which are contextually relevant to the new local environment.
Since connection to the ORB is needed prior to serializing, and since the ORB to connect to is one of those contextual parameters, it is not recommended to re-serialize a just de-serialized object - as the de-serialized object has no map. Thus, when an RMIConnector object is needed for serialization or transmission to a remote application, it is recommended to obtain a new RMIConnector stub by calling RMIConnectorServer.toJMXConnector(Map)
.
InvalidObjectException
- if none of rmiServer stub or jmxServiceURL are set.
IOException
RMIConnector.RMIConnector(JMXServiceURL,Map)
, RMIConnector.RMIConnector(RMIServer,Map)
RMIServer rmiServer
RMIConnector.RMIConnector(RMIServer,Map)
JMXServiceURL jmxServiceURL
RMIConnector.RMIConnector(JMXServiceURL,Map)
long clientNotifID
serialVersionUID: 2L
Package javax.management.timerserialVersionUID: -4841061275673620641L
serialVersionUID: 1798492029603825750L
notificationIDInteger notificationID
serialVersionUID: 3678497619904568096L
serialVersionUID: -7149033933259492300L
serialVersionUID: -3415254970957330361L
bufbyte[] buf
serialVersionUID: 8839217842691845890L
boundObjObject boundObj
Binding.getObject()
, Binding.setObject(java.lang.Object)
serialVersionUID: 1219724816191576813L
remainingNewNameName remainingNewName
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getRemainingName() and setRemainingName().
CannotProceedException.getRemainingNewName()
, CannotProceedException.setRemainingNewName(javax.naming.Name)
Hashtable<K,V> environment
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getEnvironment() and setEnvironment().
CannotProceedException.getEnvironment()
, CannotProceedException.setEnvironment(java.util.Hashtable)
Name altName
altNameCtx
. It is a composite name. If null, then no name is specified. See the javax.naming.spi.ObjectFactory.getObjectInstance
method for details on how this is used.
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getAltName() and setAltName().
CannotProceedException.getAltName()
, CannotProceedException.setAltName(javax.naming.Name)
, CannotProceedException.altNameCtx
, ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)
Context altNameCtx
altName
is specified. If null, then the default initial context is implied. See the javax.naming.spi.ObjectFactory.getObjectInstance
method for details on how this is used.
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getAltNameCtx() and setAltNameCtx().
CannotProceedException.getAltNameCtx()
, CannotProceedException.setAltNameCtx(javax.naming.Context)
, CannotProceedException.altName
, ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)
serialVersionUID: 3618507780299986611L
serialVersionUID: 1667768148915813118L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: 3513100557083972036L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: -2535156726228855704L
serialVersionUID: 1090963683348219877L
serialVersionUID: 6227672693037844532L
serialVersionUID: 6404516648893194728L
serialVersionUID: -8370672380823801105L
serialVersionUID: -776898738660207856L
serialVersionUID: -7967662604076777712L
linkResolvedNameName linkResolvedName
LinkException.getLinkResolvedName()
, LinkException.setLinkResolvedName(javax.naming.Name)
Object linkResolvedObj
LinkException.getLinkResolvedObj()
, LinkException.setLinkResolvedObj(java.lang.Object)
Name linkRemainingName
LinkException.getLinkRemainingName()
, LinkException.setLinkRemainingName(javax.naming.Name)
String linkExplanation
LinkException.getLinkExplanation()
, LinkException.setLinkExplanation(java.lang.String)
serialVersionUID: -3119189944325198009L
serialVersionUID: -5386290613498931298L
serialVersionUID: -3066740437737830242L
serialVersionUID: -8491441000356780586L
serialVersionUID: 5620776610160863339L
nameString name
NameClassPair.getName()
, NameClassPair.setName(java.lang.String)
String className
NameClassPair.getClassName()
, NameClassPair.setClassName(java.lang.String)
String fullName
NameClassPair.getNameInNamespace()
, NameClassPair.setNameInNamespace(java.lang.String)
boolean isRel
NameClassPair.isRelative()
, NameClassPair.setRelative(boolean)
, NameClassPair.getName()
, NameClassPair.setName(java.lang.String)
serialVersionUID: -8007156725367842053L
serialVersionUID: -1299181962103167177L
resolvedNameName resolvedName
NamingException.getResolvedName()
, NamingException.setResolvedName(javax.naming.Name)
Object resolvedObj
NamingException.getResolvedObj()
, NamingException.setResolvedObj(java.lang.Object)
Name remainingName
NamingException.getRemainingName()
, NamingException.setRemainingName(javax.naming.Name)
, NamingException.appendRemainingName(javax.naming.Name)
, NamingException.appendRemainingComponent(java.lang.String)
Throwable rootException
This field predates the general-purpose exception chaining facility. The NamingException.initCause(Throwable)
and NamingException.getCause()
methods are now the preferred means of accessing this information.
NamingException.getRootCause()
, NamingException.setRootCause(Throwable)
, NamingException.initCause(Throwable)
, NamingException.getCause()
serialVersionUID: 5855287647294685775L
serialVersionUID: -3413733186901258623L
serialVersionUID: 8395332708699751775L
serialVersionUID: 849752551644540417L
serialVersionUID: 5493232822427682064L
serialVersionUID: 2572144970049426786L
serialVersionUID: -1468165120479154358L
addrTypeString addrType
serialVersionUID: -1673475790065791735L
classNameString className
Class.getName()
Vector<E> addrs
String classFactory
String classFactoryLocation
serialVersionUID: -2881363844695698876L
serialVersionUID: -4996964726566773444L
serialVersionUID: 7129289564879168579L
serialVersionUID: -8913762495138505527L
contentsString contents
serialVersionUID: -3597009011385034696L
Package javax.naming.directoryserialVersionUID: 4437710305529322564L
serialVersionUID: 8060676069678710186L
unexecsModificationItem[] unexecs
serialVersionUID: 6743528196119291326L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String attrID
boolean ordered
serialVersionUID: 4980164073184639448L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
boolean ignoreCase
serialVersionUID: -9036920266322999923L
serialVersionUID: 2607612850539889765L
serialVersionUID: 8720050295499275011L
serialVersionUID: -5124108943352665777L
serialVersionUID: 2902700940682875441L
serialVersionUID: 7573258562534746850L
mod_opint mod_op
Attribute attr
serialVersionUID: 4836415647935888137L
serialVersionUID: -3041762429525049663L
serialVersionUID: -2480540967773454797L
searchScopeint searchScope
int timeLimit
boolean derefLink
boolean returnObj
long countLimit
String[] attributesToReturn
serialVersionUID: -9158063327699723172L
attrsAttributes attrs
serialVersionUID: -7126752885365133499L
changeInfoObject changeInfo
int type
NamingEvent.OBJECT_ADDED
, NamingEvent.OBJECT_REMOVED
, NamingEvent.OBJECT_RENAMED
, NamingEvent.OBJECT_CHANGED
Binding oldBinding
Binding newBinding
serialVersionUID: -4877678086134736336L
exceptionNamingException exception
serialVersionUID: -4233907508771791687L
idString id
boolean criticality
byte[] value
serialVersionUID: -1595520034788997356L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: -1668992791764950804L
serialVersionUID: 3017756160149982566L
serialVersionUID: 6684806685736844298L
serialVersionUID: -8819778744844514666L
resultSizeint resultSize
byte[] cookie
serialVersionUID: -5994465067210009656L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: -1965961680233330744L
serialVersionUID: 5142939176006310877L
resultCodeint resultCode
String badAttrId
serialVersionUID: 4441679576360753397L
serialVersionUID: 8372842182579276418L
serialVersionUID: -2382603380799883705L
noticeUnsolicitedNotification notice
serialVersionUID: -4552108072002407559L
resolvedObjObject resolvedObj
Name remainingName
String name
serialVersionUID: -4512080796965449721L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String myClassName
serialVersionUID: -9065578006593857475L
serialVersionUID: -8720590903724405128L
serialVersionUID: -7045842700749194127L
serialVersionUID: 7100295812579351567L
serialVersionUID: 6181337766266637256L
serialVersionUID: 4414407504887034035L
Package javax.print.attribute Class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet extends Object implements Serializable attrsetAttributeSet attrset
AttributeSet attrset
serialVersionUID: -1400819079791208582L
valueDate value
java.util.Date
value.
serialVersionUID: -2739521845085831642L
readResolveprotected Object readResolve() throws ObjectStreamException
ObjectStreamException
- if the stream can't be deserialised
InvalidObjectException
- Thrown if the enumeration value table is null, this enumeration value's integer value does not correspond to an element in the enumeration value table, or the corresponding element in the enumeration value table is null. (Note: InvalidObjectException
is a subclass of ObjectStreamException
, which readResolve()
is declared to throw.)
int value
serialVersionUID: 5311560590283707917L
readObjectprivate void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Class<T> myInterface
Attribute
or a subinterface thereof.
serialVersionUID: -1128534486061432528L
serialVersionUID: -4204473656070350348L
serialVersionUID: 2364756266107751933L
serialVersionUID: 6642904616179203070L
serialVersionUID: 3644574816328081943L
valueint value
serialVersionUID: 2706743076526672017L
crossFeedResolutionint crossFeedResolution
int feedResolution
serialVersionUID: 3666874174847632203L
membersint[][] members
serialVersionUID: 5584439964938660530L
xint x
int y
serialVersionUID: -8130648736378144102L
valueString value
Locale locale
serialVersionUID: -7842661210486401678L
uriURI uri
serialVersionUID: 4660543931355214012L
serialVersionUID: -2700555589688535545L
serialVersionUID: -5716748913324997674L
serialVersionUID: -6426631521680023833L
serialVersionUID: 6927711687034846001L
serialVersionUID: 6497399708058490000L
serialVersionUID: -2923732231056647903L
serialVersionUID: -3710068197278263244L
serialVersionUID: 6776739171700415321L
serialVersionUID: 7883105848533280430L
serialVersionUID: 6320827847329172308L
serialVersionUID: -627840419548391754L
serialVersionUID: -1664471048860415024L
serialVersionUID: 8225537206784322464L
serialVersionUID: 6722648442432393294L
serialVersionUID: -4887354803843173692L
serialVersionUID: -8959710146498202869L
serialVersionUID: -6265238509657881806L
serialVersionUID: -2867871140549897443L
serialVersionUID: 408871131531979741L
serialVersionUID: 1739595973810840475L
serialVersionUID: 2953685470388672940L
serialVersionUID: -4620751846003142047L
serialVersionUID: 4660359192078689545L
serialVersionUID: -8052537926362933477L
serialVersionUID: -4599900369040602769L
serialVersionUID: 2564840378013555894L
serialVersionUID: -4735258056132519759L
serialVersionUID: 400465010094018920L
serialVersionUID: -8765894420449009168L
serialVersionUID: 8849088261264331812L
serialVersionUID: -2823970704630722439L
serialVersionUID: 4653117714524155448L
serialVersionUID: -1597171464050795793L
xint x
int y
int w
int h
int units
serialVersionUID: -1967958664615414771L
mediaNameMediaSizeName mediaName
serialVersionUID: 2778798329756942747L
serialVersionUID: -982503611095214703L
serialVersionUID: 8098326460746413466L
serialVersionUID: 7891881310684461097L
serialVersionUID: 2568141124844982746L
serialVersionUID: -3040436486786527811L
serialVersionUID: -1041573395759141805L
serialVersionUID: -4447437289862822276L
serialVersionUID: 5486733778854271081L
serialVersionUID: 8639895197656148392L
serialVersionUID: -6366403993072862015L
serialVersionUID: 1684993151687470944L
serialVersionUID: -4393264467928463934L
serialVersionUID: 8294728067230931780L
serialVersionUID: 7765280618777599727L
serialVersionUID: -5052010680537678061L
serialVersionUID: -1598610039865566337L
serialVersionUID: 4580461489499351411L
serialVersionUID: -4486871203218629318L
serialVersionUID: 4555850007675338574L
serialVersionUID: 3323271346485076608L
serialVersionUID: 299740639137803127L
serialVersionUID: 13090306561090558L
serialVersionUID: -649578618346507718L
serialVersionUID: -1623720656201472593L
serialVersionUID: -3731791085163619457L
serialVersionUID: 7923912792485606497L
serialVersionUID: -3072341285225858365L
serialVersionUID: 7499723077864047742L
serialVersionUID: -8989076942813442805L
serialVersionUID: -2683049894310331454L
serialVersionUID: 8781881462717925380L
serialVersionUID: 7080587914259873003L
serialVersionUID: -6890309414893262822L
Package javax.print.eventserialVersionUID: 2286914924430763847L
serialVersionUID: -6534469883874742101L
attributesPrintJobAttributeSet attributes
serialVersionUID: -1711656903622072997L
reasonint reason
serialVersionUID: -7565987018140326600L
attributesPrintServiceAttributeSet attributes
String repid
String codebase
serialVersionUID: 1087775603798577179L
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
serialVersionUID: -8310631444933958385L
Package javax.security.authserialVersionUID: 5806031445061587174L
serialVersionUID: -7790152857282749162L
serialVersionUID: 5284372143517237068L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
String credentialClass
Set<E> principals
PrivateCredentialPermission.CredOwner
.
boolean testing
serialVersionUID: -5607449830436408266L
principalClassString principalClass
String principalName
serialVersionUID: 5058444488565265840L
serialVersionUID: -8308522755600156056L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
Set<E> principals
Set
that provides a view of all of this Subject's Principals
java.security.Principal
. The set is a Subject.SecureSet
.
boolean readOnly
serialVersionUID: 7911754171111800359L
readObjectprivate void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
LinkedList<E> elements
Subject this$0
serialVersionUID: -3975664071579892167L
promptString prompt
String[] choices
int defaultChoice
boolean multipleSelectionsAllowed
int[] selections
choices
list.
serialVersionUID: -9095656433782481624L
promptString prompt
int messageType
int optionType
int defaultOption
String[] options
int selection
serialVersionUID: 2019050433478903213L
localeLocale locale
serialVersionUID: 3770938795909392253L
promptString prompt
String defaultName
String inputName
serialVersionUID: 2267422647454909926L
promptString prompt
boolean echoOn
char[] inputPassword
serialVersionUID: -8064222478852811804L
promptString prompt
String defaultText
String inputText
serialVersionUID: 1689502495511663102L
messageTypeint messageType
String message
serialVersionUID: -6873556327655666839L
callbackCallback callback
serialVersionUID: 883133252142523922L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
serialVersionUID: -4625402278148246993L
principalKerberosPrincipal principal
int versionNum
javax.security.auth.kerberos.KeyImpl key
KeyImpl
is serialized by writing out the ASN1 Encoded bytes of the encryption key. The ASN1 encoding is defined in RFC1510 and as follows:
EncryptionKey ::= SEQUENCE { keytype[0] INTEGER, keyvalue[1] OCTET STRING }
serialVersionUID: -7374788026156829911L
readObjectprivate void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
KerberosPrincipal
is serialized by writing out the PrincipalName and the realm in their DER-encoded form as specified in Section 5.2 of RFC1510.
IOException
serialVersionUID: 7395334370157380539L
asn1Encodingbyte[] asn1Encoding
javax.security.auth.kerberos.KeyImpl sessionKey
KeyImpl
is serialized by writing out the ASN1 Encoded bytes of the encryption key. The ASN1 encoding is defined in RFC1510 and as follows:
EncryptionKey ::= SEQUENCE { keytype[0] INTEGER, keyvalue[1] OCTET STRING }
boolean[] flags
Date authTime
Date startTime
Date endTime
Date renewTill
KerberosPrincipal client
KerberosPrincipal server
InetAddress[] clientAddresses
serialVersionUID: -7889313790214321193L
readObjectprivate void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream ois) throws IOException
KeyImpl
is serialized by writing out the ASN1 Encoded bytes of the encryption key. The ASN1 encoding is defined in RFC1510 and as follows: EncryptionKey ::= SEQUENCE { keytype[0] INTEGER, keyvalue[1] OCTET STRING }
IOException
serialVersionUID: -1227585031618624935L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String actions
serialVersionUID: -2112878680072211787L
serialVersionUID: -6064064890162661560L
serialVersionUID: 8280345554014066334L
serialVersionUID: 1498349563916294614L
serialVersionUID: -4772893876810601859L
serialVersionUID: -5344739593859737937L
serialVersionUID: -7779934467214319475L
serialVersionUID: 802556922354616286L
serialVersionUID: -4679091624035232488L
Package javax.security.auth.x500serialVersionUID: -500463348111345721L
readObjectprivate void readObject(ObjectInputStream s) throws IOException, NotActiveException, ClassNotFoundException
IOException
NotActiveException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
X500Principal
is serialized by writing out its DER-encoded form (the value of getEncoded
is serialized).
IOException
serialVersionUID: -3579708765071815007L
serialVersionUID: -2353344186490470805L
authenticationIDString authenticationID
String authorizationID
String authorizedID
boolean authorized
serialVersionUID: -4342673378785456908L
serialVersionUID: -8588141348846281332L
serialVersionUID: 4579784287983423626L
_exceptionThrowable _exception
serialVersionUID: -4843217645290030002L
exSQLException ex
SQLException
that the driver will throw to the application when an error occurs and the pooled connection is no longer usable.
serialVersionUID: -1875450876546332005L
serialVersionUID: 4886719666485113312L
binaryStreamInputStream binaryStream
InputStream
object that will be returned by the method getBinaryStream
, which is specified in the ResultSet
interface.
InputStream unicodeStream
InputStream
object that will be returned by the method getUnicodeStream
, which is specified in the ResultSet
interface.
InputStream asciiStream
InputStream
object that will be returned by the method getAsciiStream
, which is specified in the ResultSet
interface.
Reader charStream
Reader
object that will be returned by the method getCharacterStream
, which is specified in the ResultSet
interface.
String command
execute
is called.
String URL
DriverManager.getConnection
when the DriverManager
is used to get a connection.
The JDBC URL identifies the driver to be used to make the conndection. This URL can be found in the documentation supplied by the driver vendor.
String dataSource
DataSource
object from a Java Directory and Naming Interface (JNDI) naming service.
int rowSetType
RowSet
object. It must be one of the following ResultSet
constants: TYPE_FORWARD_ONLY
, TYPE_SCROLL_INSENSITIVE
, or TYPE_SCROLL_SENSITIVE
.
boolean showDeleted
boolean
indicating whether deleted rows are visible in this JDBC RowSet
object .
int queryTimeout
RowSet
object is connected to its data source, that is, while it is populating itself with data and while it is writing data back to the data source.
int maxRows
int maxFieldSize
int concurrency
RowSet
object. It must be one of the following ResultSet
constants: CONCUR_READ_ONLY
or CONCUR_UPDATABLE
.
boolean readOnly
boolean
indicating whether this JDBC RowSet
object is read-only. true
indicates that it is read-only; false
that it is writable.
boolean escapeProcessing
boolean
indicating whether the reader for this JDBC RowSet
object should perform escape processing. true
means that escape processing is turned on; false
that it is not. The default is true
.
int isolation
RowSet
object . It must be one of the following Connection
constants: TRANSACTION_NONE
, TRANSACTION_READ_UNCOMMITTED
, TRANSACTION_READ_COMMITTED
, TRANSACTION_REPEATABLE_READ
or TRANSACTION_SERIALIZABLE
.
int fetchDir
RowSet
object is going to be fetched. The following ResultSet
constants are possible values: FETCH_FORWARD
, FETCH_REVERSE
, FETCH_UNKNOWN
.
Unused at this time.
int fetchSize
RowSet
object .
Unused at this time.
Map<K,V> map
java.util.Map
object that contains entries mapping SQL type names to classes in the Java programming language for the custom mapping of user-defined types.
Vector<E> listeners
Vector
object that holds the list of listeners that have registered with this RowSet
object.
Hashtable<K,V> params
Vector
object that holds the parameters set for this RowSet
object's current command.
serialVersionUID: 6893806403181801867L
colCountint colCount
RowSet
object that created this RowSetMetaDataImpl
object.
javax.sql.rowset.RowSetMetaDataImpl.ColInfo[] colInfo
ColInfo
objects used to store information about each column in the RowSet
object for which this RowSetMetaDataImpl
object was created. The first ColInfo
object in this array contains information about the first column in the RowSet
object, the second element contains information about the second column, and so on.
serialVersionUID: 6678332766434564774L
rwarningRowSetWarning rwarning
serialVersionUID: -8466174297270688520L
elementsObject[] elements
Object
in the Java programming language that represents an element in the SQL ARRAY
value.
int baseType
SerialArray
object. The type is expressed as one of the constants from the class java.sql.Types
.
String baseTypeName
ARRAY
value that this SerialArray
object represents.
int len
SerialArray
object, which is also the number of elements in the SQL ARRAY
value that this SerialArray
object represents.
serialVersionUID: -8144641928112860441L
bufbyte[] buf
SerialBlob
object.
Blob blob
Blob
object on which this SerialBlob
object is based.
long len
SerialBlob
object's array of bytes.
long origLen
SerialBlob
object's array of bytes when it was first established.
serialVersionUID: -1662519690087375313L
bufchar[] buf
CLOB
value that this SerialClob
object represents.
Clob clob
long len
SerialClob
object's internal array of characters.
long origLen
SerialClob
objects internal array of characters.
serialVersionUID: 2826907821828733626L
urlURL url
int baseType
SerialDatalink
object. The type is expressed as one of the contants from the class java.sql.Types
.
String baseTypeName
DATALINK
value that this SerialDatalink object represents.
serialVersionUID: -489794565168592690L
serialVersionUID: -1465795139032831023L
objObject obj
Vector<E> chain
SerialJavaObject
object. When there are multiple warnings, each warning is chained to the previous warning.
serialVersionUID: -4727123500609662274L
baseTypeNameString baseTypeName
Object object
Ref
as an Object
.
Ref reference
serialVersionUID: -8322445504027483372L
SQLTypeNameString SQLTypeName
SerialStruct
object represents. This is the name used in the SQL definition of the SQL structured type.
Object[] attribs
Object
instances in which each element is an attribute of the SQL structured type that this SerialStruct
object represents. The attributes are ordered according to their order in the definition of the SQL structured type.
serialVersionUID: -4354595476433200352L
serialVersionUID: -939908523620640692L
syncResolverSyncResolver syncResolver
javax.sql.rowset.spi.SyncResolver
that this SyncProviderException
object will return when its getSyncResolver
method is called.
int errorCode
serialVersionUID: 4418622981026545151L
namespaceURIString namespaceURI
Namespace URI of this QName
.
String localPart
local part of this QName
.
String prefix
prefix of this QName
.
Exception exception
Exception
that represents the error.
SourceLocator locator
Throwable containedException
Exception exception
Exception
for the TransformerFactoryConfigurationError
.
serialVersionUID: -1837080260374986980L
causeThrowable cause
serialVersionUID: -1837080260374986980L
serialVersionUID: -1837080260374986980L
serialVersionUID: -1837080260374986980L
serialVersionUID: -2706218945227726672L
majorint major
int minor
String minorMessage
String majorString
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
NameComponent[] binding_name
BindingType binding_type
int __value
String id
String kind
serialVersionUID: 6627732366795969916L
codeshort code
short code
short code
serialVersionUID: 583241635256073760L
exceptionException exception
serialVersionUID: 5440506620509557213L
serialVersionUID: -1422818934641823846L
serialVersionUID: -5651165872476709336L
publicIdString publicId
SAXParseException.getPublicId()
String systemId
SAXParseException.getSystemId()
int lineNumber
SAXParseException.getLineNumber()
int columnNumber
SAXParseException.getColumnNumber()
Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4