Serialized Form


Package hudson.remoting

Class hudson.remoting.Capability extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mask

long mask
Bit mask of optional capabilities.

Class hudson.remoting.ChannelClosedException extends java.io.IOException implements Serializable

Class hudson.remoting.ChannelProperty extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

java.lang.Class<T> type

displayName

java.lang.String displayName

Class hudson.remoting.ClassLoaderHolder extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException

Class hudson.remoting.ExportTable.ExportList extends java.util.ArrayList<hudson.remoting.ExportTable.Entry> implements Serializable

Serialized Fields

old

hudson.remoting.ExportTable.ExportList old

Class hudson.remoting.Pipe extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

in

java.io.InputStream in

out

java.io.OutputStream out

Class hudson.remoting.ProxyException extends java.io.IOException implements Serializable

Class hudson.remoting.RemoteClassLoader.ClassFile extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

classLoader

int classLoader
oid of the classloader that should load this class.


classImage

byte[] classImage

Class hudson.remoting.RemoteInputStream extends java.io.InputStream implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

autoUnexport

boolean autoUnexport

Class hudson.remoting.RemoteOutputStream extends java.io.OutputStream implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException

Class hudson.remoting.RemoteWriter extends java.io.Writer implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException

Class hudson.remoting.RequestAbortedException extends java.lang.RuntimeException implements Serializable

Class hudson.remoting.UnexportCommand extends hudson.remoting.Command implements Serializable

serialVersionUID: 1L

Serialized Fields

oid

int oid

Package hudson.remoting.forward

Package hudson.remoting.jnlp

Class hudson.remoting.jnlp.MainDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

mainMenu

MainMenu mainMenu

statusLabel

javax.swing.JLabel statusLabel

Class hudson.remoting.jnlp.MainMenu extends javax.swing.JMenuBar implements Serializable

Serialized Fields

owner

MainDialog owner

fileMenu

javax.swing.JMenu fileMenu



Copyright © 2013. All Rights Reserved.