Serialized Form


Package org.jboss.remoting

Class org.jboss.remoting.CannotConnectException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 5890504116293908936L

Class org.jboss.remoting.Client extends java.lang.Object implements Serializable

serialVersionUID: 5679279425009837934L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.remoting.ClientDisconnectedException extends java.lang.Exception implements Serializable

serialVersionUID: 1665349772039533352L

Class org.jboss.remoting.ClientHolder extends java.lang.Object implements Serializable

Serialized Fields

sessionId

java.lang.String sessionId

config

java.util.Map<K,V> config

leasePeriod

long leasePeriod

Class org.jboss.remoting.ConnectionFailedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1353105726630086615L

Class org.jboss.remoting.InvalidConfigurationException extends java.lang.Exception implements Serializable

serialVersionUID: -2806674808345932422L

Class org.jboss.remoting.InvocationRequest extends java.lang.Object implements Serializable

serialVersionUID: -6719842238864057289L

Serialized Fields

sessionId

java.lang.String sessionId

subsystem

java.lang.String subsystem

arg

java.lang.Object arg

requestPayload

java.util.Map<K,V> requestPayload

returnPayload

java.util.Map<K,V> returnPayload

locator

InvokerLocator locator

Class org.jboss.remoting.InvocationResponse extends java.lang.Object implements Serializable

serialVersionUID: 1324503813652865685L

Serialized Fields

sessionId

java.lang.String sessionId

isException

boolean isException

result

java.lang.Object result

payload

java.util.Map<K,V> payload

Class org.jboss.remoting.InvokerLocator extends java.lang.Object implements Serializable

Serialized Fields

protocol

java.lang.String protocol

host

java.lang.String host

port

int port

path

java.lang.String path

query

java.lang.String query

parameters

java.util.Map<K,V> parameters

uri

java.lang.String uri

originalURL

java.lang.String originalURL

Class org.jboss.remoting.ServerInvoker.InvalidStateException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.SubsystemNotSupported extends java.lang.Exception implements Serializable

serialVersionUID: 7211573237413019835L

Serialized Fields

subsystem

java.lang.String subsystem

locator

InvokerLocator locator

Package org.jboss.remoting.callback

Class org.jboss.remoting.callback.Callback extends InvocationRequest implements Serializable

Class org.jboss.remoting.callback.HandleCallbackException extends java.lang.Exception implements Serializable

serialVersionUID: 5007830854771520817L

Class org.jboss.remoting.callback.NullCallbackStore extends java.lang.Object implements Serializable

serialVersionUID: -8182007953992756845L

Serialized Fields

isCallbackLost

boolean isCallbackLost

Class org.jboss.remoting.callback.NullCallbackStore.FailedCallback extends Callback implements Serializable


Package org.jboss.remoting.detection

Class org.jboss.remoting.detection.Detection extends java.lang.Object implements Serializable

serialVersionUID: -7560953564286960592L

Serialized Fields

serverInvokers

ServerInvokerMetadata[] serverInvokers

identity

Identity identity

hashCode

int hashCode

Class org.jboss.remoting.detection.ServerInvokerMetadata extends java.lang.Object implements Serializable

serialVersionUID: 6971867047161027399L

Serialized Fields

locator

InvokerLocator locator

subSystems

java.lang.String[] subSystems

Package org.jboss.remoting.ident

Class org.jboss.remoting.ident.Identity extends java.lang.Object implements Serializable

serialVersionUID: -2788084303665751253L

Serialized Fields

instanceid

java.lang.String instanceid

ip

java.net.InetAddress ip

serverid

java.lang.String serverid

domain

java.lang.String domain

hashCode

int hashCode

Package org.jboss.remoting.invocation

Class org.jboss.remoting.invocation.InternalInvocation extends RemoteInvocation implements Serializable

serialVersionUID: 2629656457294678240L

Class org.jboss.remoting.invocation.NameBasedInvocation extends RemoteInvocation implements Serializable

serialVersionUID: -6507163932605308471L

Serialized Fields

sig

java.lang.String[] sig

