Serialized Form


Package org.jboss.remoting

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

serialVersionUID: -4778964132014467531l

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

Class org.jboss.remoting.ClientInvokerAdapter extends Object implements Serializable

Serialized Fields

internalSessionId

String internalSessionId

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

serialVersionUID: 7021190062024891393l

Class org.jboss.remoting.HandleCallbackException extends Exception implements Serializable

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

serialVersionUID: -6719842238864057289l

Serialized Fields

sessionId

String sessionId

subsystem

String subsystem

arg

Object arg

requestPayload

Map requestPayload

returnPayload

Map returnPayload

locator

InvokerLocator locator

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

serialVersionUID: 1324503813652865685l

Serialized Fields

sessionId

String sessionId

isException

boolean isException

result

Object result

payload

Map payload

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

serialVersionUID: -2909329895029296248l

Serialized Fields

protocol

String protocol

host

String host

port

int port

path

String path

parameters

Map parameters

uri

String uri

originalURL

String originalURL

Class org.jboss.remoting.NullCallbackStore extends Object implements Serializable

serialVersionUID: -8182007953992756845l

Serialized Fields

isCallbackLost

boolean isCallbackLost

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

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

Serialized Fields

subsystem

String subsystem

locator

InvokerLocator locator


Package org.jboss.remoting.detection

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

serialVersionUID: -7560953564286960592l

Serialized Fields

locators

InvokerLocator[] locators

identity

Identity identity

hashCode

int hashCode


Package org.jboss.remoting.ident

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

serialVersionUID: -2788084303665751253l

Serialized Fields

instanceid

String instanceid

ip

InetAddress ip

serverid

String serverid

domain

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: -4858378312024842641l

Serialized Fields

sig

String[] sig

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

serialVersionUID: -5957766205400999538l

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

serialVersionUID: -5420149048705763388l

Serialized Fields

methodName

String methodName

params

Object[] params


Package org.jboss.remoting.loading

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

serialVersionUID: 9163990179051656161l

Serialized Fields

className

String className

classBytes

byte[] classBytes

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

serialVersionUID: 5984363018051268886l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException


Package org.jboss.remoting.marshal

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


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

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

serialVersionUID: -5553685435323600244l

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

serialVersionUID: -1554017376768780738l

Serialized Fields

customClassLoader

ClassLoader customClassLoader


Package org.jboss.remoting.network

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

serialVersionUID: -1745108606611832280l

Serialized Fields

identity

Identity identity

locators

InvokerLocator[] locators

hashCode

int hashCode

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

Serialized Fields

identity

Identity identity

invokers

InvokerLocator[] invokers

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

Serialized Fields

server

javax.management.MBeanServer server


Package org.jboss.remoting.network.filter

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

serialVersionUID: 480519754960605284l

Serialized Fields

identity

Identity identity

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

serialVersionUID: -4175168615629564295l

Serialized Fields

protocol

String protocol


Package org.jboss.remoting.transport.socket

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

serialVersionUID: -7206359745950445445l

Serialized Fields

address

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



Copyright © 2004 JBoss Inc. All Rights Reserved.