Serialized Form


Package hudson.remoting

Class hudson.remoting.Capability extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mask

long mask
Bit mask of optional capabilities.

Class hudson.remoting.ChannelClosedException extends IOException implements Serializable

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

Serialized Fields

old

hudson.remoting.ExportTable.ExportList old

Class hudson.remoting.Pipe extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

in

InputStream in

out

OutputStream out

Class hudson.remoting.ProxyException extends IOException implements Serializable

Class hudson.remoting.RemoteInputStream extends InputStream implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

autoUnexport

boolean autoUnexport

Class hudson.remoting.RemoteOutputStream extends OutputStream implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException

Class hudson.remoting.RemoteWriter extends Writer implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException

Class hudson.remoting.RequestAbortedException extends 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 JFrame implements Serializable

Serialized Fields

mainMenu

MainMenu mainMenu

statusLabel

JLabel statusLabel

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

Serialized Fields

owner

MainDialog owner

fileMenu

JMenu fileMenu



Copyright © 2004-2011. All Rights Reserved.