Class org.jboss.remoting.invocation.OnewayInvocation extends RemoteInvocation implements Serializable

serialVersionUID: -5957766205400999538L

Class org.jboss.remoting.invocation.RemoteInvocation extends java.lang.Object implements Serializable

serialVersionUID: -5420149048705763388L

Serialized Fields

methodName

java.lang.String methodName

params

java.lang.Object[] params

Package org.jboss.remoting.loading

Class org.jboss.remoting.loading.ClassBytes extends java.lang.Object implements Serializable

serialVersionUID: 9163990179051656161L

Serialized Fields

className

java.lang.String className

classBytes

byte[] classBytes

Class org.jboss.remoting.loading.CompressedClassBytes extends ClassBytes implements Serializable

serialVersionUID: 5984363018051268886L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jboss.remoting.marshal

Class org.jboss.remoting.marshal.InvalidMarshallingResource extends java.lang.Exception implements Serializable

serialVersionUID: -4285227353099943697L


Package org.jboss.remoting.marshal.compress

Class org.jboss.remoting.marshal.compress.CompressingMarshaller extends SerializableMarshaller implements Serializable

serialVersionUID: 8731343309128430753L

Serialized Fields

wrappedMarshaller

Marshaller wrappedMarshaller

Class org.jboss.remoting.marshal.compress.CompressingUnMarshaller extends SerializableUnMarshaller implements Serializable

serialVersionUID: 3843451434770746776L

Serialized Fields

wrappedUnMarshaller

UnMarshaller wrappedUnMarshaller

Package org.jboss.remoting.marshal.encryption

Class org.jboss.remoting.marshal.encryption.EncryptingMarshaller extends SerializableMarshaller implements Serializable

serialVersionUID: 1L

Serialized Fields

wrappedMarshaller

Marshaller wrappedMarshaller

cipherAlgorithm

java.lang.String cipherAlgorithm

cipher

javax.crypto.Cipher cipher

Class org.jboss.remoting.marshal.encryption.EncryptingUnMarshaller extends SerializableUnMarshaller implements Serializable

serialVersionUID: 1L

Serialized Fields

wrappedUnMarshaller

UnMarshaller wrappedUnMarshaller

cipherAlgorithm

java.lang.String cipherAlgorithm

cipher

javax.crypto.Cipher cipher

Package org.jboss.remoting.marshal.http

Class org.jboss.remoting.marshal.http.HTTPMarshaller extends SerializableMarshaller implements Serializable

serialVersionUID: -51801299849879386L

Class org.jboss.remoting.marshal.http.HTTPUnMarshaller extends SerializableUnMarshaller implements Serializable

serialVersionUID: 1085086661310576768L


Package org.jboss.remoting.marshal.rmi

Class org.jboss.remoting.marshal.rmi.RMIMarshaller extends java.lang.Object implements Serializable

serialVersionUID: -5659717749693258742L

Class org.jboss.remoting.marshal.rmi.RMIUnMarshaller extends java.lang.Object implements Serializable

serialVersionUID: -6342200977048213419L


Package org.jboss.remoting.marshal.serializable

Class org.jboss.remoting.marshal.serializable.SerializableMarshaller extends java.lang.Object implements Serializable

serialVersionUID: -5553685435323600244L

Serialized Fields

serializationType

java.lang.String serializationType

Class org.jboss.remoting.marshal.serializable.SerializableUnMarshaller extends java.lang.Object implements Serializable

serialVersionUID: -1554017376768780738L

Serialized Fields

customClassLoader

java.lang.ClassLoader customClassLoader

serializationType

java.lang.String serializationType

Package org.jboss.remoting.network

Class org.jboss.remoting.network.NetworkInstance extends java.lang.Object implements Serializable

serialVersionUID: -1745108606611832280L

Serialized Fields

identity

Identity identity

serverInvokers

ServerInvokerMetadata[] serverInvokers

locators

InvokerLocator[] locators

hashCode

int hashCode

Class org.jboss.remoting.network.NetworkNotification extends javax.management.Notification implements Serializable

serialVersionUID: 987487760197074685L

Serialized Fields

identity

