Serialized Form


Package org.jboss.remoting

Class org.jboss.remoting.EndpointPermission extends BasicPermission implements Serializable

serialVersionUID: 4984517897378387571L

Class org.jboss.remoting.IndeterminateOutcomeException extends RemotingException implements Serializable

serialVersionUID: 6304843915977033800L

Class org.jboss.remoting.RemoteExecutionException extends RemotingException implements Serializable

serialVersionUID: 3580395686019440048L

Class org.jboss.remoting.RemoteReplyException extends RemoteExecutionException implements Serializable

serialVersionUID: -8572480018652753441L

Class org.jboss.remoting.RemoteRequestException extends RemotingException implements Serializable

serialVersionUID: 5494334026096542700L

Class org.jboss.remoting.RemotingException extends IOException implements Serializable

serialVersionUID: 1540716301579397423L

Class org.jboss.remoting.ReplyException extends RemotingException implements Serializable

serialVersionUID: 5562116026829381932L

Class org.jboss.remoting.ServiceRegistrationException extends RemotingException implements Serializable

serialVersionUID: 6416792968397444648L


Package org.jboss.remoting.transporter

Class org.jboss.remoting.transporter.TransporterInvocation extends Object implements Serializable

serialVersionUID: -1643169469978213945L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jboss.remoting.util

Class org.jboss.remoting.util.ConcurrentReferenceHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the ConcurrentReferenceHashMap instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the ConcurrentReferenceHashMap instance to a stream (i.e., serialize it).

Serial Data:
the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

segmentMask

int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment.


segmentShift

int segmentShift
Shift value for indexing within segments.


segments

org.jboss.remoting.util.ConcurrentReferenceHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table


identityComparisons

boolean identityComparisons



Copyright © 2008 JBoss, a division of Red Hat, Inc.