is new.
| Package java.applet |
|---|
| Class java.applet.Applet extends Panel implements Serializable |
|---|
serialVersionUID: -5836846270535785031L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
| Serialized Fields |
|---|
AccessibleContext accessibleContext
| Class java.applet.Applet.AccessibleApplet extends Panel.AccessibleAWTPanel implements Serializable |
|---|
serialVersionUID: 8127374778187708896L
| Package java.awt |
|---|
| Class java.awt.AWTError extends Error implements Serializable |
|---|
serialVersionUID: -1819846354050686206L
| Class java.awt.AWTEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -1825314779160409405L
| Serialized Fields |
|---|
byte[] bdata
int id
boolean consumed
| Class java.awt.AWTException extends Exception implements Serializable |
|---|
serialVersionUID: -1900414231151323879L
| Class java.awt.AWTKeyStroke extends Object implements Serializable |
|---|
serialVersionUID: -6430539691155161871L
| Serialization Methods |
|---|
protected Object readResolve()
throws ObjectStreamException
| Serialized Fields |
|---|
char keyChar
int keyCode
int modifiers
boolean onKeyRelease
| Class java.awt.AWTPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 8890392402588814465L
| Class java.awt.BorderLayout extends Object implements Serializable |
|---|
serialVersionUID: -8658291919501921765L
| Serialized Fields |
|---|
int hgap
int vgap
Component north
Component west
Component east
Component south
Component center
Component firstLine
Component lastLine
Component firstItem
Component lastItem
| Class java.awt.Button extends Component implements Serializable |
|---|
serialVersionUID: -8774683716313001058L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
String label
,
Button.setLabel(String)
String actionCommand
,
Button.setActionCommand(String)
int buttonSerializedDataVersion
| Class java.awt.Button.AccessibleAWTButton extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: -5932203980244017102L
| Class java.awt.Canvas extends Component implements Serializable |
|---|
serialVersionUID: -2284879212465893870L
| Class java.awt.Canvas.AccessibleAWTCanvas extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: -6325592262103146699L
| Class java.awt.CardLayout extends Object implements Serializable |
|---|
serialVersionUID: -4328196481005934313L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int currentCard
int hgap
Hashtable<K,V> tab
Vector<E> vector
int vgap
| Class java.awt.Checkbox extends Component implements Serializable |
|---|
serialVersionUID: 7270714317450821763L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
String label
,
Checkbox.setLabel(String)
boolean state
,
Checkbox.setState(boolean)
CheckboxGroup group
Checkbox.getCheckboxGroup()
,
Checkbox.setCheckboxGroup(CheckboxGroup)
int checkboxSerializedDataVersion
| Class java.awt.Checkbox.AccessibleAWTCheckbox extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: 7881579233144754107L
| Class java.awt.CheckboxGroup extends Object implements Serializable |
|---|
serialVersionUID: 3729780091441768983L
| Serialized Fields |
|---|
Checkbox selectedCheckbox
| Class java.awt.CheckboxMenuItem extends MenuItem implements Serializable |
|---|
serialVersionUID: 6190621106981774043L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
boolean state
int checkboxMenuItemSerializedDataVersion
| Class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem extends MenuItem.AccessibleAWTMenuItem implements Serializable |
|---|
serialVersionUID: -1122642964303476L
| Class java.awt.Choice extends Component implements Serializable |
|---|
serialVersionUID: -4075310674757313071L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Vector<E> pItems
int selectedIndex
int choiceSerializedDataVersion
| Class java.awt.Choice.AccessibleAWTChoice extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: 7175603582428509322L
| Class java.awt.Color extends Object implements Serializable |
|---|
serialVersionUID: 118526816881161077L
| Serialized Fields |
|---|
int value
float[] frgbvalue
float[] fvalue
float falpha
ColorSpace cs
| Class java.awt.Component extends Object implements Serializable |
|---|
serialVersionUID: -7644114512714619750L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
inputMethodListenerK
InputMethodListener
,
Component.inputMethodListenerK
,
Component.hierarchyListenerK
,
Component.hierarchyBoundsListenerK
,
Component.mouseWheelListenerK
,
Component.readObject(ObjectInputStream)
| Serialized Fields |
|---|
int x
int y
int width
int height
Color foreground
Color background
Font font
Font peerFont
Cursor cursor
Locale locale
boolean ignoreRepaint
boolean visible
boolean enabled
boolean valid
DropTarget dropTarget
Vector<E> popups
String name
boolean nameExplicitlySet
boolean focusable
int isFocusTraversableOverridden
Set<E>[] focusTraversalKeys
boolean focusTraversalKeysEnabled
Dimension minSize
boolean minSizeSet
Dimension prefSize
boolean prefSizeSet
Dimension maxSize
boolean maxSizeSet
boolean newEventsOnly
long eventMask
PropertyChangeSupport changeSupport
boolean isPacked
int boundsOp
booleancoalescingEnabled
int componentSerializedDataVersion
AccessibleContext accessibleContext
| Class java.awt.Component.AccessibleAWTComponent extends AccessibleContext implements Serializable |
|---|
serialVersionUID: 642321655757800191L
| Serialized Fields |
|---|
ComponentListener accessibleAWTComponentHandler
FocusListener accessibleAWTFocusHandler
| Class java.awt.ComponentOrientation extends Object implements Serializable |
|---|
serialVersionUID: -4113291392143563828L
| Serialized Fields |
|---|
int orientation
| Class java.awt.Container extends Component implements Serializable |
|---|
serialVersionUID: 4613797578919906343L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Component[] component
int containerSerializedDataVersion
java.awt.LightweightDispatcher dispatcher
boolean focusCycleRoot
boolean focusTraversalPolicyProvider
LayoutManager layoutMgr
Dimension maxSize
int ncomponents
| Class java.awt.Container.AccessibleAWTContainer extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: 5081320404842566097L
| Serialized Fields |
|---|
ContainerListener accessibleContainerHandler
| Class java.awt.ContainerOrderFocusTraversalPolicy extends FocusTraversalPolicy implements Serializable |
|---|
serialVersionUID: 486933713763926351L
| Serialized Fields |
|---|
boolean implicitDownCycleTraversal
| Class java.awt.Cursor extends Object implements Serializable |
|---|
serialVersionUID: 8028237497568985504L
| Serialized Fields |
|---|
int type
String name
| Class java.awt.DefaultFocusTraversalPolicy extends ContainerOrderFocusTraversalPolicy implements Serializable |
|---|
serialVersionUID: 8876966522510157497L
| Class java.awt.Dialog extends Window implements Serializable |
|---|
serialVersionUID: 5920926903803293709L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
| Serialized Fields |
|---|
boolean resizable
boolean undecorated
boolean modal
Dialog.ModalityType modalityType
String title
| Class java.awt.Dialog.AccessibleAWTDialog extends Window.AccessibleAWTWindow implements Serializable |
|---|
serialVersionUID: 4837230331833941201L
| Class java.awt.Dimension extends Dimension2D implements Serializable |
|---|
serialVersionUID: 4723952579491349524L
| Serialized Fields |
|---|
int width
Since:
1.0
int height
Since:
1.0
| Class java.awt.Event extends Object implements Serializable |
|---|
serialVersionUID: 5488922509400504703L
| Serialized Fields |
|---|
Object target
long when
int id
int x
int y
int key
int modifiers
int clickCount
Object arg
Event evt
boolean consumed
| Class java.awt.FileDialog extends Dialog implements Serializable |
|---|
serialVersionUID: 5035145889651310422L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
| Serialized Fields |
|---|
int mode
String dir
String file
FilenameFilter filter
| Class java.awt.FlowLayout extends Object implements Serializable |
|---|
serialVersionUID: -7262534875583282631L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
int align
int newAlign
int hgap
int vgap
boolean alignOnBaseline
int serialVersionOnStream
| Class java.awt.Font extends Object implements Serializable |
|---|
serialVersionUID: -4206021311591459213L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws ClassNotFoundException,
IOException
| Serialized Fields |
|---|
Hashtable<K,V> fRequestedAttributes
String name
int style
int size
float pointSize
int fontSerializedDataVersion
| Class java.awt.FontFormatException extends Exception implements Serializable |
|---|
serialVersionUID: -4481290147811361272L
| Class java.awt.FontMetrics extends Object implements Serializable |
|---|
serialVersionUID: 1681126225205050147L
| Serialized Fields |
|---|
Font font
| Class java.awt.Frame extends Window implements Serializable |
|---|
serialVersionUID: 2673458971256075116L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Rectangle maximizedBounds
String title
MenuBar menuBar
boolean resizable
boolean undecorated
boolean mbManagement
int state
Vector<E> ownedWindows
int frameSerializedDataVersion
| Class java.awt.Frame.AccessibleAWTFrame extends Window.AccessibleAWTWindow implements Serializable |
|---|
serialVersionUID: -6172960752956030250L
| Class java.awt.GraphicsConfigTemplate extends Object implements Serializable |
|---|
serialVersionUID: -8061369279557787079L
| Class java.awt.GridBagConstraints extends Object implements Serializable |
|---|
serialVersionUID: -1000070633030801713L
| Serialized Fields |
|---|
int gridx
The default value is RELATIVE. gridx should be a non-negative value.
int gridy
The default value is RELATIVE. gridy should be a non-negative value.
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.
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.
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.
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.
int anchor
There are three kinds of possible values: orientation relative, baseline relative and absolute. Orientation relative values are interpreted relative to the container's component orientation property, baseline relative values are interpreted relative to the baseline and absolute values are not. The absolute values are: CENTER, NORTH, NORTHEAST, EAST, SOUTHEAST, SOUTH, SOUTHWEST, WEST, and NORTHWEST. The orientation 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 baseline relvative values are: BASELINE, BASELINE_LEADING, BASELINE_TRAILING, ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, and BELOW_BASELINE_TRAILING. The default value is CENTER.
int fill
The following values are valid for fill:
The default value is NONE.
Insets insets
The default value is new Insets(0, 0, 0, 0).
int ipadx
The default value is 0.
int ipady
The default value is 0.
int tempX
int tempY
int tempWidth
int tempHeight
int minWidth
int minHeight
intascent
intdescent
Component.BaselineResizeBehaviorbaselineResizeBehavior
intcenterPadding
intcenterOffset
| Class java.awt.GridBagLayout extends Object implements Serializable |
|---|
serialVersionUID: 8838754796412211005L
| Serialized Fields |
|---|
Hashtable<K,V> comptable
GridBagConstraints defaultConstraints
GridBagLayoutInfo
java.awt.GridBagLayoutInfolayoutInfo
int[] columnWidths
int[] rowHeights
double[] columnWeights
double[] rowWeights
Component componentAdjusting
Class
java.awt.GridBagLayoutInfo
extends
Object
|
|---|
serialVersionUID:
-4899416460737170217L
Serialized Fields
|
|---|
width
int
width
height
int
height
startx
int
startx
starty
int
starty
minWidth
int[]
minWidth
minHeight
int[]
minHeight
weightX
double[]
weightX
weightY
double[]
weightY
hasBaseline
boolean
hasBaseline
baselineType
short[]
baselineType
maxAscent
int[]
maxAscent
maxDescent
int[]
maxDescent
| Class java.awt.GridLayout extends Object implements Serializable |
|---|
serialVersionUID: -7411804673224730901L
| Serialized Fields |
|---|
int hgap
int vgap
int rows
int cols
| Class java.awt.HeadlessException extends UnsupportedOperationException implements Serializable |
|---|
serialVersionUID: 167183644944358563L
| Class java.awt.IllegalComponentStateException extends IllegalStateException implements Serializable |
|---|
serialVersionUID: -1889339587208144238L
| Class java.awt.Insets extends Object implements Serializable |
|---|
serialVersionUID: -2272572637695466749L
| Serialized Fields |
|---|
int top
int left
int bottom
int right
| Class java.awt.Label extends Component implements Serializable |
|---|
serialVersionUID: 3094126758329070636L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
| Serialized Fields |
|---|
String text
int alignment
| Class java.awt.Label.AccessibleAWTLabel extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: -3568967560160480438L
| Class java.awt.List extends Component implements Serializable |
|---|
serialVersionUID: -3304312411574666869L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Vector<E> items
int rows
boolean multipleMode
int[] selected
int visibleIndex
int listSerializedDataVersion
| Class java.awt.List.AccessibleAWTList extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: 7924617370136012829L
| Class java.awt.List.AccessibleAWTList.AccessibleAWTListChild extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: 4412022926028300317L
| Serialized Fields |
|---|
List parent
int indexInParent
| Class java.awt.MediaTracker extends Object implements Serializable |
|---|
serialVersionUID: -483174189758638095L
| Serialized Fields |
|---|
Component target
java.awt.MediaEntry head
| Class java.awt.Menu extends MenuItem implements Serializable |
|---|
serialVersionUID: -8809584163345499784L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Vector<E> items
boolean tearOff
false
boolean isHelpMenu
int menuSerializedDataVersion
| Class java.awt.Menu.AccessibleAWTMenu extends MenuItem.AccessibleAWTMenuItem implements Serializable |
|---|
serialVersionUID: 5228160894980069094L
| Class java.awt.MenuBar extends MenuComponent implements Serializable |
|---|
serialVersionUID: -4930327919388951260L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws ClassNotFoundException,
IOException
| Serialized Fields |
|---|
Vector<E> menus
Menu helpMenu
int menuBarSerializedDataVersion
| Class java.awt.MenuBar.AccessibleAWTMenuBar extends MenuComponent.AccessibleAWTMenuComponent implements Serializable |
|---|
serialVersionUID: -8577604491830083815L
| Class java.awt.MenuComponent extends Object implements Serializable |
|---|
serialVersionUID: -4536902356223894379L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
| Serialized Fields |
|---|
Font font
String name
boolean nameExplicitlySet
boolean newEventsOnly
AccessibleContext accessibleContext
| Class java.awt.MenuComponent.AccessibleAWTMenuComponent extends AccessibleContext implements Serializable |
|---|
serialVersionUID: -4269533416223798698L
| Class java.awt.MenuItem extends MenuComponent implements Serializable |
|---|
serialVersionUID: -21757335363267194L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
MenuItem.removeActionListener(ActionListener)
,
MenuItem.addActionListener(ActionListener)
,
MenuItem.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
boolean enabled
String label
String actionCommand
long eventMask
MenuShortcut shortcut
int menuItemSerializedDataVersion
| Class java.awt.MenuItem.AccessibleAWTMenuItem extends MenuComponent.AccessibleAWTMenuComponent implements Serializable |
|---|
serialVersionUID: -217847831945965825L
| Class java.awt.MenuShortcut extends Object implements Serializable |
|---|
serialVersionUID: 143448358473180225L
| Serialized Fields |
|---|
int key
boolean usesShift
| Class java.awt.Panel extends Container implements Serializable |
|---|
serialVersionUID: -2728009084054400034L
| Class java.awt.Panel.AccessibleAWTPanel extends Container.AccessibleAWTContainer implements Serializable |
|---|
serialVersionUID: -6409552226660031050L
| Class java.awt.Point extends Point2D implements Serializable |
|---|
serialVersionUID: -5276940640259749850L
| Serialized Fields |
|---|
int x
X coordinate of this Point.
X
Since:
1.0
int y
Y coordinate of this Point.
Y
Since:
1.0
| Class java.awt.Polygon extends Object implements Serializable |
|---|
serialVersionUID: -6460061437900069969L
| Serialized Fields |
|---|
int npoints
Since:
1.0
int[] xpoints
X
X
Since:
1.0
int[] ypoints
Y
Y
Since:
1.0
Rectangle bounds
The bounds of this Polygon. This value can be null.
Since:
1.0
| Class java.awt.PopupMenu extends Menu implements Serializable |
|---|
serialVersionUID: -4620452533522760060L
| Class java.awt.PopupMenu.AccessibleAWTPopupMenu extends Menu.AccessibleAWTMenu implements Serializable |
|---|
serialVersionUID: -4282044795947239955L
| Class java.awt.Rectangle extends Rectangle2D implements Serializable |
|---|
serialVersionUID: -4345857070255674764L
| Serialized Fields |
|---|
int x
X
upper-left corner of the
Rectangle.
Since:
1.0
int y
Y
upper-left corner of the
Rectangle.
Since:
1.0
int width
1.0
int height
Since:
1.0
| Class java.awt.Scrollbar extends Component implements Serializable |
|---|
serialVersionUID: 8451667562882310543L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int value
int maximum
int minimum
int visibleAmount
int orientation
int lineIncrement
int pageIncrement
int scrollbarSerializedDataVersion
| Class java.awt.Scrollbar.AccessibleAWTScrollBar extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: -344337268523697807L
| Class java.awt.ScrollPane extends Container implements Serializable |
|---|
serialVersionUID: 7956609840827222915L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int scrollbarDisplayPolicy
ScrollPaneAdjustable vAdjustable
ScrollPaneAdjustable hAdjustable
boolean wheelScrollingEnabled
| Class java.awt.ScrollPane.AccessibleAWTScrollPane extends Container.AccessibleAWTContainer implements Serializable |
|---|
serialVersionUID: 6100703663886637L
| Class java.awt.ScrollPaneAdjustable extends Object implements Serializable |
|---|
serialVersionUID: -3359745691033257079L
| Serialized Fields |
|---|
ScrollPane sp
int orientation
int value
int minimum
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.
int maximum
int visibleAmount
int unitIncrement
int blockIncrement
AdjustmentListener adjustmentListener
| Class java.awt.SystemColor extends Color implements Serializable |
|---|
serialVersionUID: 4503142729533789064L
| Class java.awt.TextArea extends TextComponent implements Serializable |
|---|
serialVersionUID: 3692302836626095722L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
| Serialized Fields |
|---|
int rows
int columns
int scrollbarVisibility
int textAreaSerializedDataVersion
| Class java.awt.TextArea.AccessibleAWTTextArea extends TextComponent.AccessibleAWTTextComponent implements Serializable |
|---|
serialVersionUID: 3472827823632144419L
| Class java.awt.TextComponent extends Component implements Serializable |
|---|
serialVersionUID: -2214773872412987419L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
TextComponent.removeTextListener(java.awt.event.TextListener)
,
TextComponent.addTextListener(java.awt.event.TextListener)
,
GraphicsEnvironment.isHeadless()
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
String text
boolean editable
int selectionStart
int selectionEnd
boolean backgroundSetByClientCode
int textComponentSerializedDataVersion
boolean checkForEnableIM
| Class java.awt.TextComponent.AccessibleAWTTextComponent extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: 3631432373506317811L
| Class java.awt.TextField extends TextComponent implements Serializable |
|---|
serialVersionUID: -2966288784432217853L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int columns
char echoChar
int textFieldSerializedDataVersion
| Class java.awt.TextField.AccessibleAWTTextField extends TextComponent.AccessibleAWTTextComponent implements Serializable |
|---|
serialVersionUID: 6219164359235943158L
| Class java.awt.Window extends Container implements Serializable |
|---|
serialVersionUID: 4497834738069338734L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException,
HeadlessException
private void writeObject(ObjectOutputStream s)
throws IOException
Writes a list of icon images as optional data
| Serialized Fields |
|---|
String warningString
boolean syncLWRequests
int state
boolean alwaysOnTop
Dialog.ModalExclusionType modalExclusionType
java.awt.FocusManager focusMgr
boolean focusableWindowState
int windowSerializedDataVersion
boolean locationByPlatform
| Class java.awt.Window.AccessibleAWTWindow extends Container.AccessibleAWTContainer implements Serializable |
|---|
serialVersionUID: 4215068635060671780L
| Package java.awt.color |
|---|
| Class java.awt.color.CMMException extends RuntimeException implements Serializable |
|---|
| Class java.awt.color.ColorSpace extends Object implements Serializable |
|---|
serialVersionUID: -409452704308689724L
| Serialized Fields |
|---|
int type
int numComponents
| Class java.awt.color.ICC_ColorSpace extends ColorSpace implements Serializable |
|---|
serialVersionUID: 3455889114070431483L
| Serialized Fields |
|---|
ICC_Profile thisProfile
float[] minVal
float[] maxVal
float[] diffMinMax
float[] invDiffMinMax
boolean needScaleInit
| Class java.awt.color.ICC_Profile extends Object implements Serializable |
|---|
serialVersionUID: -3938515861990936766L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
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).
private void writeObject(ObjectOutputStream s)
throws IOException
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.
protected Object readResolve()
throws ObjectStreamException
Since:
1.3
| Serialized Fields |
|---|
int iccProfileSerializedDataVersion
| Class java.awt.color.ICC_ProfileGray extends ICC_Profile implements Serializable |
|---|
| Class java.awt.color.ICC_ProfileRGB extends ICC_Profile implements Serializable |
|---|
| Class java.awt.color.ProfileDataException extends RuntimeException implements Serializable |
|---|
| Package java.awt.datatransfer |
|---|
| Class java.awt.datatransfer.DataFlavor extends Object implements Serializable |
|---|
serialVersionUID: 8367026044764648243L
| Serialization Methods |
|---|
public void readExternal(ObjectInput is)
throws IOException,
ClassNotFoundException
public void writeExternal(ObjectOutput os)
throws IOException
| Class java.awt.datatransfer.FlavorEvent extends EventObject implements Serializable |
|---|
| Class java.awt.datatransfer.UnsupportedFlavorException extends Exception implements Serializable |
|---|
serialVersionUID: 5383814944251665601L
| Package java.awt.dnd |
|---|
| Class java.awt.dnd.DragGestureEvent extends EventObject implements Serializable |
|---|
serialVersionUID: 9080172649166731306L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
DragSource dragSource
Component component
Point origin
int action
| Class java.awt.dnd.DragGestureRecognizer extends Object implements Serializable |
|---|
serialVersionUID: 8996673345831063337L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
DragSource dragSource
Component component
int sourceActions
ArrayList<E> events
| Class java.awt.dnd.DragSource extends Object implements Serializable |
|---|
serialVersionUID: 6236096958971414066L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class java.awt.dnd.DragSourceContext extends Object implements Serializable |
|---|
serialVersionUID: -115407898692194719L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
DragGestureEvent trigger
Cursor cursor
boolean useCustomCursor
int sourceActions
| Class java.awt.dnd.DragSourceDragEvent extends DragSourceEvent implements Serializable |
|---|
serialVersionUID: 481346297933902471L
| Serialized Fields |
|---|
int targetActions
int dropAction
int gestureModifiers
boolean invalidModifiers
| Class java.awt.dnd.DragSourceDropEvent extends DragSourceEvent implements Serializable |
|---|
serialVersionUID: -5571321229470821891L
| Serialized Fields |
|---|
boolean dropSuccess
int dropAction
| Class java.awt.dnd.DragSourceEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -763287114604032641L
| Serialized Fields |
|---|
boolean locationSpecified
int x
int y
| Class java.awt.dnd.DropTarget extends Object implements Serializable |
|---|
serialVersionUID: -6283860791671019047L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
DropTargetContext dropTargetContext
Component component
int actions
boolean active
| Class java.awt.dnd.DropTargetContext extends Object implements Serializable |
|---|
serialVersionUID: -634158968993743371L
| Serialized Fields |
|---|
DropTarget dropTarget
| Class java.awt.dnd.DropTargetDragEvent extends DropTargetEvent implements Serializable |
|---|
serialVersionUID: -8422265619058953682L
| Serialized Fields |
|---|
Point location
int actions
int dropAction
| Class java.awt.dnd.DropTargetDropEvent extends DropTargetEvent implements Serializable |
|---|
serialVersionUID: -1721911170440459322L
| Serialized Fields |
|---|
Point location
int actions
int dropAction
boolean isLocalTx
| Class java.awt.dnd.DropTargetEvent extends EventObject implements Serializable |
|---|
serialVersionUID: 2821229066521922993L
| Serialized Fields |
|---|
DropTargetContext context
| Class java.awt.dnd.InvalidDnDOperationException extends IllegalStateException implements Serializable |
|---|
| Class java.awt.dnd.MouseDragGestureRecognizer extends DragGestureRecognizer implements Serializable |
|---|
serialVersionUID: 6220099344182281120L
| Package java.awt.event |
|---|
| Class java.awt.event.ActionEvent extends AWTEvent implements Serializable |
|---|
serialVersionUID: -7671078796273832149L
| Serialized Fields |
|---|
String actionCommand
long when
int modifiers
| Class java.awt.event.AdjustmentEvent extends AWTEvent implements Serializable |
|---|
serialVersionUID: 5700290645205279921L
| Serialized Fields |
|---|
Adjustable adjustable
int value
int adjustmentType
boolean isAdjusting
| Class java.awt.event.ComponentEvent extends AWTEvent implements Serializable |
|---|
serialVersionUID: 8101406823902992965L
| Class java.awt.event.ContainerEvent extends ComponentEvent implements Serializable |
|---|
serialVersionUID: -4114942250539772041L
| Serialized Fields |
|---|
Component child
| Class java.awt.event.FocusEvent extends ComponentEvent implements Serializable |
|---|
serialVersionUID: 523753786457416396L
| Serialized Fields |
|---|
boolean temporary
| Class java.awt.event.HierarchyEvent extends AWTEvent implements Serializable |
|---|
serialVersionUID: -5337576970038043990L
| Serialized Fields |
|---|
Component changed
Container changedParent
long changeFlags
| Class java.awt.event.InputEvent extends ComponentEvent implements Serializable |
|---|
serialVersionUID: -2482525981698309786L
| Serialized Fields |
|---|
long when
int modifiers
| Class java.awt.event.InputMethodEvent extends AWTEvent implements Serializable |
|---|
serialVersionUID: 4727190874778922661L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
| Serialized Fields |
|---|
long when
| Class java.awt.event.InvocationEvent extends AWTEvent implements Serializable |
|---|
serialVersionUID: 436056344909459450L
| Serialized Fields |
|---|
Runnable runnable
Object notifier
boolean catchExceptions
Exception exception
Throwable throwable
long when
| Class java.awt.event.ItemEvent extends AWTEvent implements Serializable |
|---|
serialVersionUID: -608708132447206933L
| Serialized Fields |
|---|
Object item
int stateChange
| Class java.awt.event.KeyEvent extends InputEvent implements Serializable |
|---|
serialVersionUID: -2352130953028126954L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
boolean isProxyActive
int keyCode
char keyChar
int keyLocation
| Class java.awt.event.MouseEvent extends InputEvent implements Serializable |
|---|
serialVersionUID: -991214153494842848L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
int x
int y
int xAbs
The mouse event's x absolute coordinate. In a virtual device multi-screen environment in which the desktop area could span multiple physical screen devices, this coordinate is relative to the virtual coordinate system. Otherwise, this coordinate is relative to the coordinate system associated with the Component's GraphicsConfiguration.
int yAbs
The mouse event's y absolute coordinate. In a virtual device multi-screen environment in which the desktop area could span multiple physical screen devices, this coordinate is relative to the virtual coordinate system. Otherwise, this coordinate is relative to the coordinate system associated with the Component's GraphicsConfiguration.
int clickCount
int button
boolean popupTrigger
| Class java.awt.event.MouseWheelEvent extends MouseEvent implements Serializable |
|---|
serialVersionUID: 6459879390515399677L
| Serialized Fields |
|---|
int scrollType
int scrollAmount
int wheelRotation
| Class java.awt.event.PaintEvent extends ComponentEvent implements Serializable |
|---|
serialVersionUID: 1267492026433337593L
| Serialized Fields |
|---|
Rectangle updateRect
| Class java.awt.event.TextEvent extends AWTEvent implements Serializable |
|---|
serialVersionUID: 6269902291250941179L
| Class java.awt.event.WindowEvent extends ComponentEvent implements Serializable |
|---|
serialVersionUID: -1567959133147912127L
| Serialized Fields |
|---|
int oldState
int newState
| Package java.awt.font |
|---|
| Class java.awt.font.NumericShaper extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
int key
int mask
| Class java.awt.font.TextAttribute extends AttributedCharacterIterator.Attribute implements Serializable |
|---|
serialVersionUID: 7744112784117861702L
| Serialization Methods |
|---|
protected Object readResolve()
throws InvalidObjectException
| Class java.awt.font.TransformAttribute extends Object implements Serializable |
|---|
serialVersionUID: 3356247357827709530L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws ClassNotFoundException,
IOException
private Object readResolve()
throws ObjectStreamException
| Serialized Fields |
|---|
AffineTransform transform
| Package java.awt.geom |
|---|
| Class java.awt.geom.AffineTransform extends Object implements Serializable |
|---|
serialVersionUID: 1330973210523860834L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws ClassNotFoundException,
IOException
| Serialized Fields |
|---|
double m00
double m10
double m01
double m11
double m02
double m12
Class
java.awt.geom.Arc2D.Double
Arc2D
|
|---|
serialVersionUID:
728264085846882001L
Serialization Methods
|
|---|
readObject
private void
readObject
(
ObjectInputStream
s) throws
ClassNotFoundException
,
IOException
Reads the default serializable fields from the ObjectInputStream followed by a byte indicating the arc type of this Arc2D instance.
Serial Data:
The default serializable fields.
followed by a byte indicating the arc type
Arc2D.OPEN
,
Arc2D.CHORD
, or
Arc2D.PIE
.
Throws:
ClassNotFoundException
IOException
writeObject
private void
writeObject
(
ObjectOutputStream
s) throws
IOException
Writes the default serializable fields to the ObjectOutputStream followed by a byte indicating the arc type of this Arc2D instance.
Serial Data:
The default serializable fields.
followed by a byte indicating the arc type
Arc2D.OPEN
,
Arc2D.CHORD
, or
Arc2D.PIE
.
Throws:
IOException
Serialized Fields
|
|---|
x
double
x
The X coordinate of the upper-left corner of the framing rectangle of the arc.
Since:
1.2
y
double
y
The Y coordinate of the upper-left corner of the framing rectangle of the arc.
Since:
1.2
width
double
width
The overall width of the full ellipse of which this arc is a partial section (not considering the angular extents).
Since:
1.2
height
double
height
The overall height of the full ellipse of which this arc is a partial section (not considering the angular extents).
Since:
1.2
start
double
start
The starting angle of the arc in degrees.
Since:
1.2
extent
double
extent
The angular extent of the arc in degrees.
Since:
1.2
Class
java.awt.geom.Arc2D.Float
extends
Arc2D
|
|---|
serialVersionUID:
9130893014586380278L
1826762518450014216L
| Serialization Methods |
|---|
private void readObject(ObjectInputStreams)
arg0)throws ClassNotFoundException, IOException
Reads the default serializable fields from the ObjectInputStream followed by a byte indicating the arc type of this Arc2D instance.
Serial Data:
The default serializable fields.
followed by a byte indicating the arc type
Arc2D.OPEN
,
Arc2D.CHORD
, or
Arc2D.PIE
.
private void writeObject(ObjectOutputStreams)
arg0)throws IOException
Writes the default serializable fields to the ObjectOutputStream followed by a byte indicating the arc type of this Arc2D instance.
Serial Data:
The default serializable fields.
followed by a byte indicating the arc type
Arc2D.OPEN
,
Arc2D.CHORD
, or
Arc2D.PIE
.
Serialized Fields
|
|---|
x
float
x
The X coordinate of the upper-left corner of the framing rectangle of the arc.
Since:
1.2
y
float
y
The Y coordinate of the upper-left corner of the framing rectangle of the arc.
Since:
1.2
width
float
width
The overall width of the full ellipse of which this arc is a partial section (not considering the angular extents).
Since:
1.2
height
float
height
The overall height of the full ellipse of which this arc is a partial section (not considering the angular extents).
Since:
1.2
start
float
start
The starting angle of the arc in degrees.
Since:
1.2
extent
float
extent
The angular extent of the arc in degrees.
Since:
1.2
Class
java.awt.geom.CubicCurve2D.Double
CubicCurve2D
|
|---|
serialVersionUID:
-4202960122839707295L
6990832515060788886L
Serialized Fields
|
|---|
x1
double
x1
The X coordinate of the start point of the cubic curve segment.
Since:
1.2
y1
double
y1
The Y coordinate of the start point of the cubic curve segment.
Since:
1.2
ctrlx1
double
ctrlx1
The X coordinate of the first control point of the cubic curve segment.
Since:
1.2
ctrly1
double
ctrly1
The Y coordinate of the first control point of the cubic curve segment.
Since:
1.2
ctrlx2
double
ctrlx2
The X coordinate of the second control point of the cubic curve segment.
Since:
1.2
ctrly2
double
ctrly2
The Y coordinate of the second control point of the cubic curve segment.
Since:
1.2
x2
double
x2
The X coordinate of the end point of the cubic curve segment.
Since:
1.2
y2
double
y2
The Y coordinate of the end point of the cubic curve segment.
Since:
1.2
Class
java.awt.geom.CubicCurve2D.Float
extends
CubicCurve2D
|
|---|
serialVersionUID:
-1272015596714244385L
Serialized Fields
|
|---|
x1
float
x1
The X coordinate of the start point of the cubic curve segment.
Since:
1.2
y1
float
y1
The Y coordinate of the start point of the cubic curve segment.
Since:
1.2
ctrlx1
float
ctrlx1
The X coordinate of the first control point of the cubic curve segment.
Since:
1.2
ctrly1
float
ctrly1
The Y coordinate of the first control point of the cubic curve segment.
Since:
1.2
ctrlx2
float
ctrlx2
The X coordinate of the second control point of the cubic curve segment.
Since:
1.2
ctrly2
float
ctrly2
The Y coordinate of the second control point of the cubic curve segment.
Since:
1.2
x2
float
x2
The X coordinate of the end point of the cubic curve segment.
Since:
1.2
y2
float
y2
The Y coordinate of the end point of the cubic curve segment.
Since:
1.2
Class
java.awt.geom.Ellipse2D.Double
extends
Ellipse2D
|
|---|
serialVersionUID:
5555464816372320683L
Serialized Fields
|
|---|
x
double
x
The X coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
Since:
1.2
y
double
y
The Y coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
Since:
1.2
width
double
width
The overall width of this Ellipse2D.
Since:
1.2
height
double
height
The overall height of the Ellipse2D.
Since:
1.2
Class
java.awt.geom.Ellipse2D.Float
extends
Ellipse2D
|
|---|
serialVersionUID:
-6633761252372475977L
Serialized Fields
|
|---|
x
float
x
The X coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
Since:
1.2
y
float
y
The Y coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
Since:
1.2
width
float
width
The overall width of this Ellipse2D.
Since:
1.2
height
float
height
The overall height of this Ellipse2D.
Since:
1.2
Class
java.awt.geom.GeneralPath
extends
Path2D.Float
|
|---|
serialVersionUID:
-8327096662768731142L
Class
java.awt.geom.IllegalPathStateException
extends
RuntimeException
|
|---|
Class
java.awt.geom.Line2D.Double
extends
Line2D
|
|---|
serialVersionUID:
7979627399746467499L
Serialized Fields
|
|---|
x1
double
x1
The X coordinate of the start point of the line segment.
Since:
1.2
y1
double
y1
The Y coordinate of the start point of the line segment.
Since:
1.2
x2
double
x2
The X coordinate of the end point of the line segment.
Since:
1.2
y2
double
y2
The Y coordinate of the end point of the line segment.
Since:
1.2
Class
java.awt.geom.Line2D.Float
extends
Line2D
|
|---|
serialVersionUID:
6161772511649436349L
Serialized Fields
|
|---|
x1
float
x1
The X coordinate of the start point of the line segment.
Since:
1.2
y1
float
y1
The Y coordinate of the start point of the line segment.
Since:
1.2
x2
float
x2
The X coordinate of the end point of the line segment.
Since:
1.2
y2
float
y2
The Y coordinate of the end point of the line segment.
Since:
1.2
Class
java.awt.geom.NoninvertibleTransformException
extends
Exception
|
|---|
Class
java.awt.geom.Path2D.Double
extends
Path2D
|
|---|
serialVersionUID:
1826762518450014216L
| Serialization Methods |
|---|
private void readObject(ObjectInputStreams)
arg0)throws ClassNotFoundException, IOException
Reads the default serializable fields from the ObjectInputStream followed by an explicit serialization of the path segments stored in this path.
There are no default serializable fields as of 1.6.
The serial data for this object is described in the writeObject method.
Since:
1.6
private void writeObject(ObjectOutputStreams)
arg0)throws IOException
Writes the default serializable fields to the ObjectOutputStream followed by an explicit serialization of the path segments stored in this path.
Serial Data:
The default serializable fields. There are no default serializable fields as of 1.6.
followed by a byte indicating the storage type of the original object as a hint (SERIAL_STORAGE_DBL_ARRAY)
followed by an integer indicating the number of path segments to follow (NP) or -1 to indicate an unknown number of path segments follows
followed by an integer indicating the total number of coordinates to follow (NC) or -1 to indicate an unknown number of coordinates follows (NC should always be even since coordinates always appear in pairs representing an x,y pair)
followed by a byte indicating the winding rule (
WIND_EVEN_ODD
or
WIND_NON_ZERO
)
followed by NP (or unlimited if NP
Throws:
ClassNotFoundException
Since:
1.6
writeObject
private void
writeObject
(
ObjectOutputStream
s) throws
IOException
Writes the default serializable fields to the ObjectOutputStream followed by an explicit serialization of the path segments stored in this path.
Serial Data:
The default serializable fields. There are no default serializable fields as of 1.6.
followed by a byte indicating the storage type of the original object as a hint (SERIAL_STORAGE_FLT_ARRAY)
followed by an integer indicating the number of path segments to follow (NP) or -1 to indicate an unknown number of path segments follows
followed by an integer indicating the total number of coordinates to follow (NC) or -1 to indicate an unknown number of coordinates follows (NC should always be even since coordinates always appear in pairs representing an x,y pair)
followed by a byte indicating the winding rule (
WIND_EVEN_ODD
or
WIND_NON_ZERO
)
followed by NP (or unlimited if NP
Constant Name
|
Byte Value
|
Followed by
|
Description
|
|---|---|---|---|
SERIAL_STORAGE_FLT_ARRAY
|
0x30
|
A hint that the original Path2D object stored the coordinates in a Java array of floats.
|
|
SERIAL_STORAGE_DBL_ARRAY
|
0x31
|
A hint that the original Path2D object stored the coordinates in a Java array of doubles.
|
|
SERIAL_SEG_FLT_MOVETO
|
0x40
|
2 floats
|
A
moveTo
|
SERIAL_SEG_FLT_LINETO
|
0x41
|
2 floats
|
A
lineTo
|
SERIAL_SEG_FLT_QUADTO
|
0x42
|
4 floats
|
A
quadTo
|
SERIAL_SEG_FLT_CUBICTO
|
0x43
|
6 floats
|
A
curveTo
|
SERIAL_SEG_DBL_MOVETO
|
0x50
|
2 doubles
|
A
moveTo
|
SERIAL_SEG_DBL_LINETO
|
0x51
|
2 doubles
|
A
lineTo
|
SERIAL_SEG_DBL_QUADTO
|
0x52
|
4 doubles
|
A
curveTo
|
SERIAL_SEG_DBL_CUBICTO
|
0x53
|
6 doubles
|
A
curveTo
|
SERIAL_SEG_CLOSE
|
0x60
|
A
closePath
|
|
SERIAL_PATH_END
|
0x61
|
There are no more path segments following.
|
Throws:
IOException
Since:
1.6
Class
java.awt.geom.Point2D.Double
extends
Point2D
|
|---|
serialVersionUID:
6150783262733311327L
Serialized Fields
|
|---|
x
double
x
The X coordinate of this Point2D.
Since:
1.2
y
double
y
The Y coordinate of this Point2D.
Since:
1.2
Class
java.awt.geom.Point2D.Float
extends
Point2D
|
|---|
serialVersionUID:
-2870572449815403710L
Serialized Fields
|
|---|
x
float
x
The X coordinate of this Point2D.
Since:
1.2
y
float
y
The Y coordinate of this Point2D.
Since:
1.2
Class
java.awt.geom.QuadCurve2D.Double
extends
QuadCurve2D
|
|---|
serialVersionUID:
4217149928428559721L
Serialized Fields
|
|---|
x1
double
x1
The X coordinate of the start point of the quadratic curve segment.
Since:
1.2
y1
double
y1
The Y coordinate of the start point of the quadratic curve segment.
Since:
1.2
ctrlx
double
ctrlx
The X coordinate of the control point of the quadratic curve segment.
Since:
1.2
ctrly
double
ctrly
The Y coordinate of the control point of the quadratic curve segment.
Since:
1.2
x2
double
x2
The X coordinate of the end point of the quadratic curve segment.
Since:
1.2
y2
double
y2
The Y coordinate of the end point of the quadratic curve segment.
Since:
1.2
Class
java.awt.geom.QuadCurve2D.Float
extends
QuadCurve2D
|
|---|
serialVersionUID:
-8511188402130719609L
Serialized Fields
|
|---|
x1
float
x1
The X coordinate of the start point of the quadratic curve segment.
Since:
1.2
y1
float
y1
The Y coordinate of the start point of the quadratic curve segment.
Since:
1.2
ctrlx
float
ctrlx
The X coordinate of the control point of the quadratic curve segment.
Since:
1.2
ctrly
float
ctrly
The Y coordinate of the control point of the quadratic curve segment.
Since:
1.2
x2
float
x2
The X coordinate of the end point of the quadratic curve segment.
Since:
1.2
y2
float
y2
The Y coordinate of the end point of the quadratic curve segment.
Since:
1.2
Class
java.awt.geom.Rectangle2D.Double
extends
Rectangle2D
|
|---|
serialVersionUID:
7771313791441850493L
Serialized Fields
|
|---|
x
double
x
The X coordinate of this Rectangle2D.
Since:
1.2
y
double
y
The Y coordinate of this Rectangle2D.
Since:
1.2
width
double
width
The width of this Rectangle2D.
Since:
1.2
height
double
height
The height of this Rectangle2D.
Since:
1.2
Class
java.awt.geom.Rectangle2D.Float
extends
Rectangle2D
|
|---|
serialVersionUID:
3798716824173675777L
Serialized Fields
|
|---|
x
float
x
The X coordinate of this Rectangle2D.
Since:
1.2
y
float
y
The Y coordinate of this Rectangle2D.
Since:
1.2
width
float
width
The width of this Rectangle2D.
Since:
1.2
height
float
height
The height of this Rectangle2D.
Since:
1.2
Class
java.awt.geom.RoundRectangle2D.Double
extends
RoundRectangle2D
|
|---|
serialVersionUID:
1048939333485206117L
Serialized Fields
|
|---|
x
double
x
The X coordinate of this RoundRectangle2D.
Since:
1.2
y
double
y
The Y coordinate of this RoundRectangle2D.
Since:
1.2
width
double
width
The width of this RoundRectangle2D.
Since:
1.2
height
double
height
The height of this RoundRectangle2D.
Since:
1.2
arcwidth
double
arcwidth
The width of the arc that rounds off the corners.
Since:
1.2
archeight
double
archeight
The height of the arc that rounds off the corners.
Since:
1.2
Class
java.awt.geom.RoundRectangle2D.Float
extends
RoundRectangle2D
|
|---|
serialVersionUID:
-3423150618393866922L
Serialized Fields
|
|---|
x
float
x
The X coordinate of this RoundRectangle2D.
Since:
1.2
y
float
y
The Y coordinate of this RoundRectangle2D.
Since:
1.2
width
float
width
The width of this RoundRectangle2D.
Since:
1.2
height
float
height
The height of this RoundRectangle2D.
Since:
1.2
arcwidth
float
arcwidth
The width of the arc that rounds off the corners.
Since:
1.2
archeight
float
archeight
The height of the arc that rounds off the corners.
Since:
1.2
| Package java.awt.image |
|---|
| Class java.awt.image.ImagingOpException extends RuntimeException implements Serializable |
|---|
| Class java.awt.image.RasterFormatException extends RuntimeException implements Serializable |
|---|
| Package java.awt.image.renderable |
|---|
| Class java.awt.image.renderable.ParameterBlock extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Vector<E> sources
Vector<E> parameters
| Package java.awt.print |
|---|
| Class java.awt.print.PrinterAbortException extends PrinterException implements Serializable |
|---|
| Class java.awt.print.PrinterException extends Exception implements Serializable |
|---|
| Class java.awt.print.PrinterIOException extends PrinterException implements Serializable |
|---|
serialVersionUID: 5850870712125932846L
| Serialized Fields |
|---|
IOException mException
| Package java.beans |
|---|
| Class java.beans.IndexedPropertyChangeEvent extends PropertyChangeEvent implements Serializable |
|---|
| Serialized Fields |
|---|
int index
| Class java.beans.IntrospectionException extends Exception implements Serializable |
|---|
| Class java.beans.PropertyChangeEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
String propertyName
Object newValue
Object oldValue
Object propagationId
| Class java.beans.PropertyChangeSupport extends Object implements Serializable |
|---|
serialVersionUID: 6401253773779951803L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
At serialization time we skip non-serializable listeners and only serialize the serializable listeners.
| Serialized Fields |
|---|
Hashtable<K,V> children
Object source
int propertyChangeSupportSerializedDataVersion
| Class java.beans.PropertyVetoException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
PropertyChangeEvent evt
| Class java.beans.VetoableChangeSupport extends Object implements Serializable |
|---|
serialVersionUID: -5090210921595982017L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
At serialization time we skip non-serializable listeners and only serialize the serializable listeners.
| Serialized Fields |
|---|
Hashtable<K,V> children
Object source
int vetoableChangeSupportSerializedDataVersion
| Package java.beans.beancontext |
|---|
| Class java.beans.beancontext.BeanContextChildSupport extends Object implements Serializable |
|---|
serialVersionUID: 6328947014421475877L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream oos)
throws IOException
| Serialized Fields |
|---|
BeanContextChild beanContextChildPeer
PropertyChangeSupport pcSupport
VetoableChangeSupport vcSupport
| Class java.beans.beancontext.BeanContextEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
BeanContext propagatedFrom
| Class java.beans.beancontext.BeanContextMembershipEvent extends BeanContextEvent implements Serializable |
|---|
| Serialized Fields |
|---|
Collection<E> children
| Class java.beans.beancontext.BeanContextServiceAvailableEvent extends BeanContextEvent implements Serializable |
|---|
| Serialized Fields |
|---|
Class<T> serviceClass
| Class java.beans.beancontext.BeanContextServiceRevokedEvent extends BeanContextEvent implements Serializable |
|---|
| Serialized Fields |
|---|
Class<T> serviceClass
boolean invalidateRefs
| Class java.beans.beancontext.BeanContextServicesSupport extends BeanContextSupport implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream oos)
throws IOException
| Class java.beans.beancontext.BeanContextServicesSupport.BCSSChild extends BeanContextSupport.BCSChild implements Serializable |
|---|
serialVersionUID: -3263851306889194873L
| Class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
BeanContextServiceProvider serviceProvider
| Class java.beans.beancontext.BeanContextSupport extends BeanContextChildSupport implements Serializable |
|---|
serialVersionUID: -4879613978649577204L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream oos)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
int serializable
Locale locale
boolean okToUseGui
boolean designTime
| Class java.beans.beancontext.BeanContextSupport.BCSChild extends Object implements Serializable |
|---|
serialVersionUID: -5815286101609939109L
| Serialized Fields |
|---|
Object child
Object proxyPeer
| Package java.io |
|---|
| Class java.io.CharConversionException extends IOException implements Serializable |
|---|
| Class java.io.EOFException extends IOException implements Serializable |
|---|
| Class java.io.File extends Object implements Serializable |
|---|
serialVersionUID: 301077366599181567L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
Serial Data:
Default fields followed by separator character.
| Serialized Fields |
|---|
String path
| Class java.io.FileNotFoundException extends IOException implements Serializable |
|---|
| Class java.io.FilePermissionCollection extends PermissionCollection implements Serializable |
|---|
serialVersionUID: 2202956749081564585L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
Vector<E> permissions
| Class java.io.InterruptedIOException extends IOException implements Serializable |
|---|
| Serialized Fields |
|---|
int bytesTransferred
| Class java.io.InvalidClassException extends ObjectStreamException implements Serializable |
|---|
serialVersionUID: -4333316296251054416L
| Serialized Fields |
|---|
String classname
| Class java.io.InvalidObjectException extends ObjectStreamException implements Serializable |
|---|
serialVersionUID: 3233174318281839583L
| Class java.io.IOError extends Error implements Serializable |
|---|
serialVersionUID: 67100927991680413L
| Class java.io.IOException extends Exception implements Serializable |
|---|
serialVersionUID:
7818375828146090155L
| Class java.io.NotActiveException extends ObjectStreamException implements Serializable |
|---|
serialVersionUID: -3893467273049808895L
| Class java.io.NotSerializableException extends ObjectStreamException implements Serializable |
|---|
serialVersionUID: 2906642554793891381L
| Class java.io.ObjectStreamClass extends Object implements Serializable |
|---|
serialVersionUID: -6120832682080437368L
| Serialized Fields |
|---|
| Class java.io.ObjectStreamException extends IOException implements Serializable |
|---|
serialVersionUID: 7260898174833392607L
| Class java.io.OptionalDataException extends ObjectStreamException implements Serializable |
|---|
serialVersionUID: -8011121865681257820L
| Serialized Fields |
|---|
int length
boolean eof
| Class java.io.SerializablePermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 8537212141160296410L
| Serialized Fields |
|---|
String actions
| Class java.io.StreamCorruptedException extends ObjectStreamException implements Serializable |
|---|
serialVersionUID: 8983558202217591746L
| Class java.io.SyncFailedException extends IOException implements Serializable |
|---|
| Class java.io.UnsupportedEncodingException extends IOException implements Serializable |
|---|
| Class java.io.UTFDataFormatException extends IOException implements Serializable |
|---|
| Class java.io.WriteAbortedException extends ObjectStreamException implements Serializable |
|---|
serialVersionUID: -3326426625597282442L
| Serialized Fields |
|---|
Exception detail
This field predates the general-purpose exception chaining facility. The Throwable.getCause() method is now the preferred means of obtaining this information.
| Package java.lang |
|---|
| Class java.lang.AbstractMethodError extends IncompatibleClassChangeError implements Serializable |
|---|
| Class java.lang.ArithmeticException extends RuntimeException implements Serializable |
|---|
| Class java.lang.ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable |
|---|
| Class java.lang.ArrayStoreException extends RuntimeException implements Serializable |
|---|
| Class java.lang.AssertionError extends Error implements Serializable |
|---|
| Class java.lang.Boolean extends Object implements Serializable |
|---|
serialVersionUID: -3665804199014368530L
| Serialized Fields |
|---|
boolean value
| Class java.lang.Byte extends Number implements Serializable |
|---|
serialVersionUID: -7183698231559129828L
| Serialized Fields |
|---|
byte value
| Class java.lang.Character extends Object implements Serializable |
|---|
serialVersionUID: 3786198910865385080L
| Serialized Fields |
|---|
char value
| Class java.lang.Class extends Object implements Serializable |
|---|
serialVersionUID: 3206093459760846163L
| Serialization Overview |
|---|
TC_CLASS ClassDescriptor
A ClassDescriptor is a special cased serialization of
a java.io.ObjectStreamClass instance.
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.
| Serialized Fields |
|---|
| Class java.lang.ClassCastException extends RuntimeException implements Serializable |
|---|
| Class java.lang.ClassCircularityError extends LinkageError implements Serializable |
|---|
| Class java.lang.ClassFormatError extends LinkageError implements Serializable |
|---|
| Class java.lang.ClassNotFoundException extends Exception implements Serializable |
|---|
serialVersionUID: 9176873029745254542L
| Serialized Fields |
|---|
Throwable ex
| Class java.lang.CloneNotSupportedException extends Exception implements Serializable |
|---|
| Class java.lang.Double extends Number implements Serializable |
|---|
serialVersionUID: -9172774392245257468L
| Serialized Fields |
|---|
double value
| Class java.lang.Enum extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String name
int ordinal
| Class java.lang.EnumConstantNotPresentException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
Class<T> enumType
String constantName
| Class java.lang.Error extends Throwable implements Serializable |
|---|
serialVersionUID: 4980196508277280342L
| Class java.lang.Exception extends Throwable implements Serializable |
|---|
serialVersionUID: -3387516993124229948L
| Class java.lang.ExceptionInInitializerError extends LinkageError implements Serializable |
|---|
serialVersionUID: 1521711792217232256L
| Serialized Fields |
|---|
Throwable exception
| Class java.lang.Float extends Number implements Serializable |
|---|
serialVersionUID: -2671257302660747028L
| Serialized Fields |
|---|
float value
| Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable |
|---|
| Class java.lang.IllegalAccessException extends Exception implements Serializable |
|---|
| Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -5365630128856068164L
| Class java.lang.IllegalMonitorStateException extends RuntimeException implements Serializable |
|---|
| Class java.lang.IllegalStateException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -1848914673093119416L
| Class java.lang.IllegalThreadStateException extends IllegalArgumentException implements Serializable |
|---|
| Class java.lang.IncompatibleClassChangeError extends LinkageError implements Serializable |
|---|
| Class java.lang.IndexOutOfBoundsException extends RuntimeException implements Serializable |
|---|
| Class java.lang.InstantiationError extends IncompatibleClassChangeError implements Serializable |
|---|
| Class java.lang.InstantiationException extends Exception implements Serializable |
|---|
| Class java.lang.Integer extends Number implements Serializable |
|---|
serialVersionUID: 1360826667806852920L
| Serialized Fields |
|---|
int value
| Class java.lang.InternalError extends VirtualMachineError implements Serializable |
|---|
| Class java.lang.InterruptedException extends Exception implements Serializable |
|---|
| Class java.lang.LinkageError extends Error implements Serializable |
|---|
| Class java.lang.Long extends Number implements Serializable |
|---|
serialVersionUID: 4290774380558885855L
| Serialized Fields |
|---|
long value
| Class java.lang.NegativeArraySizeException extends RuntimeException implements Serializable |
|---|
| Class java.lang.NoClassDefFoundError extends LinkageError implements Serializable |
|---|
| Class java.lang.NoSuchFieldError extends IncompatibleClassChangeError implements Serializable |
|---|
| Class java.lang.NoSuchFieldException extends Exception implements Serializable |
|---|
| Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable |
|---|
| Class java.lang.NoSuchMethodException extends Exception implements Serializable |
|---|
| Class java.lang.NullPointerException extends RuntimeException implements Serializable |
|---|
| Class java.lang.Number extends Object implements Serializable |
|---|
serialVersionUID: -8742448824652078965L
| Class java.lang.NumberFormatException extends IllegalArgumentException implements Serializable |
|---|
serialVersionUID: -2848938806368998894L
| Class java.lang.OutOfMemoryError extends VirtualMachineError implements Serializable |
|---|
| Class java.lang.RuntimeException extends Exception implements Serializable |
|---|
serialVersionUID: -7034897190745766939L
| Class java.lang.RuntimePermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 7399184964622342223L
| Class java.lang.SecurityException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 6878364983674394167L
| Class java.lang.Short extends Number implements Serializable |
|---|
serialVersionUID: 7515723908773894738L
| Serialized Fields |
|---|
short value
| Class java.lang.StackOverflowError extends VirtualMachineError implements Serializable |
|---|
| Class java.lang.StackTraceElement extends Object implements Serializable |
|---|
serialVersionUID: 6992337162326171013L
| Serialized Fields |
|---|
String declaringClass
String methodName
String fileName
int lineNumber
| Class java.lang.String extends Object implements Serializable |
|---|
serialVersionUID: -6849794470754667710L
| Serialization Overview |
|---|
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.
| Serialized Fields |
|---|
| Class java.lang.StringBuffer extends java.lang.AbstractStringBuilder implements Serializable |
|---|
serialVersionUID: 3388685877147921107L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialization Overview |
|---|
| Serialized Fields |
|---|
int count
boolean shared
char[] value
| Class java.lang.StringBuilder extends java.lang.AbstractStringBuilder implements Serializable |
|---|
serialVersionUID: 4383685877147921099L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable |
|---|
| Class java.lang.ThreadDeath extends Error implements Serializable |
|---|
| Class java.lang.Throwable extends Object implements Serializable |
|---|
serialVersionUID: -3042686055658047285L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
String detailMessage
Throwable cause
StackTraceElement[] stackTrace
| Class java.lang.TypeNotPresentException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
String typeName
| Class java.lang.UnknownError extends VirtualMachineError implements Serializable |
|---|
| Class java.lang.UnsatisfiedLinkError extends LinkageError implements Serializable |
|---|
| Class java.lang.UnsupportedClassVersionError extends ClassFormatError implements Serializable |
|---|
| Class java.lang.UnsupportedOperationException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -1242599979055084673L
| Class java.lang.VerifyError extends LinkageError implements Serializable |
|---|
| Class java.lang.VirtualMachineError extends Error implements Serializable |
|---|
| Package java.lang.annotation |
|---|
| Class java.lang.annotation.AnnotationFormatError extends Error implements Serializable |
|---|
| Class java.lang.annotation.AnnotationTypeMismatchException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
Method element
String foundType
| Class java.lang.annotation.IncompleteAnnotationException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
Class<T> annotationType
String elementName
| Package java.lang.instrument |
|---|
|
|---|
| Class java.lang.instrument.IllegalClassFormatException extends Exception implements Serializable |
|---|
| Class java.lang.instrument.UnmodifiableClassException extends Exception implements Serializable |
|---|
| Package java.lang.management |
|---|
| Class java.lang.management.ManagementPermission extends BasicPermission implements Serializable |
|---|
| Package java.lang.reflect |
|---|
| Class java.lang.reflect.GenericSignatureFormatError extends ClassFormatError implements Serializable |
|---|
| Class java.lang.reflect.InvocationTargetException extends Exception implements Serializable |
|---|
serialVersionUID: 4085088731926701167L
| Serialized Fields |
|---|
Throwable target
| Class java.lang.reflect.MalformedParameterizedTypeException extends RuntimeException implements Serializable |
|---|
| Class java.lang.reflect.Proxy extends Object implements Serializable |
|---|
serialVersionUID: -2222568056686623797L
| Serialized Fields |
|---|
InvocationHandler h
| Class java.lang.reflect.ReflectPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 7412737110241507485L
| Class java.lang.reflect.UndeclaredThrowableException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 330127114055056639L
| Serialized Fields |
|---|
Throwable undeclaredThrowable
| Package java.math |
|---|
| Class java.math.BigDecimal extends Number implements Serializable |
|---|
serialVersionUID: 6108874887143696463L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
BigInteger intVal
int scale
| Class java.math.BigInteger extends Number implements Serializable |
|---|
serialVersionUID: -8287574255936472291L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialization Overview |
|---|
| Serialized Fields |
|---|
int bitCount
int bitLength
int lowestSetBit
int[] magnitude
int signum
| Class java.math.MathContext extends Object implements Serializable |
|---|
serialVersionUID: 5579720004786848255L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
int precision
precision will always be non-negative.
RoundingMode roundingMode
| Package java.net |
|---|
| Class java.net.BindException extends SocketException implements Serializable |
|---|
| Class java.net.ConnectException extends SocketException implements Serializable |
|---|
| Class java.net.HttpRetryException extends IOException implements Serializable |
|---|
| Serialized Fields |
|---|
int responseCode
String location
| Class java.net.Inet4Address extends InetAddress implements Serializable |
|---|
serialVersionUID: 3286316764910316507L
| Serialization Methods |
|---|
private Object writeReplace()
throws ObjectStreamException
| Class java.net.Inet6Address extends InetAddress implements Serializable |
|---|
serialVersionUID: 6880410070516793377L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
byte[] ipaddress
int scope_id
boolean scope_id_set
boolean scope_ifname_set
String ifname
| Class java.net.InetAddress extends Object implements Serializable |
|---|
serialVersionUID: 3286316764910316507L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
| Serialized Fields |
|---|
String hostName
int address
int family
| Class java.net.InetSocketAddress extends SocketAddress implements Serializable |
|---|
serialVersionUID: 5076001401234631237L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
String hostname
InetAddress addr
int port
| Class java.net.MalformedURLException extends IOException implements Serializable |
|---|
| Class java.net.NetPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: -8343910153355041693L
| Class java.net.NoRouteToHostException extends SocketException implements Serializable |
|---|
| Class java.net.PortUnreachableException extends SocketException implements Serializable |
|---|
| Class java.net.ProtocolException extends IOException implements Serializable |
|---|
| Class java.net.SocketAddress extends Object implements Serializable |
|---|
| Class java.net.SocketException extends IOException implements Serializable |
|---|
| Class java.net.SocketPermissionCollection extends PermissionCollection implements Serializable |
|---|
serialVersionUID: 2787186408602843674L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
Vector<E> permissions
| Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable |
|---|
| Class java.net.UnknownHostException extends IOException implements Serializable |
|---|
| Class java.net.UnknownServiceException extends IOException implements Serializable |
|---|
| Class java.net.URI extends Object implements Serializable |
|---|
serialVersionUID: -6052424284110960213L
| Serialization Methods |
|---|
private 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.
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.
| Serialized Fields |
|---|
String string
StringiriString
| Class java.net.URISyntaxException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
String input
int index
| Class java.net.URL extends Object implements Serializable |
|---|
serialVersionUID: -7627629688361524110L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
String protocol
String host
int port
String file
String authority
String ref
int hashCode
| Package java.nio |
|---|
| Class java.nio.BufferOverflowException extends RuntimeException implements Serializable |
|---|
| Class java.nio.BufferUnderflowException extends RuntimeException implements Serializable |
|---|
| Class java.nio.InvalidMarkException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.ReadOnlyBufferException extends UnsupportedOperationException implements Serializable |
|---|
| Package java.nio.channels |
|---|
| Class java.nio.channels.AlreadyConnectedException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.AsynchronousCloseException extends ClosedChannelException implements Serializable |
|---|
| Class java.nio.channels.CancelledKeyException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.ClosedByInterruptException extends AsynchronousCloseException implements Serializable |
|---|
| Class java.nio.channels.ClosedChannelException extends IOException implements Serializable |
|---|
| Class java.nio.channels.ClosedSelectorException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.ConnectionPendingException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.FileLockInterruptionException extends IOException implements Serializable |
|---|
| Class java.nio.channels.IllegalBlockingModeException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.IllegalSelectorException extends IllegalArgumentException implements Serializable |
|---|
| Class java.nio.channels.NoConnectionPendingException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.NonReadableChannelException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.NonWritableChannelException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.NotYetBoundException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.NotYetConnectedException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.OverlappingFileLockException extends IllegalStateException implements Serializable |
|---|
| Class java.nio.channels.UnresolvedAddressException extends IllegalArgumentException implements Serializable |
|---|
| Class java.nio.channels.UnsupportedAddressTypeException extends IllegalArgumentException implements Serializable |
|---|
| Package java.nio.charset |
|---|
| Class java.nio.charset.CharacterCodingException extends IOException implements Serializable |
|---|
| Class java.nio.charset.CoderMalfunctionError extends Error implements Serializable |
|---|
| Class java.nio.charset.IllegalCharsetNameException extends IllegalArgumentException implements Serializable |
|---|
| Serialized Fields |
|---|
String charsetName
| Class java.nio.charset.MalformedInputException extends CharacterCodingException implements Serializable |
|---|
| Serialized Fields |
|---|
int inputLength
| Class java.nio.charset.UnmappableCharacterException extends CharacterCodingException implements Serializable |
|---|
| Serialized Fields |
|---|
int inputLength
| Class java.nio.charset.UnsupportedCharsetException extends IllegalArgumentException implements Serializable |
|---|
| Serialized Fields |
|---|
String charsetName
| Package java.rmi |
|---|
| Class java.rmi.AccessException extends RemoteException implements Serializable |
|---|
serialVersionUID: 6314925228044966088L
| Class java.rmi.AlreadyBoundException extends Exception implements Serializable |
|---|
serialVersionUID: 9218657361741657110L
| Class java.rmi.ConnectException extends RemoteException implements Serializable |
|---|
serialVersionUID: 4863550261346652506L
| Class java.rmi.ConnectIOException extends RemoteException implements Serializable |
|---|
serialVersionUID: -8087809532704668744L
| Class java.rmi.MarshalException extends RemoteException implements Serializable |
|---|
serialVersionUID: 6223554758134037936L
| Class java.rmi.MarshalledObject extends Object implements Serializable |
|---|
serialVersionUID: 8988374069173025854L
| Serialized Fields |
|---|
byte[] objBytes
byte[] locBytes
int hash
| Class java.rmi.NoSuchObjectException extends RemoteException implements Serializable |
|---|
serialVersionUID: 6619395951570472985L
| Class java.rmi.NotBoundException extends Exception implements Serializable |
|---|
serialVersionUID: -1857741824849069317L
| Class java.rmi.RemoteException extends IOException implements Serializable |
|---|
serialVersionUID: -5148567311918794206L
| Serialized Fields |
|---|
Throwable detail
This field predates the general-purpose exception chaining facility. The Throwable.getCause() method is now the preferred means of obtaining this information.
| Class java.rmi.RMISecurityException extends SecurityException implements Serializable |
|---|
serialVersionUID: -8433406075740433514L
| Class java.rmi.ServerError extends RemoteException implements Serializable |
|---|
serialVersionUID: 8455284893909696482L
| Class java.rmi.ServerException extends RemoteException implements Serializable |
|---|
serialVersionUID: -4775845313121906682L
| Class java.rmi.ServerRuntimeException extends RemoteException implements Serializable |
|---|
serialVersionUID: 7054464920481467219L
| Class java.rmi.StubNotFoundException extends RemoteException implements Serializable |
|---|
serialVersionUID: -7088199405468872373L
| Class java.rmi.UnexpectedException extends RemoteException implements Serializable |
|---|
serialVersionUID: 1800467484195073863L
| Class java.rmi.UnknownHostException extends RemoteException implements Serializable |
|---|
serialVersionUID: -8152710247442114228L
| Class java.rmi.UnmarshalException extends RemoteException implements Serializable |
|---|
serialVersionUID: 594380845140740218L
| Package java.rmi.activation |
|---|
| Class java.rmi.activation.ActivateFailedException extends RemoteException implements Serializable |
|---|
serialVersionUID: 4863550261346652506L
| Class java.rmi.activation.ActivationDesc extends Object implements Serializable |
|---|
serialVersionUID: 7455834104417690957L
| Serialized Fields |
|---|
ActivationGroupID groupID
String className
String location
MarshalledObject<T> data
boolean restart
| Class java.rmi.activation.ActivationException extends Exception implements Serializable |
|---|
serialVersionUID: -4320118837291406071L
| Serialized Fields |
|---|
Throwable detail
This field predates the general-purpose exception chaining facility. The Throwable.getCause() method is now the preferred means of obtaining this information.
| Class java.rmi.activation.ActivationGroup extends UnicastRemoteObject implements Serializable |
|---|
serialVersionUID: -7696947875314805420L
| Serialized Fields |
|---|
ActivationGroupID groupID
ActivationMonitor monitor
long incarnation
| Class java.rmi.activation.ActivationGroup_Stub extends RemoteStub implements Serializable |
|---|
| Class java.rmi.activation.ActivationGroupDesc extends Object implements Serializable |
|---|
serialVersionUID: -4936225423168276595L
| Serialized Fields |
|---|
String className
String location
MarshalledObject<T> data
ActivationGroupDesc.CommandEnvironment env
Properties props
| Class java.rmi.activation.ActivationGroupDesc.CommandEnvironment extends Object implements Serializable |
|---|
serialVersionUID: 6165754737887770191L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
This method reads this object's serialized form for this class as follows:
This method first invokes defaultReadObject on the specified object input stream, and if options is null, then options is set to a zero-length array of String.
| Serialized Fields |
|---|
String command
String[] options
| Class java.rmi.activation.ActivationGroupID extends Object implements Serializable |
|---|
serialVersionUID: -1648432278909740833L
| Serialized Fields |
|---|
ActivationSystem system
UID uid
| Class java.rmi.activation.ActivationID extends Object implements Serializable |
|---|
serialVersionUID: -4608673054848209235L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
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.
private void writeObject(ObjectOutputStream out)
throws IOException,
ClassNotFoundException
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.
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.
| Class java.rmi.activation.UnknownGroupException extends ActivationException implements Serializable |
|---|
serialVersionUID: 7056094974750002460L
| Class java.rmi.activation.UnknownObjectException extends ActivationException implements Serializable |
|---|
serialVersionUID: 3425547551622251430L
| Package java.rmi.dgc |
|---|
| Class java.rmi.dgc.Lease extends Object implements Serializable |
|---|
serialVersionUID: -5713411624328831948L
| Serialized Fields |
|---|
VMID vmid
long value
| Class java.rmi.dgc.VMID extends Object implements Serializable |
|---|
serialVersionUID: -538642295484486218L
| Serialized Fields |
|---|
byte[] addr
UID uid
| Package java.rmi.server |
|---|
| Class java.rmi.server.ExportException extends RemoteException implements Serializable |
|---|
serialVersionUID: -9155485338494060170L
| Class java.rmi.server.ObjID extends Object implements Serializable |
|---|
serialVersionUID: -6386392263968365220L
| Serialized Fields |
|---|
long objNum
UID space
| Class java.rmi.server.RemoteObject extends Object implements Serializable |
|---|
serialVersionUID: -3215090123894869218L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
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.
private void writeObject(ObjectOutputStream out)
throws IOException,
ClassNotFoundException
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.
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":
For "UnicastRef2" with a null client socket factory:
For "UnicastRef2" with a non-null client socket factory:
For "ActivatableRef" with a null nested remote reference:
For "ActivatableRef" with a non-null nested remote reference:
For "UnicastServerRef" and "UnicastServerRef2", no data is written by the writeExternal method or read by the readExternal method.
| Class java.rmi.server.RemoteObjectInvocationHandler extends RemoteObject implements Serializable |
|---|
serialVersionUID: 2L
| Serialization Methods |
|---|
private void readObjectNoData()
throws InvalidObjectException
| Class java.rmi.server.RemoteServer extends RemoteObject implements Serializable |
|---|
serialVersionUID: -4100238210092549637L
| Class java.rmi.server.RemoteStub extends RemoteObject implements Serializable |
|---|
serialVersionUID: -1585587260594494182L
| Class java.rmi.server.ServerCloneException extends CloneNotSupportedException implements Serializable |
|---|
serialVersionUID: 6617456357664815945L
| Serialized Fields |
|---|
Exception detail
This field predates the general-purpose exception chaining facility. The Throwable.getCause() method is now the preferred means of obtaining this information.
| Class java.rmi.server.ServerNotActiveException extends Exception implements Serializable |
|---|
serialVersionUID: 4687940720827538231L
| Class java.rmi.server.SkeletonMismatchException extends RemoteException implements Serializable |
|---|
serialVersionUID: -7780460454818859281L
| Class java.rmi.server.SkeletonNotFoundException extends RemoteException implements Serializable |
|---|
serialVersionUID: -7860299673822761231L
| Class java.rmi.server.SocketSecurityException extends ExportException implements Serializable |
|---|
serialVersionUID: -7622072999407781979L
| Class java.rmi.server.UID extends Object implements Serializable |
|---|
serialVersionUID: 1086053664494604050L
| Serialized Fields |
|---|
int unique
long time
short count
| Class java.rmi.server.UnicastRemoteObject extends RemoteServer implements Serializable |
|---|
serialVersionUID: 4974527148936298033L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
int port
RMIClientSocketFactory csf
RMIServerSocketFactory ssf
| Package java.security |
|---|
| Class java.security.AccessControlException extends SecurityException implements Serializable |
|---|
serialVersionUID: 5138225684096988535L
| Serialized Fields |
|---|
Permission perm
| Class java.security.AllPermissionCollection extends PermissionCollection implements Serializable |
|---|
serialVersionUID: -4023755556366636806L
| Serialized Fields |
|---|
boolean all_allowed
| Class java.security.AuthProvider extends Provider implements Serializable |
|---|
| Class java.security.BasicPermission extends Permission implements Serializable |
|---|
serialVersionUID: 6279438298436773498L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Class java.security.BasicPermissionCollection extends PermissionCollection implements Serializable |
|---|
serialVersionUID: 739301742472979399L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
boolean all_allowed
Class<T> permClass
Hashtable<K,V> permissions
| Class java.security.CodeSigner extends Object implements Serializable |
|---|
serialVersionUID: 6819288105193937581L
| Serialized Fields |
|---|
CertPath signerCertPath
Timestamp timestamp
| Class java.security.CodeSource extends Object implements Serializable |
|---|
serialVersionUID: 4977541819976013951L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream oos)
throws IOException
| Serialized Fields |
|---|
URL location
| Class java.security.DigestException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: 5821450303093652515L
| Class java.security.GeneralSecurityException extends Exception implements Serializable |
|---|
serialVersionUID: 894798122053539237L
| Class java.security.GuardedObject extends Object implements Serializable |
|---|
serialVersionUID: -5240450096227834308L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream oos)
throws IOException
| Serialized Fields |
|---|
Object object
Guard guard
| Class java.security.Identity extends Object implements Serializable |
|---|
serialVersionUID: 3609922007826600659L
| Serialized Fields |
|---|
String name
PublicKey publicKey
String info
IdentityScope scope
Vector<E> certificates
| Class java.security.IdentityScope extends Identity implements Serializable |
|---|
serialVersionUID: -2337346281189773310L
| Class java.security.InvalidAlgorithmParameterException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: 2864672297499471472L
| Class java.security.InvalidKeyException extends KeyException implements Serializable |
|---|
serialVersionUID: 5698479920593359816L
| Class java.security.InvalidParameterException extends IllegalArgumentException implements Serializable |
|---|
serialVersionUID: -857968536935667808L
| Class java.security.KeyException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: -7483676942812432108L
| Class java.security.KeyManagementException extends KeyException implements Serializable |
|---|
serialVersionUID: 947674216157062695L
| Class java.security.KeyPair extends Object implements Serializable |
|---|
serialVersionUID: -7565189502268009837L
| Serialized Fields |
|---|
PrivateKey privateKey
PublicKey publicKey
| Class java.security.KeyRep extends Object implements Serializable |
|---|
serialVersionUID: -4757683898830641853L
| Serialization Methods |
|---|
protected Object readResolve()
throws ObjectStreamException
This method supports three Type/format combinations:
- 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
| Serialized Fields |
|---|
KeyRep.Type type
String algorithm
String format
byte[] encoded
| Class java.security.KeyStoreException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: -1119353179322377262L
| Class java.security.NoSuchAlgorithmException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: -7443947487218346562L
| Class java.security.NoSuchProviderException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: 8488111756688534474L
| Class java.security.Permission extends Object implements Serializable |
|---|
serialVersionUID: -5636570222231596674L
| Serialized Fields |
|---|
String name
| Class java.security.PermissionCollection extends Object implements Serializable |
|---|
serialVersionUID: -6727011328946861783L
| Serialized Fields |
|---|
boolean readOnly
| Class java.security.PermissionsHash extends PermissionCollection implements Serializable |
|---|
serialVersionUID: -8491988220802933440L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
Hashtable<K,V> perms
| Class java.security.PrivilegedActionException extends Exception implements Serializable |
|---|
serialVersionUID: 4724086851538908602L
| Serialized Fields |
|---|
Exception exception
| Class java.security.Provider extends Properties implements Serializable |
|---|
serialVersionUID: -4298000515446427739L
Serialization Methods
|
|---|
readObject
private void
readObject
(
ObjectInputStream
in) throws
IOException
,
ClassNotFoundException
Throws:
IOException
ClassNotFoundException
| Serialized Fields |
|---|
String name
String info
double version
| Class java.security.ProviderException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 5256023526693665674L
| Class java.security.SecureRandom extends Random implements Serializable |
|---|
serialVersionUID: 4940670005562187L
| Serialized Fields |
|---|
Provider provider
SecureRandomSpi secureRandomSpi
String algorithm
byte[] state
MessageDigest digest
byte[] randomBytes
int randomBytesUsed
long counter
| Class java.security.SecureRandomSpi extends Object implements Serializable |
|---|
serialVersionUID: -2991854161009191830L
| Class java.security.SecurityPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 5236109936224050470L
| Class java.security.SignatureException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: 7509989324975124438L
| Class java.security.SignedObject extends Object implements Serializable |
|---|
serialVersionUID: 720502720485447167L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
byte[] content
byte[] signature
String thealgorithm
| Class java.security.Signer extends Identity implements Serializable |
|---|
serialVersionUID: -1763464102261361480L
| Serialized Fields |
|---|
PrivateKey privateKey
| Class java.security.Timestamp extends Object implements Serializable |
|---|
serialVersionUID: -5502683707821851294L
| Serialized Fields |
|---|
Date timestamp
CertPath signerCertPath
| Class java.security.UnrecoverableEntryException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: -4527142945246286535L
| Class java.security.UnrecoverableKeyException extends UnrecoverableEntryException implements Serializable |
|---|
serialVersionUID: 7275063078190151277L
| Class java.security.UnresolvedPermission extends Permission implements Serializable |
|---|
serialVersionUID: -4821973115467008846L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream oos)
throws IOException
| Serialized Fields |
|---|
String type
String name
String actions
| Class java.security.UnresolvedPermissionCollection extends PermissionCollection implements Serializable |
|---|
serialVersionUID: -7176153071733132400L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
Hashtable<K,V> permissions
| Package java.security.acl |
|---|
| Class java.security.acl.AclNotFoundException extends Exception implements Serializable |
|---|
serialVersionUID: 5684295034092681791L
| Class java.security.acl.LastOwnerException extends Exception implements Serializable |
|---|
serialVersionUID: -5141997548211140359L
| Class java.security.acl.NotOwnerException extends Exception implements Serializable |
|---|
serialVersionUID: -5555597911163362399L
| Package java.security.cert |
|---|
| Class java.security.cert.Certificate extends Object implements Serializable |
|---|
serialVersionUID: -3585440601605666277L
| Serialization Methods |
|---|
protected Object writeReplace()
throws ObjectStreamException
Since:
1.3
| Serialized Fields |
|---|
String type
| Class java.security.cert.Certificate.CertificateRep extends Object implements Serializable |
|---|
serialVersionUID: -8563758940495660020L
| Serialization Methods |
|---|
protected Object readResolve()
throws ObjectStreamException
| Serialized Fields |
|---|
String type
byte[] data
| Class java.security.cert.CertificateEncodingException extends CertificateException implements Serializable |
|---|
serialVersionUID: 6219492851589449162L
| Class java.security.cert.CertificateException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: 3192535253797119798L
| Class java.security.cert.CertificateExpiredException extends CertificateException implements Serializable |
|---|
serialVersionUID: 9071001339691533771L
| Class java.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable |
|---|
serialVersionUID: 4355919900041064702L
| Class java.security.cert.CertificateParsingException extends CertificateException implements Serializable |
|---|
serialVersionUID: -7989222416793322029L
| Class java.security.cert.CertPath extends Object implements Serializable |
|---|
serialVersionUID: 6068470306649138683L
| Serialization Methods |
|---|
protected Object writeReplace()
throws ObjectStreamException
| Serialized Fields |
|---|
String type
| Class java.security.cert.CertPath.CertPathRep extends Object implements Serializable |
|---|
serialVersionUID: 3015633072427920915L
| Serialization Methods |
|---|
protected Object readResolve()
throws ObjectStreamException
| Serialized Fields |
|---|
String type
byte[] data
| Class java.security.cert.CertPathBuilderException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: 5316471420178794402L
| Class java.security.cert.CertPathValidatorException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: -3083180014971893139L
| Serialized Fields |
|---|
int index
CertPath certPath
| Class java.security.cert.CertStoreException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: 2395296107471573245L
| Class java.security.cert.CRLException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: -6694728944094197147L
| Class java.security.cert.X509Certificate extends Certificate implements Serializable |
|---|
serialVersionUID: -2491127588187038216L
| Package java.security.interfaces |
|---|
| Package java.security.spec |
|---|
| Class java.security.spec.InvalidKeySpecException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: 3546139293998810778L
| Class java.security.spec.InvalidParameterSpecException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: -970468769593399342L
| Package java.sql |
|---|
| Class java.sql.BatchUpdateException extends SQLException implements Serializable |
|---|
serialVersionUID: 5977529877145521757L
| Serialized Fields |
|---|
int[] updateCounts
|
|---|
|
|---|
PropertiesfailedProperties
| Class java.sql.DataTruncation extends SQLWarning implements Serializable |
|---|
serialVersionUID: 6464298989504059473L
| Serialized Fields |
|---|
int index
boolean parameter
boolean read
int dataSize
int transferSize
StringsqlState
| Class java.sql.Date extends Date implements Serializable |
|---|
serialVersionUID: 1511598038487230103L
Class
java.sql.SQLClientInfoException
|
|---|
serialVersionUID: -4319604256824655880L
| Serialized Fields |
|---|
Map<K,V> failedProperties
| Class java.sql.SQLDataException extends SQLNonTransientException implements Serializable |
|---|
serialVersionUID:
-6889123282670549800L
| Class java.sql.SQLDataSetSyncException extends SQLRuntimeException implements Serializable |
|---|
serialVersionUID:
8903821475632327026L
| Serialized Fields |
|---|
DataSetResolver<T> ds
| Class java.sql.SQLException extends Exception implements Serializable |
|---|
serialVersionUID: 2135244094396331484L
| Serialized Fields |
|---|
String SQLState
int vendorCode
SQLException next
Vector<E>vecSQLException
Class
java.sql.SQLFeatureNotSupportedException
|
|---|
serialVersionUID: -1026510870282316051L
| Class java.sql.SQLIntegrityConstraintViolationException extends SQLNonTransientException implements Serializable |
|---|
serialVersionUID:
8033405298774849169L
| Class java.sql.SQLInvalidAuthorizationSpecException extends SQLNonTransientException implements Serializable |
|---|
serialVersionUID:
-64105250450891498L
| Class java.sql.SQLNonTransientConnectionException extends SQLNonTransientException implements Serializable |
|---|
serialVersionUID:
-5852318857474782892L
| Class java.sql.SQLNonTransientException extends SQLException implements Serializable |
|---|
serialVersionUID:
-9104382843534716547L
| Class java.sql.SQLPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: -1439323187199563495L
Class
java.sql.SQLRecoverableException
|
|---|
serialVersionUID: -4144386502923131579L
| Class java.sql.SQLRuntimeException extends RuntimeException implements Serializable |
|---|
serialVersionUID:
-6601416134871891420L
| Class java.sql.SQLSyntaxErrorException extends SQLNonTransientException implements Serializable |
|---|
serialVersionUID:
-1843832610477496053L
| Class java.sql.SQLTimeoutException extends SQLTransientException implements Serializable |
|---|
serialVersionUID:
-4487171280562520262L
| Class java.sql.SQLTransactionRollbackException extends SQLTransientException implements Serializable |
|---|
serialVersionUID:
5246680841170837229L
| Class java.sql.SQLTransientConnectionException extends SQLTransientException implements Serializable |
|---|
serialVersionUID:
-2520155553543391200L
| Class java.sql.SQLTransientException extends SQLException implements Serializable |
|---|
serialVersionUID:
-9042733978262274539L
| Class java.sql.SQLWarning extends SQLException implements Serializable |
|---|
serialVersionUID: 3917336774604784856L
| Class java.sql.Time extends Date implements Serializable |
|---|
serialVersionUID: 8397324403548013681L
| Class java.sql.Timestamp extends Date implements Serializable |
|---|
serialVersionUID: 2745179027874758501L
| Serialized Fields |
|---|
int nanos
| Package java.text |
|---|
| Class java.text.AttributedCharacterIterator.Attribute extends Object implements Serializable |
|---|
serialVersionUID: -9142742483513960612L
| Serialization Methods |
|---|
protected Object readResolve()
throws InvalidObjectException
| Serialized Fields |
|---|
String name
| Class java.text.ChoiceFormat extends NumberFormat implements Serializable |
|---|
serialVersionUID: 1795184449645032964L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
double[] choiceLimits
String[] choiceFormats
| Class java.text.DateFormat extends Format implements Serializable |
|---|
serialVersionUID: 7218322306649953788L
| Serialized Fields |
|---|
Calendar calendar
NumberFormat numberFormat
| Class java.text.DateFormat.Field extends Format.Field implements Serializable |
|---|
serialVersionUID: 7441350119349544720L
| Serialization Methods |
|---|
protected Object readResolve()
throws InvalidObjectException
| Serialized Fields |
|---|
int calendarField
| Class java.text.DateFormatSymbols extends Object implements Serializable |
|---|
serialVersionUID: -5987973545549424702L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream stream)
throws IOException
| Serialized Fields |
|---|
String[] eras
String[] months
String[] shortMonths
String[] weekdays
String[] shortWeekdays
String[] ampms
String[][] zoneStrings
String localPatternChars
Locale locale
| Class java.text.DecimalFormat extends NumberFormat implements Serializable |
|---|
serialVersionUID: 864413376551465018L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
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.
| Serialized Fields |
|---|
String positivePrefix
String positiveSuffix
String negativePrefix
String negativeSuffix
String posPrefixPattern
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
String negPrefixPattern
String negSuffixPattern
int multiplier
byte groupingSize
boolean decimalSeparatorAlwaysShown
boolean parseBigDecimal
DecimalFormatSymbols symbols
boolean useExponentialNotation
byte minExponentDigits
int maximumIntegerDigits
int minimumIntegerDigits
int maximumFractionDigits
int minimumFractionDigits
RoundingMode roundingMode
int serialVersionOnStream
| Class java.text.DecimalFormatSymbols extends Object implements Serializable |
|---|
serialVersionUID: 5772796243397350300L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
char zeroDigit
char groupingSeparator
char decimalSeparator
char perMill
char percent
char digit
char patternSeparator
String infinity
String NaN
char minusSign
String currencySymbol
String intlCurrencySymbol
char monetarySeparator
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.
String exponentialSeparator
If both exponential and exponentialSeparator exist, this exponentialSeparator has the precedence.
Locale locale
int serialVersionOnStream
| Class java.text.Format extends Object implements Serializable |
|---|
serialVersionUID: -299282585814624189L
| Class java.text.Format.Field extends AttributedCharacterIterator.Attribute implements Serializable |
|---|
serialVersionUID: 276966692217360283L
| Class java.text.MessageFormat extends Format implements Serializable |
|---|
serialVersionUID: 6479157306784022952L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
Locale locale
String pattern
Format[] formats
int[] offsets
int[] argumentNumbers
int maxOffset
| Class java.text.MessageFormat.Field extends Format.Field implements Serializable |
|---|
serialVersionUID: 7899943957617360810L
| Serialization Methods |
|---|
protected Object readResolve()
throws InvalidObjectException
| Class java.text.NumberFormat extends Format implements Serializable |
|---|
serialVersionUID: -2308460125733713944L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
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.
private void writeObject(ObjectOutputStream stream)
throws IOException
| Serialized Fields |
|---|
boolean groupingUsed
byte maxIntegerDigits
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.
byte 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 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.
byte maxFractionDigits
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.
byte minFractionDigits
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.
boolean parseIntegerOnly
int maximumIntegerDigits
int minimumIntegerDigits
int maximumFractionDigits
int minimumFractionDigits
int serialVersionOnStream
| Class java.text.NumberFormat.Field extends Format.Field implements Serializable |
|---|
serialVersionUID: 7494728892700160890L
| Serialization Methods |
|---|
protected Object readResolve()
throws InvalidObjectException
| Class java.text.ParseException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
int errorOffset
| Class java.text.SimpleDateFormat extends DateFormat implements Serializable |
|---|
serialVersionUID: 4774881970558875024L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
int serialVersionOnStream
String pattern
DateFormatSymbols formatData
Date defaultCenturyStart
Locale locale
| Package java.util |
|---|
| Class java.util.AbstractMap.SimpleEntry extends Object implements Serializable |
|---|
serialVersionUID: -8499721149061103585L
| Serialized Fields |
|---|
Object key
Object value
| Class java.util.AbstractMap.SimpleImmutableEntry extends Object implements Serializable |
|---|
serialVersionUID: 7138329143949025153L
| Serialized Fields |
|---|
Object key
Object value
| Class java.util.ArrayDeque extends AbstractCollection < E > implements Serializable |
|---|
serialVersionUID: 2340985798034038923L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class java.util.ArrayList extends AbstractList < E > implements Serializable |
|---|
serialVersionUID: 8683452581122892189L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int size
| Class java.util.Arrays.ArrayList extends AbstractList <E> implements Serializable |
|---|
serialVersionUID: -2764017481108945198L
| Serialized Fields |
|---|
Object[] a
| Class java.util.BitSet extends Object implements Serializable |
|---|
serialVersionUID: 7997698588986878753L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
long[] bits
| Class java.util.Calendar extends Object implements Serializable |
|---|
serialVersionUID: -1807547505821590642L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream stream)
throws IOException
| Serialized Fields |
|---|
int[] fields
boolean[] isSet
long time
boolean isTimeSet
boolean areFieldsSet
boolean lenient
TimeZone zone
int firstDayOfWeek
int minimalDaysInFirstWeek
int nextStamp
int serialVersionOnStream
| Class java.util.Collections.CheckedCollection extends Object implements Serializable |
|---|
serialVersionUID: 1578914078182001775L
| Serialized Fields |
|---|
Collection<E> c
Class<T> type
Object[] zeroLengthElementArray
| Class java.util.Collections.CheckedList extends java.util.Collections.CheckedCollection<E> implements Serializable |
|---|
serialVersionUID: 65247728283967356L
| Serialized Fields |
|---|
List<E> list
| Class java.util.Collections.CheckedMap extends Object implements Serializable |
|---|
serialVersionUID: 5742860141034234728L
| Serialized Fields |
|---|
Map<K,V> m
Class<T> keyType
Class<T> valueType
Object[] zeroLengthKeyArray
Object[] zeroLengthValueArray
| Class java.util.Collections.CheckedRandomAccessList extends java.util.Collections.CheckedList<E> implements Serializable |
|---|
serialVersionUID: 1638200125423088369L
| Class java.util.Collections.CheckedSet extends java.util.Collections.CheckedCollection<E> implements Serializable |
|---|
serialVersionUID: 4694047833775013803L
| Class java.util.Collections.CheckedSortedMap extends java.util.Collections.CheckedMap<K,V> implements Serializable |
|---|
serialVersionUID: 1599671320688067438L
| Serialized Fields |
|---|
SortedMap<K,V> sm
| Class java.util.Collections.CheckedSortedSet extends java.util.Collections.CheckedSet<E> implements Serializable |
|---|
serialVersionUID: 1599911165492914959L
| Serialized Fields |
|---|
SortedSet<E> ss
| Class java.util.Collections.CopiesList extends AbstractList <E> implements Serializable |
|---|
serialVersionUID: 2739099268398711800L
| Serialized Fields |
|---|
int n
Object element
| Class java.util.Collections.EmptyList extends AbstractList < Object > implements Serializable |
|---|
serialVersionUID: 8842843931221139166L
| Serialization Methods |
|---|
private Object readResolve()
| Class java.util.Collections.EmptySet extends AbstractSet < Object > implements Serializable |
|---|
serialVersionUID: 1582296315990362920L
| Serialization Methods |
|---|
private Object readResolve()
| Class java.util.Collections.ReverseComparator extends Object implements Serializable |
|---|
serialVersionUID: 7207038068494060240L
Serialization Methods
|
|---|
readResolve
private
Object
readResolve
()
| Class java.util.Collections.ReverseComparator2 extends Object implements Serializable |
|---|
serialVersionUID: 4374092139857L
| Serialized Fields |
|---|
Comparator<T> cmp
| Class java.util.Collections.SingletonSet extends AbstractSet <E> implements Serializable |
|---|
serialVersionUID: 3193687207550431679L
| Serialized Fields |
|---|
Object element
| Class java.util.Collections.SynchronizedCollection extends Object implements Serializable |
|---|
serialVersionUID: 3053995032091335093L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Collection<E> c
Object mutex
| Class java.util.Collections.SynchronizedList extends java.util.Collections.SynchronizedCollection<E> implements Serializable |
|---|
serialVersionUID: -7754090372962971524L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
List<E> list
| Class java.util.Collections.SynchronizedMap extends Object implements Serializable |
|---|
serialVersionUID: 1978198479659022715L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Map<K,V> m
Object mutex
| Class java.util.Collections.SynchronizedRandomAccessList extends java.util.Collections.SynchronizedList<E> implements Serializable |
|---|
serialVersionUID: 1530674583602358482L
| Serialization Methods |
|---|
private Object writeReplace()
| Class java.util.Collections.SynchronizedSet extends java.util.Collections.SynchronizedCollection<E> implements Serializable |
|---|
serialVersionUID: 487447009682186044L
| Class java.util.Collections.SynchronizedSortedMap extends java.util.Collections.SynchronizedMap<K,V> implements Serializable |
|---|
serialVersionUID: -8798146769416483793L
| Serialized Fields |
|---|
SortedMap<K,V> sm
| Class java.util.Collections.SynchronizedSortedSet extends java.util.Collections.SynchronizedSet<E> implements Serializable |
|---|
serialVersionUID: 8695801310862127406L
| Serialized Fields |
|---|
SortedSet<E> ss
| Class java.util.Collections.UnmodifiableCollection extends Object implements Serializable |
|---|
serialVersionUID: 1820017752578914078L
| Serialized Fields |
|---|
Collection<E> c
| Class java.util.Collections.UnmodifiableList extends java.util.Collections.UnmodifiableCollection<E> implements Serializable |
|---|
serialVersionUID: -283967356065247728L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
List<E> list
| Class java.util.Collections.UnmodifiableMap extends Object implements Serializable |
|---|
serialVersionUID: -1034234728574286014L
| Serialized Fields |
|---|
Map<K,V> m
| Class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet extends java.util.Collections.UnmodifiableSet< Map.Entry <K,V>> implements Serializable |
|---|
serialVersionUID: 7854390611657943733L
| Class java.util.Collections.UnmodifiableRandomAccessList extends java.util.Collections.UnmodifiableList<E> implements Serializable |
|---|
serialVersionUID: -2542308836966382001L
| Serialization Methods |
|---|
private Object writeReplace()
| Class java.util.Collections.UnmodifiableSet extends java.util.Collections.UnmodifiableCollection<E> implements Serializable |
|---|
serialVersionUID: -9215047833775013803L
| Class java.util.Collections.UnmodifiableSortedMap extends java.util.Collections.UnmodifiableMap<K,V> implements Serializable |
|---|
serialVersionUID: -8806743815996713206L
| Serialized Fields |
|---|
SortedMap<K,V> sm
| Class java.util.Collections.UnmodifiableSortedSet extends java.util.Collections.UnmodifiableSet<E> implements Serializable |
|---|
serialVersionUID: -4929149591599911165L
| Serialized Fields |
|---|
SortedSet<E> ss
| Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable |
|---|
| Class java.util.Currency extends Object implements Serializable |
|---|
serialVersionUID: -158308464356906721L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
String currencyCode
| Class java.util.Date extends Object implements Serializable |
|---|
serialVersionUID: 7523967970034938905L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class java.util.DuplicateFormatFlagsException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 18890531L
| Serialized Fields |
|---|
String flags
| Class java.util.EmptyStackException extends RuntimeException implements Serializable |
|---|
| Class java.util.EnumMap extends AbstractMap < K extends Enum < K >, V > implements Serializable |
|---|
serialVersionUID: 458661240069192865L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Class<T> keyType
| Class java.util.EnumSet.SerializationProxy extends Object implements Serializable |
|---|
serialVersionUID: 362491234563181265L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
Class<T> elementType
Enum<E extends Enum<E>>[] elements
| Class java.util.EventObject extends Object implements Serializable |
|---|
serialVersionUID: 5516075349620653480L
| Class java.util.FormatFlagsConversionMismatchException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19120414L
| Serialized Fields |
|---|
String f
char c
| Class java.util.FormatterClosedException extends IllegalStateException implements Serializable |
|---|
serialVersionUID: 18111216L
| Class java.util.GregorianCalendar extends Calendar implements Serializable |
|---|
serialVersionUID: -8125100834729963327L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
long gregorianCutover
| Class java.util.HashMap extends AbstractMap < K , V > implements Serializable |
|---|
serialVersionUID: 362498820763181265L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
(an int,
mapping.
no particular order.
| Serialized Fields |
|---|
int threshold
float loadFactor
| Class java.util.HashSet extends AbstractSet < E > implements Serializable |
|---|
serialVersionUID: -5024744406713321676L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class java.util.Hashtable extends Dictionary < K , V > implements Serializable |
|---|
serialVersionUID: 1421746759512286392L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int threshold
float loadFactor
| Class java.util.IdentityHashMap extends AbstractMap < K , V > implements Serializable |
|---|
serialVersionUID: 8188218128353913216L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int size
| Class java.util.IllegalFormatCodePointException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19080630L
| Serialized Fields |
|---|
int c
| Class java.util.IllegalFormatConversionException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 17000126L
| Serialized Fields |
|---|
char c
Class<T> arg
| Class java.util.IllegalFormatException extends IllegalArgumentException implements Serializable |
|---|
serialVersionUID: 18830826L
| Class java.util.IllegalFormatFlagsException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 790824L
| Serialized Fields |
|---|
String flags
| Class java.util.IllegalFormatPrecisionException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 18711008L
| Serialized Fields |
|---|
int p
| Class java.util.IllegalFormatWidthException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 16660902L
| Serialized Fields |
|---|
int w
| Class java.util.InputMismatchException extends NoSuchElementException implements Serializable |
|---|
| Class java.util.LinkedHashMap extends HashMap < K , V > implements Serializable |
|---|
serialVersionUID: 3801124242820219131L
| Serialized Fields |
|---|
boolean accessOrder
| Class java.util.LinkedHashSet extends HashSet < E > implements Serializable |
|---|
serialVersionUID: -2851667679971038690L
| Class java.util.LinkedList extends AbstractSequentialList < E > implements Serializable |
|---|
serialVersionUID: 876323262645176354L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class java.util.Locale extends Object implements Serializable |
|---|
serialVersionUID: 9149081749638150636L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
Newer language codes are replaced with older ISO codes.
The
| Serialized Fields |
|---|
String language
String country
String variant
int hashcode
| Class java.util.MissingFormatArgumentException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19190115L
| Serialized Fields |
|---|
String s
| Class java.util.MissingFormatWidthException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 15560123L
| Serialized Fields |
|---|
String s
| Class java.util.MissingResourceException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -4876345176062000401L
| Serialized Fields |
|---|
String className
String key
| Class java.util.NoSuchElementException extends RuntimeException implements Serializable |
|---|
| Class java.util.PriorityQueue extends AbstractQueue < E > implements Serializable |
|---|
serialVersionUID: -7720805057305804111L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
Reconstitutes
deserializes
private void writeObject(ObjectOutputStream s)
throws IOException
Saves
serializes
Object)
| Serialized Fields |
|---|
int size
Comparator<T> comparator
| Class java.util.Properties extends Hashtable < Object , Object > implements Serializable |
|---|
serialVersionUID: 4112578634029874840L
| Serialized Fields |
|---|
Properties defaults
| Class java.util.PropertyPermissionCollection extends PermissionCollection implements Serializable |
|---|
serialVersionUID: 7015263904581634791L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
boolean all_allowed
Hashtable<K,V> permissions
| Class java.util.Random extends Object implements Serializable |
|---|
serialVersionUID: 3905348978240129619L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
Save the Random instance to a stream.
| Serialization Overview |
|---|
| Serialized Fields |
|---|
boolean haveNextNextGaussian
double; nextNextGaussian
long; seed
| Class java.util.ServiceConfigurationError extends Error implements Serializable |
|---|
serialVersionUID: 74132770414881L
| Class java.util.SimpleTimeZone extends TimeZone implements Serializable |
|---|
serialVersionUID: -403250971215465050L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream stream)
throws IOException
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.
| Serialized Fields |
|---|
int startMonth
If useDaylight is false, this value is ignored.
int startDay
If useDaylight is false, this value is ignored.
int startDayOfWeek
If useDaylight is false or startMode == DAY_OF_MONTH, this value is ignored.
int startTime
If useDaylight is false, this value is ignored.
int startTimeMode
int endMonth
If useDaylight is false, this value is ignored.
int endDay
If useDaylight is false, this value is ignored.
int endDayOfWeek
If useDaylight is false or endMode == DAY_OF_MONTH, this value is ignored.
int endTime
If useDaylight is false, this value is ignored.
int endTimeMode
int startYear
If useDaylight is false, this value is ignored.
int rawOffset
boolean useDaylight
byte[] monthLength
int startMode
If useDaylight is false, this value is ignored.
int endMode
If useDaylight is false, this value is ignored.
int dstSavings
If useDaylight is false, this value is ignored.
int serialVersionOnStream
| Class java.util.Stack extends Vector < E > implements Serializable |
|---|
serialVersionUID: 1224463164541339165L
| Class java.util.TimeZone extends Object implements Serializable |
|---|
serialVersionUID: 3581463369166924961L
| Serialized Fields |
|---|
String ID
| Class java.util.TooManyListenersException extends Exception implements Serializable |
|---|
| Class java.util.TreeMap extends AbstractMap < K , V > implements Serializable |
|---|
serialVersionUID: 919286545866124006L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Comparator<T> comparator
Class java.util.TreeMap.AscendingSubMap extends java.util.TreeMap.NavigableSubMap<K,V> implements Serializable
|
|---|
serialVersionUID:
912986545866124060L
Class java.util.TreeMap.DescendingSubMap extends java.util.TreeMap.NavigableSubMap<K,V> implements Serializable
|
|---|
serialVersionUID:
912986545866120460L
Serialized Fields
|
|---|
reverseComparator
Comparator
<
T
>
reverseComparator
Class java.util.TreeMap.NavigableSubMap extends
AbstractMap
|
|---|
Serialized Fields
|
|---|
m
TreeMap
<
K
,
V
>
m
The backing map.
lo
Object
lo
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive). If fromStart is true, then the low (absolute) bound is the start of the backing map, and the other values are ignored. Otherwise, if loInclusive is true, lo is the inclusive bound, else lo is the exclusive bound. Similarly for the upper bound.
hi
Object
hi
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive). If fromStart is true, then the low (absolute) bound is the start of the backing map, and the other values are ignored. Otherwise, if loInclusive is true, lo is the inclusive bound, else lo is the exclusive bound. Similarly for the upper bound.
fromStart
boolean
fromStart
toEnd
boolean
toEnd
loInclusive
boolean
loInclusive
hiInclusive
boolean
hiInclusive
Class java.util.TreeMap.SubMap extends
AbstractMap
<
K
,
V
|
|---|
serialVersionUID:
-6520786458950516097L
Serialization Methods
|
|---|
readResolve
private
Object
readResolve
()
Serialized Fields
|
|---|
fromStart
boolean
fromStart
toEnd
boolean
toEnd
fromKey
Object
fromKey
toKey
Object
toKey
| Class java.util.TreeSet extends AbstractSet < E > implements Serializable |
|---|
serialVersionUID: -2479143000061671589L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class java.util.UnknownFormatConversionException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19060418L
| Serialized Fields |
|---|
String s
| Class java.util.UnknownFormatFlagsException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19370506L
| Serialized Fields |
|---|
String flags
| Class java.util.UUID extends Object implements Serializable |
|---|
serialVersionUID: -4856846361193249489L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
long mostSigBits
long leastSigBits
| Class java.util.Vector extends AbstractList < E > implements Serializable |
|---|
serialVersionUID: -2767605614048989439L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Object[] elementData
Any array elements following the last element in the Vector are null.
int elementCount
int capacityIncrement
| Package java.util.concurrent |
|---|
| Class java.util.concurrent.ArrayBlockingQueue extends AbstractQueue < E > implements Serializable |
|---|
serialVersionUID: -817911632652898426L
| Serialized Fields |
|---|
Object[] items
takeIndex
int
takeIndex
items index for next take, poll or remove
putIndex
int
putIndex
items index for next put, offer, or add.
int count
ReentrantLock lock
Condition notEmpty
Condition notFull
| Class java.util.concurrent.BrokenBarrierException extends Exception implements Serializable |
|---|
serialVersionUID: 7117394618823254244L
| Class java.util.concurrent.CancellationException extends IllegalStateException implements Serializable |
|---|
serialVersionUID: -9202173006928992231L
| Class java.util.concurrent.ConcurrentHashMap extends AbstractMap < K , V > implements Serializable |
|---|
serialVersionUID: 7249069246763182397L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int segmentMask
int segmentShift
java.util.concurrent.ConcurrentHashMap.Segment<K,V>[] segments
| Class java.util.concurrent.ConcurrentLinkedQueue extends AbstractQueue < E > implements Serializable |
|---|
serialVersionUID: 196745693267521676L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class java.util.concurrent.ConcurrentSkipListMap extends AbstractMap < K , V > implements Serializable |
|---|
serialVersionUID: -8627078645895051609L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Comparator<T> comparator
Class
java.util.concurrent.ConcurrentSkipListMap.SubMap
AbstractMap
|
|---|
serialVersionUID:
-7647078645895051609L
-2479143111061671589L
| Serialized Fields |
|---|
ConcurrentSkipListMap<K,V> m
Underlying map
lo
Object
lo
lower bound key, or null if from start
hi
Object
hi
upper bound key, or null if to end
loInclusive
boolean
loInclusive
inclusion flag for lo
hiInclusive
boolean
hiInclusive
inclusion flag for hi
isDescending
boolean
isDescending
direction
Class
java.util.concurrent.ConcurrentSkipListSet
extends
AbstractSet
<
E
|
|---|
serialVersionUID:
-2479143111061671589L
Serialized Fields
|
|---|
m
ConcurrentNavigableMap
<
K
,
V
>
m
This field is declared final for the sake of thread safety, which entails some ugliness in clone()
| Class java.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable |
|---|
serialVersionUID: 8673264195747942595L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class java.util.concurrent.CopyOnWriteArraySet extends AbstractSet < E > implements Serializable |
|---|
serialVersionUID: 5457747651344034263L
| Serialized Fields |
|---|
CopyOnWriteArrayList<E> al
| Class java.util.concurrent.ExecutionException extends Exception implements Serializable |
|---|
serialVersionUID: 7830266012832686185L
| Class java.util.concurrent.LinkedBlockingDeque extends AbstractQueue < E > implements Serializable |
|---|
serialVersionUID: -387911632671998426L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int capacity
ReentrantLock lock
Condition notEmpty
Condition notFull
| Class java.util.concurrent.LinkedBlockingQueue extends AbstractQueue < E > implements Serializable |
|---|
serialVersionUID: -6903933977591709194L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
int capacity
AtomicInteger count
ReentrantLock takeLock
Condition notEmpty
ReentrantLock putLock
Condition notFull
| Class java.util.concurrent.PriorityBlockingQueue extends AbstractQueue < E > implements Serializable |
|---|
serialVersionUID: 5595510919245408276L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws IOException
Saves
serializes
| Serialized Fields |
|---|
PriorityQueue<E> q
ReentrantLock lock
Condition notEmpty
| Class java.util.concurrent.RejectedExecutionException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -375805702767069545L
| Class java.util.concurrent.Semaphore extends Object implements Serializable |
|---|
serialVersionUID: -3222578661600680210L
| Serialized Fields |
|---|
java.util.concurrent.Semaphore.Sync sync
| Class java.util.concurrent.SynchronousQueue extends AbstractQueue < E > implements Serializable |
|---|
serialVersionUID: -3223113410248163686L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
ReentrantLock qlock
java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
| Class java.util.concurrent.TimeoutException extends Exception implements Serializable |
|---|
serialVersionUID: 1900926677490660714L
| Package java.util.concurrent.atomic |
|---|
| Class java.util.concurrent.atomic.AtomicBoolean extends Object implements Serializable |
|---|
serialVersionUID: 4654671469794556979L
| Serialized Fields |
|---|
int value
| Class java.util.concurrent.atomic.AtomicInteger extends Number implements Serializable |
|---|
serialVersionUID: 6214790243416807050L
| Serialized Fields |
|---|
int value
| Class java.util.concurrent.atomic.AtomicIntegerArray extends Object implements Serializable |
|---|
serialVersionUID: 2862133569453604235L
| Serialized Fields |
|---|
int[] array
| Class java.util.concurrent.atomic.AtomicLong extends Number implements Serializable |
|---|
serialVersionUID: 1927816293512124184L
| Serialized Fields |
|---|
long value
| Class java.util.concurrent.atomic.AtomicLongArray extends Object implements Serializable |
|---|
serialVersionUID: -2308431214976778248L
| Serialized Fields |
|---|
long[] array
| Class java.util.concurrent.atomic.AtomicReference extends Object implements Serializable |
|---|
serialVersionUID: -1848883965231344442L
| Serialized Fields |
|---|
Object value
| Class java.util.concurrent.atomic.AtomicReferenceArray extends Object implements Serializable |
|---|
serialVersionUID: -6209656149925076980L
| Serialized Fields |
|---|
Object[] array
| Package java.util.concurrent.locks |
|---|
| Class java.util.concurrent.locks.AbstractOwnableSynchronizer extends Object implements Serializable |
|---|
serialVersionUID: 3737899427754241961L
| Class java.util.concurrent.locks.AbstractQueuedLongSynchronizer extends AbstractOwnableSynchronizer implements Serializable |
|---|
serialVersionUID: 7373984972572414692L
| Serialized Fields |
|---|
long state
| Class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject extends Object implements Serializable |
|---|
serialVersionUID: 1173984872572414699L
| Class java.util.concurrent.locks.AbstractQueuedSynchronizer extends AbstractOwnableSynchronizer implements Serializable |
|---|
serialVersionUID: 7373984972572414691L
| Serialized Fields |
|---|
int state
| Class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject extends Object implements Serializable |
|---|
serialVersionUID: 1173984872572414699L
| Class java.util.concurrent.locks.ReentrantLock extends Object implements Serializable |
|---|
serialVersionUID: 7373984872572414699L
| Serialized Fields |
|---|
java.util.concurrent.locks.ReentrantLock.Sync sync
| Class java.util.concurrent.locks.ReentrantReadWriteLock extends Object implements Serializable |
|---|
serialVersionUID: -6992448646407690164L
| Serialized Fields |
|---|
ReentrantReadWriteLock.ReadLock readerLock
ReentrantReadWriteLock.WriteLock writerLock
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
| Class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock extends Object implements Serializable |
|---|
serialVersionUID: -5992448646407690164L
| Serialized Fields |
|---|
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
| Class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock extends Object implements Serializable |
|---|
serialVersionUID: -4992448646407690164L
| Serialized Fields |
|---|
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
| Package java.util.jar |
|---|
| Class java.util.jar.JarException extends ZipException implements Serializable |
|---|
| Package java.util.logging |
|---|
| Class java.util.logging.Level extends Object implements Serializable |
|---|
serialVersionUID: -8176160795706313070L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
String name
int value
String resourceBundleName
| Class java.util.logging.LoggingPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 63564341580231582L
| Class java.util.logging.LogRecord extends Object implements Serializable |
|---|
serialVersionUID: 5372048053134512534L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
Level level
long sequenceNumber
String sourceClassName
String sourceMethodName
String message
int threadID
long millis
Throwable thrown
String loggerName
String resourceBundleName
| Package java.util.prefs |
|---|
| Class java.util.prefs.BackingStoreException extends Exception implements Serializable |
|---|
serialVersionUID: 859796500401108469L
| Class java.util.prefs.InvalidPreferencesFormatException extends Exception implements Serializable |
|---|
serialVersionUID: -791715184232119669L
| Package java.util.regex |
|---|
| Class java.util.regex.Pattern extends Object implements Serializable |
|---|
serialVersionUID: 5073258162644648461L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
String pattern
int flags
| Class java.util.regex.PatternSyntaxException extends IllegalArgumentException implements Serializable |
|---|
| Serialized Fields |
|---|
String desc
String pattern
int index
| Package java.util.zip |
|---|
| Class java.util.zip.DataFormatException extends Exception implements Serializable |
|---|
Class
java.util.zip.ZipError
|
|---|
serialVersionUID: 853973422266861979L
| Class java.util.zip.ZipException extends IOException implements Serializable |
|---|
| Package javax.activation |
|---|
| Class javax.activation.ActivationDataFlavor extends DataFlavor implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput is)
throws IOException,
ClassNotFoundException
public void writeExternal(ObjectOutput os)
throws IOException
| Class javax.activation.MimeType extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
| Class javax.activation.MimeTypeParseException extends Exception implements Serializable |
|---|
| Class javax.activation.UnsupportedDataTypeException extends IOException implements Serializable |
|---|
| Package javax.activity |
|---|
| Class javax.activity.ActivityCompletedException extends RemoteException implements Serializable |
|---|
| Class javax.activity.ActivityRequiredException extends RemoteException implements Serializable |
|---|
| Class javax.activity.InvalidActivityException extends RemoteException implements Serializable |
|---|
Package
javax.annotation.processing
|
|---|
Class
javax.annotation.processing.FilerException
extends
IOException
|
|---|
serialVersionUID:
8426423106453163293L
| Package javax.crypto |
|---|
| Class javax.crypto.BadPaddingException extends GeneralSecurityException implements Serializable |
|---|
| Class javax.crypto.ExemptionMechanismException extends GeneralSecurityException implements Serializable |
|---|
| Class javax.crypto.IllegalBlockSizeException extends GeneralSecurityException implements Serializable |
|---|
| Class javax.crypto.NoSuchPaddingException extends GeneralSecurityException implements Serializable |
|---|
| Class javax.crypto.SealedObject extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
byte[] encodedParams
That is, cipher.getParameters().getEncoded().
byte[] encryptedContent
String sealAlg
String paramsAlg
| Class javax.crypto.ShortBufferException extends GeneralSecurityException implements Serializable |
|---|
| Package javax.crypto.interfaces |
|---|
| Package javax.crypto.spec |
|---|
| Class javax.crypto.spec.SecretKeySpec extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
byte[] key
String algorithm
| Package javax.imageio |
|---|
| Class javax.imageio.IIOException extends IOException implements Serializable |
|---|
| Package javax.imageio.metadata |
|---|
| Class javax.imageio.metadata.IIOInvalidTreeException extends IIOException implements Serializable |
|---|
| Serialized Fields |
|---|
Node offendingNode
Package
javax.lang.model.element
|
|---|
Class
javax.lang.model.element.UnknownAnnotationValueException
extends
RuntimeException
|
|---|
Class
javax.lang.model.element.UnknownElementException
extends
RuntimeException
|
|---|
Package
javax.lang.model.type
|
|---|
Class
javax.lang.model.type.MirroredTypeException
extends
RuntimeException
|
|---|
Class
javax.lang.model.type.MirroredTypesException
extends
RuntimeException
|
|---|
Class
javax.lang.model.type.UnknownTypeException
extends
RuntimeException
|
|---|
| Package javax.management |
|---|
| Class javax.management.AndQueryExp extends QueryEval implements Serializable |
|---|
serialVersionUID: -1081892073854801359L
| Serialized Fields |
|---|
QueryExp exp1
QueryExp exp2
| Class javax.management.Attribute extends Object implements Serializable |
|---|
serialVersionUID: 2484220110589082382L
| Serialized Fields |
|---|
String name
Object value
| Class javax.management.AttributeChangeNotification extends Notification implements Serializable |
|---|
serialVersionUID: 535176054565814134L
| Serialized Fields |
|---|
String attributeName
String attributeType
Object oldValue
Object newValue
| Class javax.management.AttributeChangeNotificationFilter extends Object implements Serializable |
|---|
serialVersionUID: -6347317584796410029L
| Serialized Fields |
|---|
Vector<E> enabledAttributes
| Class javax.management.AttributeList extends ArrayList < Object > implements Serializable |
|---|
serialVersionUID: -4077085769279709076L
| Class javax.management.AttributeNotFoundException extends OperationsException implements Serializable |
|---|
serialVersionUID: 6511584241791106926L
| Class javax.management.AttributeValueExp extends Object implements Serializable |
|---|
serialVersionUID: -7768025046539163385L
| Serialized Fields |
|---|
String attr
| Class javax.management.BadAttributeValueExpException extends Exception implements Serializable |
|---|
serialVersionUID: -3105272988410493376L
| Serialized Fields |
|---|
Object val
| Class javax.management.BadBinaryOpValueExpException extends Exception implements Serializable |
|---|
serialVersionUID: 5068475589449021227L
| Serialized Fields |
|---|
ValueExp exp
| Class javax.management.BadStringOperationException extends Exception implements Serializable |
|---|
serialVersionUID: 7802201238441662100L
| Serialized Fields |
|---|
String op
| Class javax.management.BetweenQueryExp extends QueryEval implements Serializable |
|---|
serialVersionUID: -2933597532866307444L
| Serialized Fields |
|---|
ValueExp exp1
ValueExp exp2
ValueExp exp3
| Class javax.management.BinaryOpValueExp extends QueryEval implements Serializable |
|---|
serialVersionUID: 1216286847881456786L
| Serialized Fields |
|---|
int op
ValueExp exp1
ValueExp exp2
| Class javax.management.BinaryRelQueryExp extends QueryEval implements Serializable |
|---|
serialVersionUID: -5690656271650491000L
| Serialized Fields |
|---|
int relOp
ValueExp exp1
ValueExp exp2
| Class javax.management.BooleanValueExp extends QueryEval implements Serializable |
|---|
serialVersionUID: 7754922052666594581L
| Serialized Fields |
|---|
boolean val
| Class javax.management.ClassAttributeValueExp extends AttributeValueExp implements Serializable |
|---|
| Serialized Fields |
|---|
String attr
| Class javax.management.ImmutableDescriptor extends Object implements Serializable |
|---|
serialVersionUID: 8853308591080540165L
| Serialization Methods |
|---|
private Object readResolve()
throws InvalidObjectException
| Serialized Fields |
|---|
String[] names
Object[] values
| Class javax.management.InQueryExp extends QueryEval implements Serializable |
|---|
serialVersionUID: -5801329450358952434L
| Serialized Fields |
|---|
ValueExp val
ValueExp[] valueList
| Class javax.management.InstanceAlreadyExistsException extends OperationsException implements Serializable |
|---|
serialVersionUID: 8893743928912733931L
| Class javax.management.InstanceNotFoundException extends OperationsException implements Serializable |
|---|
serialVersionUID: -882579438394773049L
| Class javax.management.InstanceOfQueryExp extends QueryEval implements Serializable |
|---|
serialVersionUID: -1081892073854801359L
| Serialized Fields |
|---|
classNameValue
StringValueExp
StringclassNameValue
className
The
StringValueExp
returning the name of the class of which selected MBeans should be instances.
| Class javax.management.IntrospectionException extends OperationsException implements Serializable |
|---|
serialVersionUID: 1054516935875481725L
| Class javax.management.InvalidApplicationException extends Exception implements Serializable |
|---|
serialVersionUID: -3048022274675537269L
| Serialized Fields |
|---|
Object val
| Class javax.management.InvalidAttributeValueException extends OperationsException implements Serializable |
|---|
serialVersionUID: 2164571879317142449L
| Class javax.management.JMException extends Exception implements Serializable |
|---|
serialVersionUID: 350520924977331825L
| Class javax.management.JMRuntimeException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 6573344628407841861L
| Class javax.management.ListenerNotFoundException extends OperationsException implements Serializable |
|---|
serialVersionUID: -7242605822448519061L
| Class javax.management.MalformedObjectNameException extends OperationsException implements Serializable |
|---|
serialVersionUID: -572689714442915824L
| Class javax.management.MatchQueryExp extends QueryEval implements Serializable |
|---|
serialVersionUID: -7156603696948215014L
| Serialized Fields |
|---|
AttributeValueExp exp
String pattern
| Class javax.management.MBeanAttributeInfo extends MBeanFeatureInfo implements Serializable |
|---|
| Serialized Fields |
|---|
String attributeType
boolean isWrite
boolean isRead
boolean is
| Class javax.management.MBeanConstructorInfo extends MBeanFeatureInfo implements Serializable |
|---|
serialVersionUID: 4433990064191844427L
| Serialized Fields |
|---|
MBeanParameterInfo[] signature
| Class javax.management.MBeanException extends JMException implements Serializable |
|---|
serialVersionUID: 4066342430588744142L
| Serialized Fields |
|---|
Exception exception
| Class javax.management.MBeanFeatureInfo extends Object implements Serializable |
|---|
serialVersionUID: 3952882688968447265L
Serialization Methods
|
|---|
readObject
private void
readObject
(
ObjectInputStream
in) throws
IOException
,
ClassNotFoundException
Deserializes an
MBeanFeatureInfo
from an
ObjectInputStream
.
Serial Data:
For compatibility reasons, an object of this class is deserialized as follows.
The method
defaultReadObject()
is called first to deserialize the object except the field descriptor, which is not serialized in the default way. Then the method
read()
is called to read a byte, the field descriptor is deserialized according to the value of the byte value:
1. The method
readObject()
is called twice to obtain the field names (a String[]) and the field values (a Object[]) of the descriptor. The two obtained values then are used to construct an
ImmutableDescriptor
0. The value for the field descriptor is obtained directly by calling the method
readObject()
. If the obtained value is null, the field descriptor is set to
EMPTY_DESCRIPTOR
-1. This means that there is no byte to read and that the object is from an earlier version of the JMX API. The field descriptor is set to
EMPTY_DESCRIPTOR
Any other value. A
StreamCorruptedException
Throws:
IOException
ClassNotFoundException
Since:
1.6
writeObject
private void
writeObject
(
ObjectOutputStream
out) throws
IOException
Serializes an
MBeanFeatureInfo
to an
ObjectOutputStream
.
Serial Data:
For compatibility reasons, an object of this class is serialized as follows.
The method
defaultWriteObject()
is called first to serialize the object except the field descriptor which is declared as transient. The field descriptor is serialized as follows:
If descriptor is an instance of the class
ImmutableDescriptor
, the method
write(int val)
is called to write a byte with the value 1, then the method
writeObject(Object obj)
Otherwise, the method
write(int val)
is called to write a byte with the value 0, then the method
writeObject(Object obj)
is called to serialize directly the field descriptor.
Throws:
IOException
Since:
1.6
| Serialized Fields |
|---|
String name
String description
Descriptordescriptor
| Class javax.management.MBeanInfo extends Object implements Serializable |
|---|
serialVersionUID: -6451021435135161911L
Serialization Methods
|
|---|
readObject
private void
DescriptorreadObject
descriptor(
ObjectInputStream
in) throws
IOException
,
ClassNotFoundException
Deserializes an
MBeanInfo
from an
ObjectInputStream
.
Serial Data:
For compatibility reasons, an object of this class is deserialized as follows.
The method
defaultReadObject()
is called first to deserialize the object except the field descriptor, which is not serialized in the default way. Then the method
read()
is called to read a byte, the field descriptor is deserialized according to the value of the byte value:
1. The method
readObject()
is called twice to obtain the field names (a String[]) and the field values (a Object[]) of the descriptor. The two obtained values then are used to construct an
ImmutableDescriptor
0. The value for the field descriptor is obtained directly by calling the method
readObject()
. If the obtained value is null, the field descriptor is set to
EMPTY_DESCRIPTOR
-1. This means that there is no byte to read and that the object is from an earlier version of the JMX API. The field descriptor is set to
EMPTY_DESCRIPTOR
Any other value. A
StreamCorruptedException
Throws:
IOException
ClassNotFoundException
Since:
1.6
writeObject
private void
writeObject
(
ObjectOutputStream
out) throws
IOException
Serializes an
MBeanInfo
to an
ObjectOutputStream
.
Serial Data:
For compatibility reasons, an object of this class is serialized as follows.
The method
defaultWriteObject()
is called first to serialize the object except the field descriptor which is declared as transient. The field descriptor is serialized as follows:
If descriptor is an instance of the class
ImmutableDescriptor
, the method
write(int val)
is called to write a byte with the value 1, then the method
writeObject(Object obj)
Otherwise, the method
write(int val)
is called to write a byte with the value 0, then the method
writeObject(Object obj)
is called to serialize the field descriptor directly.
Throws:
IOException
Since:
1.6
Serialized Fields
|
|---|
String description
String className
MBeanAttributeInfo[] attributes
MBeanOperationInfo[] operations
MBeanConstructorInfo[] constructors
MBeanNotificationInfo[] notifications
| Class javax.management.MBeanNotificationInfo extends MBeanFeatureInfo implements Serializable |
|---|
serialVersionUID: -3888371564530107064L
| Serialized Fields |
|---|
String[] types
| Class javax.management.MBeanOperationInfo extends MBeanFeatureInfo implements Serializable |
|---|
serialVersionUID: -6178860474881375330L
| Serialized Fields |
|---|
String type
MBeanParameterInfo[] signature
int impact
| Class javax.management.MBeanParameterInfo extends MBeanFeatureInfo implements Serializable |
|---|
serialVersionUID: 7432616882776782338L
| Serialized Fields |
|---|
String type
| Class javax.management.MBeanPermission extends Permission implements Serializable |
|---|
serialVersionUID: -2416928705275160661L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
String actions
| Class javax.management.MBeanRegistrationException extends MBeanException implements Serializable |
|---|
serialVersionUID: 4482382455277067805L
| Class javax.management.MBeanServerNotification extends Notification implements Serializable |
|---|
serialVersionUID: 2876477500475969677L
| Serialized Fields |
|---|
ObjectName objectName
| Class javax.management.MBeanServerPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: -5661980843569388590L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Class javax.management.MBeanServerPermissionCollection extends PermissionCollection implements Serializable |
|---|
serialVersionUID: -5661980843569388590L
| Serialized Fields |
|---|
MBeanServerPermission collectionPermission
| Class javax.management.MBeanTrustPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: -2952178077029018140L
| Class javax.management.NotCompliantMBeanException extends OperationsException implements Serializable |
|---|
serialVersionUID: 5175579583207963577L
| Class javax.management.Notification extends EventObject implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
String message
long sequenceNumber
Object source
long timeStamp
String type
Object userData
| Class javax.management.NotificationFilterSupport extends Object implements Serializable |
|---|
serialVersionUID: 6579080007561786969L
| Serialized Fields |
|---|
List<E> enabledTypes
| Class javax.management.NotQueryExp extends QueryEval implements Serializable |
|---|
serialVersionUID: 5269643775896723397L
| Serialized Fields |
|---|
QueryExp exp
| Class javax.management.NumericValueExp extends QueryEval implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
Number val
The numeric value
The
serialVersionUID
of this class is -4679739485102359104L.
The {@link Number} representing the numeric value
| Class javax.management.ObjectInstance extends Object implements Serializable |
|---|
serialVersionUID: -4099952623687795850L
| Serialized Fields |
|---|
ObjectName name
String className
| Class javax.management.ObjectName extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
| Class javax.management.OperationsException extends JMException |
|---|
serialVersionUID: -4967597595580536216L
| Class javax.management.OrQueryExp extends QueryEval |
|---|
serialVersionUID: 2962973084421716523L
| Serialized Fields |
|---|
QueryExpexp1
QueryExpexp2
| Class javax.management.QualifiedAttributeValueExp extends AttributeValueExp |
|---|
serialVersionUID: 8832517277410933254L
| Serialized Fields |
|---|
StringclassName
| Class javax.management.QueryEval extends Object |
|---|
serialVersionUID: 2675899265640874796L
| Class javax.management.ReflectionException extends JMException |
|---|
serialVersionUID: 9170809325636915553L
| Serialized Fields |
|---|
Exceptionexception
| Class javax.management.RuntimeErrorException extends JMRuntimeException |
|---|
serialVersionUID: 704338937753949796L
| Serialized Fields |
|---|
Errorerror
| Class javax.management.RuntimeMBeanException extends JMRuntimeException |
|---|
serialVersionUID: 5274912751982730171L
| Serialized Fields |
|---|
RuntimeExceptionruntimeException
| Class javax.management.RuntimeOperationsException extends JMRuntimeException |
|---|
serialVersionUID: -8408923047489133588L
| Serialized Fields |
|---|
RuntimeExceptionruntimeException
| Class javax.management.ServiceNotFoundException extends OperationsException |
|---|
serialVersionUID: -3990675661956646827L
| Class javax.management.StringValueExp extends Object |
|---|
serialVersionUID: -3256390509806284044L
| Serialized Fields |
|---|
Stringval
| Package javax.management.loading |
|---|
| Class javax.management.loading.MLet extends URLClassLoader |
|---|
serialVersionUID: 3636148327800330130L
| Serialization Methods |
|---|
public 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
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)
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
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)
| Class javax.management.loading.PrivateMLet extends MLet |
|---|
serialVersionUID: 2503458973393711979L
| Serialization Methods |
|---|
public 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
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)
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
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)
| Package javax.management.modelmbean |
|---|
| Class javax.management.modelmbean.DescriptorSupport extends Object |
|---|
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject ( ObjectOutputStream out) throws IOException
| Serialized Fields |
|---|
HashMap< K, Vdescriptor
| Class javax.management.modelmbean.InvalidTargetObjectTypeException extends Exception |
|---|
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject ( ObjectOutputStream out) throws IOException
| Serialized Fields |
|---|
Exceptionexception
| Class javax.management.modelmbean.ModelMBeanAttributeInfo extends MBeanAttributeInfo |
|---|
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject ( ObjectOutputStream out) throws IOException
| Serialized Fields |
|---|
DescriptorattrDescriptor
| Class javax.management.modelmbean.ModelMBeanConstructorInfo extends MBeanConstructorInfo |
|---|
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject ( ObjectOutputStream out) throws IOException
| Serialized Fields |
|---|
DescriptorconsDescriptor
| Class javax.management.modelmbean.ModelMBeanInfoSupport extends MBeanInfo |
|---|
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject ( ObjectOutputStream out) throws IOException
| Serialized Fields |
|---|
ModelMBeanAttributeInfo[] modelMBeanAttributes
MBeanConstructorInfo[] modelMBeanConstructors
DescriptormodelMBeanDescriptor
MBeanNotificationInfo[] modelMBeanNotifications
MBeanOperationInfo[] modelMBeanOperations
| Class javax.management.modelmbean.ModelMBeanNotificationInfo extends MBeanNotificationInfo |
|---|
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject ( ObjectOutputStream out) throws IOException
| Serialized Fields |
|---|
DescriptornotificationDescriptor
| Class javax.management.modelmbean.ModelMBeanOperationInfo extends MBeanOperationInfo |
|---|
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject ( ObjectOutputStream out) throws IOException
| Serialized Fields |
|---|
DescriptoroperationDescriptor
| Class javax.management.modelmbean.XMLParseException extends Exception |
|---|
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject ( ObjectOutputStream out) throws IOException
| Serialized Fields |
|---|
| Package javax.management.monitor |
|---|
| Class javax.management.monitor.MonitorNotification extends Notification |
|---|
serialVersionUID: -4608189663661929204L
| Serialized Fields |
|---|
ObjectNameobservedObject
StringobservedAttribute
ObjectderivedGauge
Objecttrigger
| Class javax.management.monitor.MonitorSettingException extends JMRuntimeException |
|---|
serialVersionUID: -8807913418190202007L
| Package javax.management.openmbean |
|---|
| Class javax.management.openmbean.ArrayType extends OpenType < T |
|---|
serialVersionUID: 720504429830309770L
| Serialization Methods |
|---|
private ObjectreadResolve () throws ObjectStreamException
Therefore the following serializable fields are deserialized as follows:
private Object writeReplace()
throws ObjectStreamException
Therefore the following serializable fields are serialized as follows:
| Serialized Fields |
|---|
int dimension
OpenType< TelementType
boolean primitiveArray
| Class javax.management.openmbean.CompositeDataSupport extends Object |
|---|
serialVersionUID: 8003518976613702244L
| Serialized Fields |
|---|
SortedMap< K, Vcontents
CompositeTypecompositeType
| Class javax.management.openmbean.CompositeType extends OpenType < CompositeData |
|---|
serialVersionUID: -5366242454346948798L
| Serialized Fields |
|---|
TreeMap< K, VnameToDescription
TreeMap< K, VnameToType
| Class javax.management.openmbean.InvalidKeyException extends IllegalArgumentException |
|---|
serialVersionUID: 4224269443946322062L
| Class javax.management.openmbean.InvalidOpenTypeException extends IllegalArgumentException |
|---|
serialVersionUID: -2837312755412327534L
| Class javax.management.openmbean.KeyAlreadyExistsException extends IllegalArgumentException |
|---|
serialVersionUID: 1845183636745282866L
| Class javax.management.openmbean.OpenDataException extends JMException |
|---|
serialVersionUID: 8346311255433349870L
| Class javax.management.openmbean.OpenMBeanAttributeInfoSupport extends MBeanAttributeInfo |
|---|
serialVersionUID: -4867215622149721849L
| Serialization Methods |
|---|
private ObjectreadResolve ()
An object serialized in a version of the API before Descriptors were added to this class will have an empty or null Descriptor. For consistency with our behavior in this version, we must replace the object with one where the Descriptors reflect the same values of openType, defaultValue, etc.
| Serialized Fields |
|---|
OpenType< TopenType
ObjectdefaultValue
Set< ElegalValues
Comparable< TminValue
Comparable< TmaxValue
| Class javax.management.openmbean.OpenMBeanConstructorInfoSupport extends MBeanConstructorInfo |
|---|
serialVersionUID: -4400441579007477003L
| Class javax.management.openmbean.OpenMBeanInfoSupport extends MBeanInfo |
|---|
serialVersionUID: 4349395935420511492L
| Class javax.management.openmbean.OpenMBeanOperationInfoSupport extends MBeanOperationInfo |
|---|
serialVersionUID: 4996859732565369366L
Serialization Methods
|
|---|
readResolve
private
Object
readResolve
()
An object serialized in a version of the API before Descriptors were added to this class will have an empty or null Descriptor. For consistency with our behavior in this version, we must replace the object with one where the Descriptors reflect the same value of returned openType.
| Serialized Fields |
|---|
OpenType< TreturnOpenType
| Class javax.management.openmbean.OpenMBeanParameterInfoSupport extends MBeanParameterInfo |
|---|
serialVersionUID: -7235016873758443122L
| Serialization Methods |
|---|
private ObjectreadResolve ()
An object serialized in a version of the API before Descriptors were added to this class will have an empty or null Descriptor. For consistency with our behavior in this version, we must replace the object with one where the Descriptors reflect the same values of openType, defaultValue, etc.
| Serialized Fields |
|---|
OpenType< TopenType
ObjectdefaultValue
Set< ElegalValues
Comparable< TminValue
Comparable< TmaxValue
| Class javax.management.openmbean.OpenType extends Object |
|---|
serialVersionUID: -9195195325186646468L
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
| Serialized Fields |
|---|
StringclassName
Stringdescription
StringtypeName
| Class javax.management.openmbean.SimpleType extends OpenType < T |
|---|
serialVersionUID: 2215577471957694503L
| Serialization Methods |
|---|
public ObjectreadResolve () throws ObjectStreamException
| Class javax.management.openmbean.TabularDataSupport extends Object |
|---|
serialVersionUID: 5720150593236309827L
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
| Serialized Fields |
|---|
Map< K, VdataMap
TabularTypetabularType
| Class javax.management.openmbean.TabularType extends OpenType < TabularData |
|---|
serialVersionUID: 6554071860220659261L
| Serialized Fields |
|---|
CompositeTyperowType
List< EindexNames
| Package javax.management.relation |
|---|
| Class javax.management.relation.InvalidRelationIdException extends RelationException |
|---|
serialVersionUID: -7115040321202754171L
| Class javax.management.relation.InvalidRelationServiceException extends RelationException |
|---|
serialVersionUID: 3400722103759507559L
| Class javax.management.relation.InvalidRelationTypeException extends RelationException |
|---|
serialVersionUID: 3007446608299169961L
| Class javax.management.relation.InvalidRoleInfoException extends RelationException |
|---|
serialVersionUID: 7517834705158932074L
| Class javax.management.relation.InvalidRoleValueException extends RelationException |
|---|
serialVersionUID: -2066091747301983721L
| Class javax.management.relation.MBeanServerNotificationFilter extends NotificationFilterSupport |
|---|
| Serialization Methods |
|---|
private void readObject ( ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject ( ObjectOutputStream out) throws IOException
| Serialized Fields |
|---|
List< EdeselectedNames
List<E> selectedNames
| Class javax.management.relation.RelationException extends JMException implements Serializable |
|---|
serialVersionUID: 5434016005679159613L
| Class javax.management.relation.RelationNotFoundException extends RelationException implements Serializable |
|---|
serialVersionUID: -3793951411158559116L
| Class javax.management.relation.RelationNotification extends Notification implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
List<E> newRoleValue
List<E> oldRoleValue
String relationId
ObjectName relationObjName
String relationTypeName
String roleName
List<E> unregisterMBeanList
| Class javax.management.relation.RelationServiceNotRegisteredException extends RelationException implements Serializable |
|---|
serialVersionUID: 8454744887157122910L
| Class javax.management.relation.RelationTypeNotFoundException extends RelationException implements Serializable |
|---|
serialVersionUID: 1274155316284300752L
| Class javax.management.relation.RelationTypeSupport extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
boolean isInRelationService
Map<K,V> roleName2InfoMap
String typeName
| Class javax.management.relation.Role extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
String name
List<E> objectNameList
| Class javax.management.relation.RoleInfo extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
String description
boolean isReadable
boolean isWritable
int maxDegree
int minDegree
String name
String referencedMBeanClassName
| Class javax.management.relation.RoleInfoNotFoundException extends RelationException implements Serializable |
|---|
serialVersionUID: 4394092234999959939L
| Class javax.management.relation.RoleList extends ArrayList < Object > implements Serializable |
|---|
serialVersionUID: 5568344346499649313L
| Class javax.management.relation.RoleNotFoundException extends RelationException implements Serializable |
|---|
serialVersionUID: -2986406101364031481L
| Class javax.management.relation.RoleResult extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
RoleList roleList
RoleUnresolvedList unresolvedRoleList
| Class javax.management.relation.RoleUnresolved extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Serialized Fields |
|---|
int problemType
String roleName
List<E> roleValue
| Class javax.management.relation.RoleUnresolvedList extends ArrayList < Object > implements Serializable |
|---|
serialVersionUID: 4054902803091433324L
| Package javax.management.remote |
|---|
| Class javax.management.remote.JMXConnectionNotification extends Notification implements Serializable |
|---|
serialVersionUID: -2331308725952627538L
| Serialized Fields |
|---|
String connectionId
| Class javax.management.remote.JMXPrincipal extends Object implements Serializable |
|---|
serialVersionUID: -4184480100214577411L
| Serialized Fields |
|---|
String name
| Class javax.management.remote.JMXProviderException extends IOException implements Serializable |
|---|
serialVersionUID: -3166703627550447198L
| Serialized Fields |
|---|
Throwable cause
| Class javax.management.remote.JMXServerErrorException extends IOException implements Serializable |
|---|
serialVersionUID: 3996732239558744666L
| Serialized Fields |
|---|
Error cause
| Class javax.management.remote.JMXServiceURL extends Object implements Serializable |
|---|
serialVersionUID: 8173364409860779292L
| Serialized Fields |
|---|
String protocol
String host
int port
String urlPath
| Class javax.management.remote.NotificationResult extends Object implements Serializable |
|---|
serialVersionUID: 1191800228721395279L
| Serialized Fields |
|---|
long earliestSequenceNumber
long nextSequenceNumber
TargetedNotification[] targetedNotifications
| Class javax.management.remote.SubjectDelegationPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 1481618113008682343L
| Class javax.management.remote.TargetedNotification extends Object implements Serializable |
|---|
serialVersionUID: 7676132089779300926L
| Serialized Fields |
|---|
Notification notif
Integer id
| Package javax.management.remote.rmi |
|---|
| Class javax.management.remote.rmi._RMIConnection_Stub extends Stub implements Serializable |
|---|
| Class javax.management.remote.rmi._RMIServer_Stub extends Stub implements Serializable |
|---|
| Class javax.management.remote.rmi.RMIConnectionImpl_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class javax.management.remote.rmi.RMIConnector extends Object implements Serializable |
|---|
serialVersionUID: 817323035842634473L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
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) .
| Serialized Fields |
|---|
RMIServer rmiServer
JMXServiceURL jmxServiceURL
| Class javax.management.remote.rmi.RMIServerImpl_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Package javax.management.timer |
|---|
|
|---|
serialVersionUID:
-4841061275673620641L
| Class javax.management.timer.TimerNotification extends Notification implements Serializable |
|---|
serialVersionUID: 1798492029603825750L
| Serialized Fields |
|---|
Integer notificationID
| Package javax.naming |
|---|
| Class javax.naming.AuthenticationException extends NamingSecurityException implements Serializable |
|---|
serialVersionUID: 3678497619904568096L
| Class javax.naming.AuthenticationNotSupportedException extends NamingSecurityException implements Serializable |
|---|
serialVersionUID: -7149033933259492300L
| Class javax.naming.BinaryRefAddr extends RefAddr implements Serializable |
|---|
serialVersionUID: -3415254970957330361L
| Serialized Fields |
|---|
byte[] buf
| Class javax.naming.Binding extends NameClassPair implements Serializable |
|---|
serialVersionUID: 8839217842691845890L
| Serialized Fields |
|---|
Object boundObj
| Class javax.naming.CannotProceedException extends NamingException implements Serializable |
|---|
serialVersionUID: 1219724816191576813L
| Serialized Fields |
|---|
Name remainingNewName
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getRemainingName() and setRemainingName().
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().
Name altName
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getAltName() and setAltName().
Context altNameCtx
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getAltNameCtx() and setAltNameCtx().
| Class javax.naming.CommunicationException extends NamingException implements Serializable |
|---|
serialVersionUID: 3618507780299986611L
| Class javax.naming.CompositeName extends Object implements Serializable |
|---|
serialVersionUID: 1667768148915813118L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.naming.CompoundName extends Object implements Serializable |
|---|
serialVersionUID: 3513100557083972036L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.naming.ConfigurationException extends NamingException implements Serializable |
|---|
serialVersionUID: -2535156726228855704L
| Class javax.naming.ContextNotEmptyException extends NamingException implements Serializable |
|---|
serialVersionUID: 1090963683348219877L
| Class javax.naming.InsufficientResourcesException extends NamingException implements Serializable |
|---|
serialVersionUID: 6227672693037844532L
| Class javax.naming.InterruptedNamingException extends NamingException implements Serializable |
|---|
serialVersionUID: 6404516648893194728L
| Class javax.naming.InvalidNameException extends NamingException implements Serializable |
|---|
serialVersionUID: -8370672380823801105L
| Class javax.naming.LimitExceededException extends NamingException implements Serializable |
|---|
serialVersionUID: -776898738660207856L
| Class javax.naming.LinkException extends NamingException implements Serializable |
|---|
serialVersionUID: -7967662604076777712L
| Serialized Fields |
|---|
Name linkResolvedName
Object linkResolvedObj
Name linkRemainingName
String linkExplanation
| Class javax.naming.LinkLoopException extends LinkException implements Serializable |
|---|
serialVersionUID: -3119189944325198009L
| Class javax.naming.LinkRef extends Reference implements Serializable |
|---|
serialVersionUID: -5386290613498931298L
| Class javax.naming.MalformedLinkException extends LinkException implements Serializable |
|---|
serialVersionUID: -3066740437737830242L
| Class javax.naming.NameAlreadyBoundException extends NamingException implements Serializable |
|---|
serialVersionUID: -8491441000356780586L
| Class javax.naming.NameClassPair extends Object implements Serializable |
|---|
serialVersionUID: 5620776610160863339L
| Serialized Fields |
|---|
String name
String className
String fullName
boolean isRel
| Class javax.naming.NameNotFoundException extends NamingException implements Serializable |
|---|
serialVersionUID: -8007156725367842053L
| Class javax.naming.NamingException extends Exception implements Serializable |
|---|
serialVersionUID: -1299181962103167177L
| Serialized Fields |
|---|
Name resolvedName
Object resolvedObj
Name remainingName
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.
| Class javax.naming.NamingSecurityException extends NamingException implements Serializable |
|---|
serialVersionUID: 5855287647294685775L
| Class javax.naming.NoInitialContextException extends NamingException implements Serializable |
|---|
serialVersionUID: -3413733186901258623L
| Class javax.naming.NoPermissionException extends NamingSecurityException implements Serializable |
|---|
serialVersionUID: 8395332708699751775L
| Class javax.naming.NotContextException extends NamingException implements Serializable |
|---|
serialVersionUID: 849752551644540417L
| Class javax.naming.OperationNotSupportedException extends NamingException implements Serializable |
|---|
serialVersionUID: 5493232822427682064L
| Class javax.naming.PartialResultException extends NamingException implements Serializable |
|---|
serialVersionUID: 2572144970049426786L
| Class javax.naming.RefAddr extends Object implements Serializable |
|---|
serialVersionUID: -1468165120479154358L
| Serialized Fields |
|---|
String addrType
| Class javax.naming.Reference extends Object implements Serializable |
|---|
serialVersionUID: -1673475790065791735L
| Serialized Fields |
|---|
String className
Vector<E> addrs
String classFactory
String classFactoryLocation
| Class javax.naming.ReferralException extends NamingException implements Serializable |
|---|
serialVersionUID: -2881363844695698876L
| Class javax.naming.ServiceUnavailableException extends NamingException implements Serializable |
|---|
serialVersionUID: -4996964726566773444L
| Class javax.naming.SizeLimitExceededException extends LimitExceededException implements Serializable |
|---|
serialVersionUID: 7129289564879168579L
| Class javax.naming.StringRefAddr extends RefAddr implements Serializable |
|---|
serialVersionUID: -8913762495138505527L
| Serialized Fields |
|---|
String contents
| Class javax.naming.TimeLimitExceededException extends LimitExceededException implements Serializable |
|---|
serialVersionUID: -3597009011385034696L
| Package javax.naming.directory |
|---|
| Class javax.naming.directory.AttributeInUseException extends NamingException implements Serializable |
|---|
serialVersionUID: 4437710305529322564L
| Class javax.naming.directory.AttributeModificationException extends NamingException implements Serializable |
|---|
serialVersionUID: 8060676069678710186L
| Serialized Fields |
|---|
ModificationItem[] unexecs
| Class javax.naming.directory.BasicAttribute extends Object implements Serializable |
|---|
serialVersionUID: 6743528196119291326L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
String attrID
boolean ordered
| Class javax.naming.directory.BasicAttributes extends Object implements Serializable |
|---|
serialVersionUID: 4980164073184639448L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
boolean ignoreCase
| Class javax.naming.directory.InvalidAttributeIdentifierException extends NamingException implements Serializable |
|---|
serialVersionUID: -9036920266322999923L
| Class javax.naming.directory.InvalidAttributesException extends NamingException implements Serializable |
|---|
serialVersionUID: 2607612850539889765L
| Class javax.naming.directory.InvalidAttributeValueException extends NamingException implements Serializable |
|---|
serialVersionUID: 8720050295499275011L
| Class javax.naming.directory.InvalidSearchControlsException extends NamingException implements Serializable |
|---|
serialVersionUID: -5124108943352665777L
| Class javax.naming.directory.InvalidSearchFilterException extends NamingException implements Serializable |
|---|
serialVersionUID: 2902700940682875441L
| Class javax.naming.directory.ModificationItem extends Object implements Serializable |
|---|
serialVersionUID: 7573258562534746850L
| Serialized Fields |
|---|
int mod_op
Attribute attr
| Class javax.naming.directory.NoSuchAttributeException extends NamingException implements Serializable |
|---|
serialVersionUID: 4836415647935888137L
| Class javax.naming.directory.SchemaViolationException extends NamingException implements Serializable |
|---|
serialVersionUID: -3041762429525049663L
| Class javax.naming.directory.SearchControls extends Object implements Serializable |
|---|
serialVersionUID: -2480540967773454797L
| Serialized Fields |
|---|
int searchScope
int timeLimit
boolean derefLink
boolean returnObj
long countLimit
String[] attributesToReturn
| Class javax.naming.directory.SearchResult extends Binding implements Serializable |
|---|
serialVersionUID: -9158063327699723172L
| Serialized Fields |
|---|
Attributes attrs
| Package javax.naming.event |
|---|
| Class javax.naming.event.NamingEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -7126752885365133499L
| Serialized Fields |
|---|
Object changeInfo
int type
Binding oldBinding
Binding newBinding
| Class javax.naming.event.NamingExceptionEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -4877678086134736336L
| Serialized Fields |
|---|
NamingException exception
| Package javax.naming.ldap |
|---|
| Class javax.naming.ldap.BasicControl extends Object implements Serializable |
|---|
serialVersionUID: -4233907508771791687L
| Serialized Fields |
|---|
String id
boolean criticality
byte[] value
| Class javax.naming.ldap.LdapName extends Object implements Serializable |
|---|
serialVersionUID: -1595520034788997356L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.naming.ldap.LdapReferralException extends ReferralException implements Serializable |
|---|
serialVersionUID: -1668992791764950804L
| Class javax.naming.ldap.ManageReferralControl extends BasicControl implements Serializable |
|---|
serialVersionUID: 3017756160149982566L
| Class javax.naming.ldap.PagedResultsControl extends BasicControl implements Serializable |
|---|
serialVersionUID: 6684806685736844298L
| Class javax.naming.ldap.PagedResultsResponseControl extends BasicControl implements Serializable |
|---|
serialVersionUID: -8819778744844514666L
| Serialized Fields |
|---|
int resultSize
byte[] cookie
| Class javax.naming.ldap.Rdn extends Object implements Serializable |
|---|
serialVersionUID: -5994465067210009656L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.naming.ldap.SortControl extends BasicControl implements Serializable |
|---|
serialVersionUID: -1965961680233330744L
| Class javax.naming.ldap.SortResponseControl extends BasicControl implements Serializable |
|---|
serialVersionUID: 5142939176006310877L
| Serialized Fields |
|---|
int resultCode
String badAttrId
| Class javax.naming.ldap.StartTlsRequest extends Object implements Serializable |
|---|
serialVersionUID: 4441679576360753397L
| Class javax.naming.ldap.StartTlsResponse extends Object implements Serializable |
|---|
serialVersionUID: 8372842182579276418L
| Class javax.naming.ldap.UnsolicitedNotificationEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -2382603380799883705L
| Serialized Fields |
|---|
UnsolicitedNotification notice
| Package javax.naming.spi |
|---|
| Class javax.naming.spi.ResolveResult extends Object implements Serializable |
|---|
serialVersionUID: -4552108072002407559L
| Serialized Fields |
|---|
Object resolvedObj
Name remainingName
| Package javax.net.ssl |
|---|
| Class javax.net.ssl.HandshakeCompletedEvent extends EventObject implements Serializable |
|---|
| Class javax.net.ssl.SSLException extends IOException implements Serializable |
|---|
| Class javax.net.ssl.SSLHandshakeException extends SSLException implements Serializable |
|---|
| Class javax.net.ssl.SSLKeyException extends SSLException implements Serializable |
|---|
| Class javax.net.ssl.SSLPeerUnverifiedException extends SSLException implements Serializable |
|---|
| Class javax.net.ssl.SSLPermission extends BasicPermission implements Serializable |
|---|
| Class javax.net.ssl.SSLProtocolException extends SSLException implements Serializable |
|---|
| Class javax.net.ssl.SSLSessionBindingEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
String name
| Package javax.print |
|---|
| Class javax.print.DocFlavor extends Object implements Serializable |
|---|
serialVersionUID: -4512080796965449721L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
String myClassName
| Class javax.print.DocFlavor.BYTE_ARRAY extends DocFlavor implements Serializable |
|---|
serialVersionUID: -9065578006593857475L
| Class javax.print.DocFlavor.CHAR_ARRAY extends DocFlavor implements Serializable |
|---|
serialVersionUID: -8720590903724405128L
| Class javax.print.DocFlavor.INPUT_STREAM extends DocFlavor implements Serializable |
|---|
serialVersionUID: -7045842700749194127L
| Class javax.print.DocFlavor.READER extends DocFlavor implements Serializable |
|---|
serialVersionUID: 7100295812579351567L
| Class javax.print.DocFlavor.SERVICE_FORMATTED extends DocFlavor implements Serializable |
|---|
serialVersionUID: 6181337766266637256L
| Class javax.print.DocFlavor.STRING extends DocFlavor implements Serializable |
|---|
serialVersionUID: 4414407504887034035L
| Class javax.print.DocFlavor.URL extends DocFlavor implements Serializable |
|---|
| Class javax.print.PrintException extends Exception implements Serializable |
|---|
| Package javax.print.attribute |
|---|
| Class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
AttributeSet attrset
| Class javax.print.attribute.AttributeSetUtilities.SynchronizedDocAttributeSet extends javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet implements Serializable |
|---|
| Class javax.print.attribute.AttributeSetUtilities.SynchronizedPrintJobAttributeSet extends javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet implements Serializable |
|---|
| Class javax.print.attribute.AttributeSetUtilities.SynchronizedPrintRequestAttributeSet extends javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet implements Serializable |
|---|
| Class javax.print.attribute.AttributeSetUtilities.SynchronizedPrintServiceAttributeSet extends javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet implements Serializable |
|---|
| Class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
AttributeSet attrset
| Class javax.print.attribute.AttributeSetUtilities.UnmodifiableDocAttributeSet extends javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet implements Serializable |
|---|
| Class javax.print.attribute.AttributeSetUtilities.UnmodifiablePrintJobAttributeSet extends javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet implements Serializable |
|---|
| Class javax.print.attribute.AttributeSetUtilities.UnmodifiablePrintRequestAttributeSet extends javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet implements Serializable |
|---|
| Class javax.print.attribute.AttributeSetUtilities.UnmodifiablePrintServiceAttributeSet extends javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet implements Serializable |
|---|
| Class javax.print.attribute.DateTimeSyntax extends Object implements Serializable |
|---|
serialVersionUID: -1400819079791208582L
| Serialized Fields |
|---|
Date value
| Class javax.print.attribute.EnumSyntax extends Object implements Serializable |
|---|
serialVersionUID: -2739521845085831642L
| Serialization Methods |
|---|
protected Object readResolve()
throws ObjectStreamException
| Serialized Fields |
|---|
int value
| Class javax.print.attribute.HashAttributeSet extends Object implements Serializable |
|---|
serialVersionUID: 5311560590283707917L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
Class<T> myInterface
| Class javax.print.attribute.HashDocAttributeSet extends HashAttributeSet implements Serializable |
|---|
serialVersionUID: -1128534486061432528L
| Class javax.print.attribute.HashPrintJobAttributeSet extends HashAttributeSet implements Serializable |
|---|
serialVersionUID: -4204473656070350348L
| Class javax.print.attribute.HashPrintRequestAttributeSet extends HashAttributeSet implements Serializable |
|---|
serialVersionUID: 2364756266107751933L
| Class javax.print.attribute.HashPrintServiceAttributeSet extends HashAttributeSet implements Serializable |
|---|
serialVersionUID: 6642904616179203070L
| Class javax.print.attribute.IntegerSyntax extends Object implements Serializable |
|---|
serialVersionUID: 3644574816328081943L
| Serialized Fields |
|---|
int value
| Class javax.print.attribute.ResolutionSyntax extends Object implements Serializable |
|---|
serialVersionUID: 2706743076526672017L
| Serialized Fields |
|---|
int crossFeedResolution
int feedResolution
| Class javax.print.attribute.SetOfIntegerSyntax extends Object implements Serializable |
|---|
serialVersionUID: 3666874174847632203L
| Serialized Fields |
|---|
int[][] members
| Class javax.print.attribute.Size2DSyntax extends Object implements Serializable |
|---|
serialVersionUID: 5584439964938660530L
| Serialized Fields |
|---|
int x
int y
| Class javax.print.attribute.TextSyntax extends Object implements Serializable |
|---|
serialVersionUID: -8130648736378144102L
| Serialized Fields |
|---|
String value
Locale locale
| Class javax.print.attribute.UnmodifiableSetException extends RuntimeException implements Serializable |
|---|
| Class javax.print.attribute.URISyntax extends Object implements Serializable |
|---|
serialVersionUID: -7842661210486401678L
| Serialized Fields |
|---|
URI uri
| Package javax.print.attribute.standard |
|---|
| Class javax.print.attribute.standard.Chromaticity extends EnumSyntax implements Serializable |
|---|
serialVersionUID: 4660543931355214012L
| Class javax.print.attribute.standard.ColorSupported extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -2700555589688535545L
| Class javax.print.attribute.standard.Compression extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -5716748913324997674L
| Class javax.print.attribute.standard.Copies extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: -6426631521680023833L
| Class javax.print.attribute.standard.CopiesSupported extends SetOfIntegerSyntax implements Serializable |
|---|
serialVersionUID: 6927711687034846001L
| Class javax.print.attribute.standard.DateTimeAtCompleted extends DateTimeSyntax implements Serializable |
|---|
serialVersionUID: 6497399708058490000L
| Class javax.print.attribute.standard.DateTimeAtCreation extends DateTimeSyntax implements Serializable |
|---|
serialVersionUID: -2923732231056647903L
| Class javax.print.attribute.standard.DateTimeAtProcessing extends DateTimeSyntax implements Serializable |
|---|
serialVersionUID: -3710068197278263244L
| Class javax.print.attribute.standard.Destination extends URISyntax implements Serializable |
|---|
serialVersionUID: 6776739171700415321L
| Class javax.print.attribute.standard.DocumentName extends TextSyntax implements Serializable |
|---|
serialVersionUID: 7883105848533280430L
| Class javax.print.attribute.standard.Fidelity extends EnumSyntax implements Serializable |
|---|
serialVersionUID: 6320827847329172308L
| Class javax.print.attribute.standard.Finishings extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -627840419548391754L
| Class javax.print.attribute.standard.JobHoldUntil extends DateTimeSyntax implements Serializable |
|---|
serialVersionUID: -1664471048860415024L
| Class javax.print.attribute.standard.JobImpressions extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: 8225537206784322464L
| Class javax.print.attribute.standard.JobImpressionsCompleted extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: 6722648442432393294L
| Class javax.print.attribute.standard.JobImpressionsSupported extends SetOfIntegerSyntax implements Serializable |
|---|
serialVersionUID: -4887354803843173692L
| Class javax.print.attribute.standard.JobKOctets extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: -8959710146498202869L
| Class javax.print.attribute.standard.JobKOctetsProcessed extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: -6265238509657881806L
| Class javax.print.attribute.standard.JobKOctetsSupported extends SetOfIntegerSyntax implements Serializable |
|---|
serialVersionUID: -2867871140549897443L
| Class javax.print.attribute.standard.JobMediaSheets extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: 408871131531979741L
| Class javax.print.attribute.standard.JobMediaSheetsCompleted extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: 1739595973810840475L
| Class javax.print.attribute.standard.JobMediaSheetsSupported extends SetOfIntegerSyntax implements Serializable |
|---|
serialVersionUID: 2953685470388672940L
| Class javax.print.attribute.standard.JobMessageFromOperator extends TextSyntax implements Serializable |
|---|
serialVersionUID: -4620751846003142047L
| Class javax.print.attribute.standard.JobName extends TextSyntax implements Serializable |
|---|
serialVersionUID: 4660359192078689545L
| Class javax.print.attribute.standard.JobOriginatingUserName extends TextSyntax implements Serializable |
|---|
serialVersionUID: -8052537926362933477L
| Class javax.print.attribute.standard.JobPriority extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: -4599900369040602769L
| Class javax.print.attribute.standard.JobPrioritySupported extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: 2564840378013555894L
| Class javax.print.attribute.standard.JobSheets extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -4735258056132519759L
| Class javax.print.attribute.standard.JobState extends EnumSyntax implements Serializable |
|---|
serialVersionUID: 400465010094018920L
| Class javax.print.attribute.standard.JobStateReason extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -8765894420449009168L
| Class javax.print.attribute.standard.JobStateReasons extends HashSet < JobStateReason > implements Serializable |
|---|
serialVersionUID: 8849088261264331812L
| Class javax.print.attribute.standard.Media extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -2823970704630722439L
| Class javax.print.attribute.standard.MediaName extends Media implements Serializable |
|---|
serialVersionUID: 4653117714524155448L
| Class javax.print.attribute.standard.MediaPrintableArea extends Object implements Serializable |
|---|
serialVersionUID: -1597171464050795793L
| Serialized Fields |
|---|
int x
int y
int w
int h
int units
| Class javax.print.attribute.standard.MediaSize extends Size2DSyntax implements Serializable |
|---|
serialVersionUID: -1967958664615414771L
| Serialized Fields |
|---|
MediaSizeName mediaName
| Class javax.print.attribute.standard.MediaSizeName extends Media implements Serializable |
|---|
serialVersionUID: 2778798329756942747L
| Class javax.print.attribute.standard.MediaTray extends Media implements Serializable |
|---|
serialVersionUID: -982503611095214703L
| Class javax.print.attribute.standard.MultipleDocumentHandling extends EnumSyntax implements Serializable |
|---|
serialVersionUID: 8098326460746413466L
| Class javax.print.attribute.standard.NumberOfDocuments extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: 7891881310684461097L
| Class javax.print.attribute.standard.NumberOfInterveningJobs extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: 2568141124844982746L
| Class javax.print.attribute.standard.NumberUp extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: -3040436486786527811L
| Class javax.print.attribute.standard.NumberUpSupported extends SetOfIntegerSyntax implements Serializable |
|---|
serialVersionUID: -1041573395759141805L
| Class javax.print.attribute.standard.OrientationRequested extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -4447437289862822276L
| Class javax.print.attribute.standard.OutputDeviceAssigned extends TextSyntax implements Serializable |
|---|
serialVersionUID: 5486733778854271081L
| Class javax.print.attribute.standard.PageRanges extends SetOfIntegerSyntax implements Serializable |
|---|
serialVersionUID: 8639895197656148392L
| Class javax.print.attribute.standard.PagesPerMinute extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: -6366403993072862015L
| Class javax.print.attribute.standard.PagesPerMinuteColor extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: 1684993151687470944L
| Class javax.print.attribute.standard.PDLOverrideSupported extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -4393264467928463934L
| Class javax.print.attribute.standard.PresentationDirection extends EnumSyntax implements Serializable |
|---|
serialVersionUID: 8294728067230931780L
| Class javax.print.attribute.standard.PrinterInfo extends TextSyntax implements Serializable |
|---|
serialVersionUID: 7765280618777599727L
| Class javax.print.attribute.standard.PrinterIsAcceptingJobs extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -5052010680537678061L
| Class javax.print.attribute.standard.PrinterLocation extends TextSyntax implements Serializable |
|---|
serialVersionUID: -1598610039865566337L
| Class javax.print.attribute.standard.PrinterMakeAndModel extends TextSyntax implements Serializable |
|---|
serialVersionUID: 4580461489499351411L
| Class javax.print.attribute.standard.PrinterMessageFromOperator extends TextSyntax implements Serializable |
|---|
serialVersionUID: -4486871203218629318L
| Class javax.print.attribute.standard.PrinterMoreInfo extends URISyntax implements Serializable |
|---|
serialVersionUID: 4555850007675338574L
| Class javax.print.attribute.standard.PrinterMoreInfoManufacturer extends URISyntax implements Serializable |
|---|
serialVersionUID: 3323271346485076608L
| Class javax.print.attribute.standard.PrinterName extends TextSyntax implements Serializable |
|---|
serialVersionUID: 299740639137803127L
| Class javax.print.attribute.standard.PrinterResolution extends ResolutionSyntax implements Serializable |
|---|
serialVersionUID: 13090306561090558L
| Class javax.print.attribute.standard.PrinterState extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -649578618346507718L
| Class javax.print.attribute.standard.PrinterStateReason extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -1623720656201472593L
| Class javax.print.attribute.standard.PrinterStateReasons extends HashMap < PrinterStateReason , Severity > implements Serializable |
|---|
serialVersionUID: -3731791085163619457L
| Class javax.print.attribute.standard.PrinterURI extends URISyntax implements Serializable |
|---|
serialVersionUID: 7923912792485606497L
| Class javax.print.attribute.standard.PrintQuality extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -3072341285225858365L
| Class javax.print.attribute.standard.QueuedJobCount extends IntegerSyntax implements Serializable |
|---|
serialVersionUID: 7499723077864047742L
| Class javax.print.attribute.standard.ReferenceUriSchemesSupported extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -8989076942813442805L
| Class javax.print.attribute.standard.RequestingUserName extends TextSyntax implements Serializable |
|---|
serialVersionUID: -2683049894310331454L
| Class javax.print.attribute.standard.Severity extends EnumSyntax implements Serializable |
|---|
serialVersionUID: 8781881462717925380L
| Class javax.print.attribute.standard.SheetCollate extends EnumSyntax implements Serializable |
|---|
serialVersionUID: 7080587914259873003L
| Class javax.print.attribute.standard.Sides extends EnumSyntax implements Serializable |
|---|
serialVersionUID: -6890309414893262822L
| Package javax.print.event |
|---|
| Class javax.print.event.PrintEvent extends EventObject implements Serializable |
|---|
serialVersionUID: 2286914924430763847L
| Class javax.print.event.PrintJobAttributeEvent extends PrintEvent implements Serializable |
|---|
serialVersionUID: -6534469883874742101L
| Serialized Fields |
|---|
PrintJobAttributeSet attributes
| Class javax.print.event.PrintJobEvent extends PrintEvent implements Serializable |
|---|
serialVersionUID: -1711656903622072997L
| Serialized Fields |
|---|
int reason
| Class javax.print.event.PrintServiceAttributeEvent extends PrintEvent implements Serializable |
|---|
serialVersionUID: -7565987018140326600L
| Serialized Fields |
|---|
PrintServiceAttributeSet attributes
| Package javax.rmi.CORBA |
|---|
| Class javax.rmi.CORBA.ClassDesc extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String repid
String codebase
| Class javax.rmi.CORBA.Stub extends ObjectImpl implements Serializable |
|---|
serialVersionUID: 1087775603798577179L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream stream)
throws IOException
| Package javax.rmi.ssl |
|---|
| Class javax.rmi.ssl.SslRMIClientSocketFactory extends Object implements Serializable |
|---|
serialVersionUID: -8310631444933958385L
| Package javax.script |
|---|
| Class javax.script.ScriptException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
String fileName
int lineNumber
int columnNumber
| Package javax.security.auth |
|---|
| Class javax.security.auth.AuthPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 5806031445061587174L
| Class javax.security.auth.DestroyFailedException extends Exception implements Serializable |
|---|
serialVersionUID: -7790152857282749162L
| Class javax.security.auth.PrivateCredentialPermission extends Permission implements Serializable |
|---|
serialVersionUID: 5284372143517237068L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
|---|
String credentialClass
Set<E> principals
boolean testing
| Class javax.security.auth.PrivateCredentialPermission.CredOwner extends Object implements Serializable |
|---|
serialVersionUID: -5607449830436408266L
| Serialized Fields |
|---|
String principalClass
String principalName
| Class javax.security.auth.RefreshFailedException extends Exception implements Serializable |
|---|
serialVersionUID: 5058444488565265840L
| Class javax.security.auth.Subject extends Object implements Serializable |
|---|
serialVersionUID: -8308522755600156056L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream oos)
throws IOException
| Serialized Fields |
|---|
Set<E> principals
boolean readOnly
| Class javax.security.auth.Subject.SecureSet extends AbstractSet implements Serializable |
|---|
serialVersionUID: 7911754171111800359L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream oos)
throws IOException
| Serialized Fields |
|---|
LinkedList<E> elements
Subject this$0
| Package javax.security.auth.callback |
|---|
| Class javax.security.auth.callback.ChoiceCallback extends Object implements Serializable |
|---|
serialVersionUID: -3975664071579892167L
| Serialized Fields |
|---|
String prompt
String[] choices
int defaultChoice
boolean multipleSelectionsAllowed
int[] selections
| Class javax.security.auth.callback.ConfirmationCallback extends Object implements Serializable |
|---|
serialVersionUID: -9095656433782481624L
| Serialized Fields |
|---|
String prompt
int messageType
int optionType
int defaultOption
String[] options
int selection
| Class javax.security.auth.callback.LanguageCallback extends Object implements Serializable |
|---|
serialVersionUID: 2019050433478903213L
| Serialized Fields |
|---|
Locale locale
| Class javax.security.auth.callback.NameCallback extends Object implements Serializable |
|---|
serialVersionUID: 3770938795909392253L
| Serialized Fields |
|---|
String prompt
String defaultName
String inputName
| Class javax.security.auth.callback.PasswordCallback extends Object implements Serializable |
|---|
serialVersionUID: 2267422647454909926L
| Serialized Fields |
|---|
String prompt
boolean echoOn
char[] inputPassword
| Class javax.security.auth.callback.TextInputCallback extends Object implements Serializable |
|---|
serialVersionUID: -8064222478852811804L
| Serialized Fields |
|---|
String prompt
String defaultText
String inputText
| Class javax.security.auth.callback.TextOutputCallback extends Object implements Serializable |
|---|
serialVersionUID: 1689502495511663102L
| Serialized Fields |
|---|
int messageType
String message
| Class javax.security.auth.callback.UnsupportedCallbackException extends Exception implements Serializable |
|---|
serialVersionUID: -6873556327655666839L
| Serialized Fields |
|---|
Callback callback
| Package javax.security.auth.kerberos |
|---|
| Class javax.security.auth.kerberos.DelegationPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 883133252142523922L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.security.auth.kerberos.KerberosKey extends Object implements Serializable |
|---|
serialVersionUID: -4625402278148246993L
| Serialized Fields |
|---|
KerberosPrincipal principal
int versionNum
javax.security.auth.kerberos.KeyImpl key
EncryptionKey ::= SEQUENCE {
keytype[0] INTEGER,
keyvalue[1] OCTET STRING
}
| Class javax.security.auth.kerberos.KerberosPrincipal extends Object implements Serializable |
|---|
serialVersionUID: -7374788026156829911L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream oos)
throws IOException
| Class javax.security.auth.kerberos.KerberosTicket extends Object implements Serializable |
|---|
serialVersionUID: 7395334370157380539L
| Serialized Fields |
|---|
byte[] asn1Encoding
javax.security.auth.kerberos.KeyImpl sessionKey
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
| Class javax.security.auth.kerberos.KeyImpl extends Object implements Serializable |
|---|
serialVersionUID: -7889313790214321193L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream ois)
throws IOException
| Class javax.security.auth.kerberos.ServicePermission extends Permission implements Serializable |
|---|
serialVersionUID: -1227585031618624935L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
|---|
String actions
| Package javax.security.auth.login |
|---|
| Class javax.security.auth.login.AccountException extends LoginException implements Serializable |
|---|
serialVersionUID: -2112878680072211787L
| Class javax.security.auth.login.AccountExpiredException extends AccountException implements Serializable |
|---|
serialVersionUID: -6064064890162661560L
| Class javax.security.auth.login.AccountLockedException extends AccountException implements Serializable |
|---|
serialVersionUID: 8280345554014066334L
| Class javax.security.auth.login.AccountNotFoundException extends AccountException implements Serializable |
|---|
serialVersionUID: 1498349563916294614L
| Class javax.security.auth.login.CredentialException extends LoginException implements Serializable |
|---|
serialVersionUID: -4772893876810601859L
| Class javax.security.auth.login.CredentialExpiredException extends CredentialException implements Serializable |
|---|
serialVersionUID: -5344739593859737937L
| Class javax.security.auth.login.CredentialNotFoundException extends CredentialException implements Serializable |
|---|
serialVersionUID: -7779934467214319475L
| Class javax.security.auth.login.FailedLoginException extends LoginException implements Serializable |
|---|
serialVersionUID: 802556922354616286L
| Class javax.security.auth.login.LoginException extends GeneralSecurityException implements Serializable |
|---|
serialVersionUID: -4679091624035232488L
| Package javax.security.auth.x500 |
|---|
| Class javax.security.auth.x500.X500Principal extends Object implements Serializable |
|---|
serialVersionUID: -500463348111345721L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
NotActiveException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Package javax.security.cert |
|---|
| Class javax.security.cert.CertificateEncodingException extends CertificateException implements Serializable |
|---|
| Class javax.security.cert.CertificateException extends Exception implements Serializable |
|---|
| Class javax.security.cert.CertificateExpiredException extends CertificateException implements Serializable |
|---|
| Class javax.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable |
|---|
| Class javax.security.cert.CertificateParsingException extends CertificateException implements Serializable |
|---|
| Package javax.security.sasl |
|---|
| Class javax.security.sasl.AuthenticationException extends SaslException implements Serializable |
|---|
serialVersionUID: -3579708765071815007L
| Class javax.security.sasl.AuthorizeCallback extends Object implements Serializable |
|---|
serialVersionUID: -2353344186490470805L
| Serialized Fields |
|---|
String authenticationID
String authorizationID
String authorizedID
boolean authorized
| Class javax.security.sasl.RealmCallback extends TextInputCallback implements Serializable |
|---|
serialVersionUID: -4342673378785456908L
| Class javax.security.sasl.RealmChoiceCallback extends ChoiceCallback implements Serializable |
|---|
serialVersionUID: -8588141348846281332L
| Class javax.security.sasl.SaslException extends IOException implements Serializable |
|---|
serialVersionUID: 4579784287983423626L
| Serialized Fields |
|---|
Throwable _exception
| Package javax.sound.midi |
|---|
| Class javax.sound.midi.InvalidMidiDataException extends Exception implements Serializable |
|---|
| Class javax.sound.midi.MidiUnavailableException extends Exception implements Serializable |
|---|
| Package javax.sound.sampled |
|---|
| Class javax.sound.sampled.AudioPermission extends BasicPermission implements Serializable |
|---|
| Class javax.sound.sampled.LineUnavailableException extends Exception implements Serializable |
|---|
| Class javax.sound.sampled.UnsupportedAudioFileException extends Exception implements Serializable |
|---|
| Package javax.sql |
|---|
| Class javax.sql.ConnectionEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -4843217645290030002L
| Serialized Fields |
|---|
SQLException ex
| Class javax.sql.RowSetEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -1875450876546332005L
| Class javax.sql.StatementEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
SQLException exception
PreparedStatement statement
| Package javax.sql.rowset |
|---|
| Class javax.sql.rowset.BaseRowSet extends Object implements Serializable |
|---|
serialVersionUID: 4886719666485113312L
| Serialized Fields |
|---|
InputStream binaryStream
InputStream unicodeStream
InputStream asciiStream
Reader charStream
String command
String URL
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
int rowSetType
boolean showDeleted
int queryTimeout
int maxRows
int maxFieldSize
int concurrency
boolean readOnly
boolean escapeProcessing
int isolation
int fetchDir
Unused at this time.
int fetchSize
Unused at this time.
Map<K,V> map
Vector<E> listeners
Hashtable<K,V> params
| Class javax.sql.rowset.RowSetMetaDataImpl extends Object implements Serializable |
|---|
serialVersionUID: 6893806403181801867L
| Serialized Fields |
|---|
int colCount
javax.sql.rowset.RowSetMetaDataImpl.ColInfo[] colInfo
| Class javax.sql.rowset.RowSetWarning extends SQLException implements Serializable |
|---|
serialVersionUID: 6678332766434564774L
| Serialized Fields |
|---|
RowSetWarning rwarning
| Package javax.sql.rowset.serial |
|---|
| Class javax.sql.rowset.serial.SerialArray extends Object implements Serializable |
|---|
serialVersionUID: -8466174297270688520L
| Serialized Fields |
|---|
Object[] elements
int baseType
String baseTypeName
int len
| Class javax.sql.rowset.serial.SerialBlob extends Object implements Serializable |
|---|
serialVersionUID: -8144641928112860441L
| Serialized Fields |
|---|
byte[] buf
Blob blob
long len
long origLen
| Class javax.sql.rowset.serial.SerialClob extends Object implements Serializable |
|---|
serialVersionUID: -1662519690087375313L
| Serialized Fields |
|---|
char[] buf
Clob clob
long len
long origLen
| Class javax.sql.rowset.serial.SerialDatalink extends Object implements Serializable |
|---|
serialVersionUID: 2826907821828733626L
| Serialized Fields |
|---|
URL url
int baseType
String baseTypeName
| Class javax.sql.rowset.serial.SerialException extends SQLException implements Serializable |
|---|
serialVersionUID: -489794565168592690L
| Class javax.sql.rowset.serial.SerialJavaObject extends Object implements Serializable |
|---|
serialVersionUID: -1465795139032831023L
| Serialized Fields |
|---|
Object obj
Vector<E> chain
| Class javax.sql.rowset.serial.SerialRef extends Object implements Serializable |
|---|
serialVersionUID: -4727123500609662274L
| Serialized Fields |
|---|
String baseTypeName
Object object
Ref reference
| Class javax.sql.rowset.serial.SerialStruct extends Object implements Serializable |
|---|
serialVersionUID: -8322445504027483372L
| Serialized Fields |
|---|
String SQLTypeName
Object[] attribs
| Package javax.sql.rowset.spi |
|---|
| Class javax.sql.rowset.spi.SyncFactoryException extends SQLException implements Serializable |
|---|
serialVersionUID: -4354595476433200352L
| Class javax.sql.rowset.spi.SyncProviderException extends SQLException implements Serializable |
|---|
serialVersionUID: -939908523620640692L
| Serialized Fields |
|---|
SyncResolver syncResolver
| Package javax.transaction |
|---|
| Class javax.transaction.InvalidTransactionException extends RemoteException implements Serializable |
|---|
| Class javax.transaction.TransactionRequiredException extends RemoteException implements Serializable |
|---|
| Class javax.transaction.TransactionRolledbackException extends RemoteException implements Serializable |
|---|
| Package javax.transaction.xa |
|---|
| Class javax.transaction.xa.XAException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
int errorCode
| Package javax.xml.bind |
|---|
| Class javax.xml.bind.JAXBElement extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
QName name
Class<T> declaredType
Class<T> scope
Object value
boolean nil
| Class javax.xml.bind.JAXBException extends Exception implements Serializable |
|---|
serialVersionUID: -5621384651494307979L
| Serialized Fields |
|---|
String errorCode
Throwable linkedException
| Class javax.xml.bind.MarshalException extends JAXBException implements Serializable |
|---|
| Class javax.xml.bind.PropertyException extends JAXBException implements Serializable |
|---|
| Class javax.xml.bind.TypeConstraintException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
String errorCode
Throwable linkedException
| Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable |
|---|
| Class javax.xml.bind.ValidationException extends JAXBException implements Serializable |
|---|
| Package javax.xml.crypto |
|---|
| Class javax.xml.crypto.KeySelectorException extends Exception implements Serializable |
|---|
serialVersionUID: -7480033639322531109L
| Serialized Fields |
|---|
Throwable cause
| Class javax.xml.crypto.MarshalException extends Exception implements Serializable |
|---|
serialVersionUID: -863185580332643547L
| Serialized Fields |
|---|
Throwable cause
| Class javax.xml.crypto.NoSuchMechanismException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 4189669069570660166L
| Serialized Fields |
|---|
Throwable cause
| Class javax.xml.crypto.URIReferenceException extends Exception implements Serializable |
|---|
serialVersionUID: 7173469703932561419L
| Serialized Fields |
|---|
Throwable cause
URIReference uriReference
| Package javax.xml.crypto.dsig |
|---|
| Class javax.xml.crypto.dsig.TransformException extends Exception implements Serializable |
|---|
serialVersionUID: 5082634801360427800L
| Serialized Fields |
|---|
Throwable cause
| Class javax.xml.crypto.dsig.XMLSignatureException extends Exception implements Serializable |
|---|
serialVersionUID: -3438102491013869995L
| Serialized Fields |
|---|
Throwable cause
| Package javax.xml.datatype |
|---|
| Class javax.xml.datatype.DatatypeConfigurationException extends Exception implements Serializable |
|---|
| Package javax.xml.namespace |
|---|
| Class javax.xml.namespace.QName extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String namespaceURI
Namespace URI of this QName.
String localPart
local part of this QName.
String prefix
prefix of this QName.
| Package javax.xml.parsers |
|---|
| Class javax.xml.parsers.FactoryConfigurationError extends Error implements Serializable |
|---|
| Serialized Fields |
|---|
Exception exception
| Class javax.xml.parsers.ParserConfigurationException extends Exception implements Serializable |
|---|
| Package javax.xml.soap |
|---|
| Class javax.xml.soap.SOAPException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
Throwable cause
| Package javax.xml.stream |
|---|
| Class javax.xml.stream.FactoryConfigurationError extends Error implements Serializable |
|---|
| Serialized Fields |
|---|
Exception nested
| Class javax.xml.stream.XMLStreamException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
Throwable nested
Location location
| Package javax.xml.transform |
|---|
| Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable |
|---|
| Class javax.xml.transform.TransformerException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
SourceLocator locator
Throwable containedException
| Class javax.xml.transform.TransformerFactoryConfigurationError extends Error implements Serializable |
|---|
| Serialized Fields |
|---|
Exception exception
| Package javax.xml.ws |
|---|
| Class javax.xml.ws.ProtocolException extends WebServiceException implements Serializable |
|---|
| Class javax.xml.ws.WebServiceException extends RuntimeException implements Serializable |
|---|
| Class javax.xml.ws.WebServicePermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: -146474640053770988L
| Package javax.xml.ws.http |
|---|
| Class javax.xml.ws.http.HTTPException extends ProtocolException implements Serializable |
|---|
| Serialized Fields |
|---|
int statusCode
| Package javax.xml.ws.soap |
|---|
| Class javax.xml.ws.soap.SOAPFaultException extends ProtocolException implements Serializable |
|---|
| Serialized Fields |
|---|
SOAPFault fault
| Package javax.xml.xpath |
|---|
| Class javax.xml.xpath.XPathException extends Exception implements Serializable |
|---|
serialVersionUID: -1837080260374986980L
| Serialized Fields |
|---|
Throwable cause
| Class javax.xml.xpath.XPathExpressionException extends XPathException implements Serializable |
|---|
serialVersionUID: -1837080260374986980L
| Class javax.xml.xpath.XPathFactoryConfigurationException extends XPathException implements Serializable |
|---|
serialVersionUID: -1837080260374986980L
| Class javax.xml.xpath.XPathFunctionException extends XPathExpressionException implements Serializable |
|---|
serialVersionUID: -1837080260374986980L
| Package org.ietf.jgss |
|---|
| Class org.ietf.jgss.GSSException extends Exception implements Serializable |
|---|
serialVersionUID: -2706218945227726672L
| Serialized Fields |
|---|
int major
int minor
String minorMessage
String majorString
| Package org.omg.CosNaming |
|---|
| Class org.omg.CosNaming._BindingIteratorImplBase extends DynamicImplementation implements Serializable |
|---|
| Class org.omg.CosNaming._BindingIteratorStub extends ObjectImpl implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class org.omg.CosNaming._NamingContextExtStub extends ObjectImpl implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class org.omg.CosNaming._NamingContextImplBase extends DynamicImplementation implements Serializable |
|---|
| Class org.omg.CosNaming._NamingContextStub extends ObjectImpl implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class org.omg.CosNaming.Binding extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
NameComponent[] binding_name
BindingType binding_type
| Class org.omg.CosNaming.BindingType extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
int __value
| Class org.omg.CosNaming.NameComponent extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String id
String kind
| Package org.w3c.dom |
|---|
| Class org.w3c.dom.DOMException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 6627732366795969916L
| Serialized Fields |
|---|
short code
| Package org.w3c.dom.events |
|---|
| Class org.w3c.dom.events.EventException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
short code
| Package org.w3c.dom.ls |
|---|
| Class org.w3c.dom.ls.LSException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
short code
| Package org.xml.sax |
|---|
| Class org.xml.sax.SAXException extends Exception implements Serializable |
|---|
serialVersionUID: 583241635256073760L
| Serialized Fields |
|---|
Exception exception
| Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable |
|---|
serialVersionUID: 5440506620509557213L
| Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable |
|---|
serialVersionUID: -1422818934641823846L
| Class org.xml.sax.SAXParseException extends SAXException implements Serializable |
|---|
serialVersionUID: -5651165872476709336L
| Serialized Fields |
|---|
String publicId
String systemId
int lineNumber
int columnNumber