Identity identity

serverInvokers

ServerInvokerMetadata[] serverInvokers

locators

InvokerLocator[] locators

Class org.jboss.remoting.network.NetworkRegistryQuery extends java.lang.Object implements Serializable

serialVersionUID: 2402056810602499064L

Serialized Fields

server

javax.management.MBeanServer server

Package org.jboss.remoting.network.filter

Class org.jboss.remoting.network.filter.IdentityFilter extends java.lang.Object implements Serializable

serialVersionUID: 480519754960605284L

Serialized Fields

identity

Identity identity

Class org.jboss.remoting.network.filter.InvokerProtocolFilter extends java.lang.Object implements Serializable

serialVersionUID: -4175168615629564295L

Serialized Fields

protocol

java.lang.String protocol

Package org.jboss.remoting.samples.chat.client

Class org.jboss.remoting.samples.chat.client.Chat extends CloseableFrame implements Serializable

Serialized Fields

packFrame

boolean packFrame

Class org.jboss.remoting.samples.chat.client.ChatFrame extends CloseableFrame implements Serializable

Serialized Fields

contentPane

javax.swing.JPanel contentPane

statusBar

javax.swing.JLabel statusBar

LeChat

javax.swing.JLabel LeChat

ListButton

javax.swing.JButton ListButton

CreateButton

javax.swing.JButton CreateButton

ExitButton

javax.swing.JButton ExitButton

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

cs

ConnectionStrategy cs

Class org.jboss.remoting.samples.chat.client.ChatInfo extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.String key

description

java.lang.String description

owner

ChatMember owner

origin

java.util.Date origin

size

int size

currentMembers

int currentMembers

Class org.jboss.remoting.samples.chat.client.ChatMember extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Class org.jboss.remoting.samples.chat.client.ChatMessage extends java.lang.Object implements Serializable

Serialized Fields

chatId

java.lang.String chatId

message

java.lang.String message

Class org.jboss.remoting.samples.chat.client.CloseableFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

parent

org.jboss.remoting.samples.chat.client.Closeable parent

Class org.jboss.remoting.samples.chat.client.CreateFrame extends CloseableFrame implements Serializable

Serialized Fields

jDescriptionLabel

javax.swing.JLabel jDescriptionLabel

IDLabel

javax.swing.JLabel IDLabel

descriptionField

javax.swing.JTextField descriptionField

idField

javax.swing.JTextField idField

OKButton

javax.swing.JButton OKButton

CancelButton

javax.swing.JButton CancelButton

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

ccs

org.jboss.remoting.samples.chat.client.CreateConnectionStrategy ccs

Class org.jboss.remoting.samples.chat.client.InfoFrame extends CloseableFrame implements Serializable

Serialized Fields

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jTextField1

javax.swing.JTextField jTextField1

jTextField2

javax.swing.JTextField jTextField2

numberOfMessages

javax.swing.JTextField numberOfMessages

joinButton

javax.swing.JButton joinButton

closeButton

javax.swing.JButton closeButton

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

ics

org.jboss.remoting.samples.chat.client.InfoConnectionStrategy ics

chatInfo

ChatInfo chatInfo

Class org.jboss.remoting.samples.chat.client.JoinFrame extends CloseableFrame implements Serializable

Serialized Fields

jLabel1

javax.swing.JLabel jLabel1

IDField

javax.swing.JTextField IDField

OKButton

javax.swing.JButton OKButton

CancelButton

javax.swing.JButton CancelButton

chatInfo

ChatInfo chatInfo

jcs

org.jboss.remoting.samples.chat.client.JoinConnectionStrategy jcs

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

Class org.jboss.remoting.samples.chat.client.ListFrame extends CloseableFrame implements Serializable

Serialized Fields

joinButton

javax.swing.JButton joinButton

getInfoButton

javax.swing.JButton getInfoButton

closeButton

javax.swing.JButton closeButton

exitButton

javax.swing.JButton exitButton

lcs

org.jboss.remoting.samples.chat.client.ListConnectionStrategy lcs

chatRoomInfo

java.util.ArrayList<E> chatRoomInfo

