Serialized Form


Package org.jboss.remoting

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

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

Serialized Fields

maxNumberThreads

int maxNumberThreads
Indicated the max number of threads used within oneway thread pool.


invoker

ClientInvoker invoker

classloader

java.lang.ClassLoader classloader

subsystem

java.lang.String subsystem

sessionId

java.lang.String sessionId

onewayThreadPool

org.jboss.util.threadpool.ThreadPool onewayThreadPool

connectionValidator

ConnectionValidator connectionValidator

leasePinger

LeasePinger leasePinger

configuration

java.util.Map configuration

enableLease

boolean enableLease

leasePeriod

long leasePeriod

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

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

serialVersionUID: 1353105726630086615l

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

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 requestPayload

returnPayload

java.util.Map 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 payload

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

serialVersionUID: -2909329895029296248l

Serialized Fields

protocol

java.lang.String protocol

host

java.lang.String host

port

int port

path

java.lang.String path

parameters

java.util.Map parameters

uri

java.lang.String uri

originalURL

java.lang.String originalURL

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

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

serialVersionUID: -4778964132014467531l

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

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

writeExternal

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


Package org.jboss.remoting.marshal

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


Package org.jboss.remoting.marshal.compress

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

Serialized Fields

wrappedMarshaller

Marshaller wrappedMarshaller

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

Serialized Fields

wrappedUnMarshaller

UnMarshaller wrappedUnMarshaller


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

Serialized Fields

log

org.jboss.logging.Logger log


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

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

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

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

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

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

ListConnectionStrategy lcs

chatRoomInfo

java.util.ArrayList chatRoomInfo

jScrollPane1

javax.swing.JScrollPane jScrollPane1

chatRoomList

javax.swing.JList chatRoomList

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

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

TalkConnectionStrategy tcs

plainFont

java.awt.Font plainFont

boldFont

java.awt.Font boldFont

chatKey

java.lang.String chatKey

NEW_CHAT

boolean NEW_CHAT
See Also:
Constant Field Values

OLD_CHAT

boolean OLD_CHAT
See Also:
Constant Field Values


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 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
Serialized Fields

chatInfo

ChatInfo chatInfo

messages

ReadWriteArrayList messages

members

java.util.Collection 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 arrayList

gate

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.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

Serialization Methods

readExternal

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

writeExternal

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


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

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.multiplex

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

Serialized Fields

ss

java.net.ServerSocket ss

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

Serialized Fields

port

int port

bytes

byte[] bytes

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

Serialized Fields

acceptingThreads

java.util.List acceptingThreads

manager

MultiplexingManager manager

is

MultiplexingDataInputStream is

cis

MultiplexingDataInputStream 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

socketFactory

javax.net.SocketFactory socketFactory

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


Package org.jboss.remoting.transport.rmi

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

Serialized Fields

socketFactory

javax.net.SocketFactory socketFactory

timeout

int timeout

hostName

java.lang.String hostName

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

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.web

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

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

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

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


Package org.jboss.remoting.transporter

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

Serialized Fields

remotingClient

Client remotingClient

isClustered

boolean isClustered

subSystem

java.lang.String subSystem

log

org.jboss.logging.Logger log


Package org.jboss.remoting.util

Class org.jboss.remoting.util.SocketFactoryWrapper extends javax.net.SocketFactory implements Serializable

Serialized Fields

factory

SocketFactoryMBean factory



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