jScrollPane1

javax.swing.JScrollPane jScrollPane1

chatRoomList

javax.swing.JList chatRoomList

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

Class org.jboss.remoting.samples.chat.client.RemoteStrategyXmlRmi_Impl extends java.lang.Object implements Serializable

Class org.jboss.remoting.samples.chat.client.ShutDownDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel1

javax.swing.JPanel panel1

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

OKButton

javax.swing.JButton OKButton

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

Class org.jboss.remoting.samples.chat.client.TalkFrame extends CloseableFrame implements Serializable

Serialized Fields

jScrollPane1

javax.swing.JScrollPane jScrollPane1

closeButton

javax.swing.JButton closeButton

exitButton

javax.swing.JButton exitButton

backChatTextArea

javax.swing.JTextArea backChatTextArea

newMessage

javax.swing.JTextField newMessage

talkLabel

javax.swing.JLabel talkLabel

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

description

java.lang.String description

nickname

java.lang.String nickname

backChat

java.lang.String[] backChat

tcs

org.jboss.remoting.samples.chat.client.TalkConnectionStrategy tcs

plainFont

java.awt.Font plainFont

boldFont

java.awt.Font boldFont

chatKey

java.lang.String chatKey

NEW_CHAT

boolean NEW_CHAT

OLD_CHAT

boolean OLD_CHAT

Package org.jboss.remoting.samples.chat.exceptions

Class org.jboss.remoting.samples.chat.exceptions.ConnectionException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.CreateConnectionException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.DatabaseException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.InfoConnectionException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.InitializeException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.InvalidArgumentException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.JoinConnectionException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.ListConnectionException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.NameInUseException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.NotConnectedException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.RemoteConnectionException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.ShuttingDownException extends java.lang.Exception implements Serializable

Class org.jboss.remoting.samples.chat.exceptions.TalkConnectionException extends java.lang.Exception implements Serializable


Package org.jboss.remoting.samples.chat.server

Class org.jboss.remoting.samples.chat.server.ChatManagerLauncher extends CloseableFrame implements Serializable

Serialized Fields

chatManager

ChatManager chatManager

managerLocator

InvokerLocator managerLocator

managerConnector

Connector managerConnector

launchButton

javax.swing.JButton launchButton

shutDownButton

javax.swing.JButton shutDownButton

exitButton

javax.swing.JButton exitButton

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

Class org.jboss.remoting.samples.chat.server.ChatStore extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

extendedChatInfoMap

java.util.Hashtable<K,V> extendedChatInfoMap

shutDownGate

ShutDownGate shutDownGate

Class org.jboss.remoting.samples.chat.server.ExtendedChatInfo extends java.lang.Object implements Serializable

serialVersionUID: 3L

Serialization Methods

readObject

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

chatInfo

ChatInfo chatInfo

messages

ReadWriteArrayList messages

members

java.util.Collection<E> members

Package org.jboss.remoting.samples.chat.utility

Class org.jboss.remoting.samples.chat.utility.ReadWriteArrayList extends java.lang.Object implements Serializable

serialVersionUID: 6L

Serialized Fields

arrayList

java.util.ArrayList<E> arrayList

gate

org.jboss.remoting.samples.chat.utility.ReadWriteArrayList.Gate gate

Class org.jboss.remoting.samples.chat.utility.ShutDownGate extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialized Fields

numberOfUsers

int numberOfUsers

shuttingDown

boolean shuttingDown

Package org.jboss.remoting.samples.http

Class org.jboss.remoting.samples.http.ComplexObject extends java.lang.Object implements Serializable

Serialized Fields

i

int i

s

java.lang.String s

b

boolean b

bytes

byte[] bytes

Package org.jboss.remoting.samples.transporter.basic

Class org.jboss.remoting.samples.transporter.basic.Address extends java.lang.Object implements Serializable

Serialized Fields

street

java.lang.String street

city

java.lang.String city

state

java.lang.String state

zip

int zip

Class org.jboss.remoting.samples.transporter.basic.Customer extends java.lang.Object implements Serializable

Serialized Fields

firstName

java.lang.String firstName

lastName

java.lang.String lastName

addr

Address addr

customerId

int customerId

Package org.jboss.remoting.samples.transporter.complex

Class org.jboss.remoting.samples.transporter.complex.NoDoctorAvailableException extends java.lang.Throwable implements Serializable


Package org.jboss.remoting.samples.transporter.multiple

Class org.jboss.remoting.samples.transporter.multiple.Account extends java.lang.Object implements Serializable

Serialized Fields

customer

Customer customer

accountNumber

int accountNumber

Class org.jboss.remoting.samples.transporter.multiple.Address extends java.lang.Object implements Serializable

Serialized Fields

street

java.lang.String street

city

java.lang.String city

state

java.lang.String state

zip

int zip

Class org.jboss.remoting.samples.transporter.multiple.Customer extends java.lang.Object implements Serializable

Serialized Fields

firstName

java.lang.String firstName

lastName

java.lang.String lastName

addr

Address addr

customerId

int customerId

Package org.jboss.remoting.samples.transporter.proxy

Class org.jboss.remoting.samples.transporter.proxy.Address extends java.lang.Object implements Serializable

Serialized Fields

street

java.lang.String street

city

java.lang.String city

state

java.lang.String state

zip

int zip

Class org.jboss.remoting.samples.transporter.proxy.Customer extends java.lang.Object implements Serializable

Serialized Fields

firstName

java.lang.String firstName

lastName

java.lang.String lastName

addr

Address addr

customerId

int customerId

Package org.jboss.remoting.security

Class org.jboss.remoting.security.SSLSocketBuilder.NullStoreURLException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.jboss.remoting.serialization.impl.java

Class org.jboss.remoting.serialization.impl.java.JavaMarshalledValue extends RemotingMarshalledValue implements Serializable

serialVersionUID: -1527598981234110311L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.

Serial Data:
Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Package org.jboss.remoting.serialization.impl.jboss

Class org.jboss.remoting.serialization.impl.jboss.LocalMarshalledValue extends RemotingMarshalledValue implements Serializable

serialVersionUID: 6996297171147626666L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.remoting.serialization.impl.jboss.MarshalledValue extends org.jboss.serial.io.MarshalledObject implements Serializable

serialVersionUID: 6226352777827651658L

Class org.jboss.remoting.serialization.impl.jboss.SmartCloningMarshalledValue extends org.jboss.serial.io.MarshalledObjectForLocalCalls implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jboss.remoting.socketfactory

Class org.jboss.remoting.socketfactory.CreationListenerServerSocketFactory extends javax.net.ServerSocketFactory implements Serializable

serialVersionUID: -7939318527267014514L

Serialized Fields

factory

javax.net.ServerSocketFactory factory

listener

SocketCreationListener listener

Class org.jboss.remoting.socketfactory.CreationListenerSocketFactory extends javax.net.ssl.SSLSocketFactory implements Serializable

serialVersionUID: 1210774093889434553L

Serialized Fields

factory

javax.net.SocketFactory factory

listener

SocketCreationListener listener

Package org.jboss.remoting.stream

Class org.jboss.remoting.stream.StreamCallPayload extends java.lang.Object implements Serializable

serialVersionUID: 3243358524048714566L

Serialized Fields

method

java.lang.String method

paramArray

java.lang.Object[] paramArray

Package org.jboss.remoting.transport.coyote

Class org.jboss.remoting.transport.coyote.ClientAbortException extends java.io.IOException implements Serializable

serialVersionUID: -8324466966188969115L

Serialized Fields

message

java.lang.String message
The error message passed to our constructor (if any)


throwable

java.lang.Throwable throwable
The underlying exception or error passed to our constructor (if any)


Package org.jboss.remoting.transport.http

Class org.jboss.remoting.transport.http.WebServerError extends java.io.IOException implements Serializable


Package org.jboss.remoting.transport.multiplex

Class org.jboss.remoting.transport.multiplex.MasterServerSocket extends java.net.ServerSocket implements Serializable

serialVersionUID: 402293949935889044L

Serialized Fields

configuration

java.util.Map<K,V> configuration

ss

java.net.ServerSocket ss

ssc

java.nio.channels.ServerSocketChannel ssc

Class org.jboss.remoting.transport.multiplex.SocketId extends java.lang.Object implements Serializable

serialVersionUID: 1126328489938867931L

Serialized Fields

port

int port

bytes

byte[] bytes

Class org.jboss.remoting.transport.multiplex.VirtualServerSocket extends java.net.ServerSocket implements Serializable

serialVersionUID: -5320724929164012313L

Serialized Fields

acceptingThreads

java.util.List<E> acceptingThreads

configuration

java.util.Map<K,V> configuration

manager

MultiplexingManager manager

is

MultiplexingInputStream is

cis

MultiplexingInputStream cis

protocol

Protocol protocol

actualSocket

java.net.Socket actualSocket

timeout

int timeout

bound

boolean bound

connected

boolean connected

closed

boolean closed

dummySocket

java.net.Socket dummySocket

Class org.jboss.remoting.transport.multiplex.VirtualSocketFactory extends javax.net.SocketFactory implements Serializable

serialVersionUID: 3422810508320563967L


Package org.jboss.remoting.transport.rmi

Class org.jboss.remoting.transport.rmi.RemotingRMIClientSocketFactory extends java.lang.Object implements Serializable

Serialized Fields

configuration

java.util.Map<K,V> configuration

invokerLocator

InvokerLocator invokerLocator

timeout

int timeout

hostName

java.lang.String hostName

Class org.jboss.remoting.transport.rmi.RemotingRMIServerSocketFactory extends java.lang.Object implements Serializable

serialVersionUID: -5851426317709480542L

Serialized Fields

serverSocketFactory

javax.net.ServerSocketFactory serverSocketFactory

backlog

int backlog

bindAddress

java.net.InetAddress bindAddress

timeout

int timeout

Class org.jboss.remoting.transport.rmi.RMIServerInvoker_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L


Package org.jboss.remoting.transport.servlet

Class org.jboss.remoting.transport.servlet.ServletThrowable extends java.lang.Throwable implements Serializable

serialVersionUID: 8717022717823527828L


Package org.jboss.remoting.transport.servlet.web

Class org.jboss.remoting.transport.servlet.web.ServerInvokerServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 8796224225710165263L

Serialized Fields

servletInvoker

ServletServerInvokerMBean servletInvoker

Package org.jboss.remoting.transport.socket

Class org.jboss.remoting.transport.socket.ServerAddress extends java.lang.Object implements Serializable

serialVersionUID: -7206359745950445445L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Create the transient hashCode

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

address

java.lang.String address
Address of host ot connect to


port

int port
Port the service is listening on


enableTcpNoDelay

boolean enableTcpNoDelay
If the TcpNoDelay option should be used on the socket.


timeout

int timeout
Timeout of setSoTimeout


maxPoolSize

int maxPoolSize
Maximum size of connection pool

Class org.jboss.remoting.transport.socket.ServerThread.AcknowledgeFailure extends java.lang.Exception implements Serializable


Package org.jboss.remoting.transport.sslrmi

Class org.jboss.remoting.transport.sslrmi.SerializableSSLClientSocketFactory extends RemotingRMIClientSocketFactory implements Serializable

serialVersionUID: 3242156275483606618L


Package org.jboss.remoting.transport.web

Class org.jboss.remoting.transport.web.WebServerInvoker.CreatedInvocationRequest extends InvocationRequest implements Serializable


Package org.jboss.remoting.transporter

Class org.jboss.remoting.transporter.DefaultLoadBalancer extends java.lang.Object implements Serializable

serialVersionUID: -7219455363024542925L

Class org.jboss.remoting.transporter.TransporterClient extends java.lang.Object implements Serializable

serialVersionUID: 7418567482011657189L

Serialized Fields

remotingClient

Client remotingClient

isClustered

boolean isClustered

subSystem

java.lang.String subSystem

loadBalancer

LoadBalancer loadBalancer

log

org.jboss.logging.Logger log



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.