Serialized Form


Package org.apache.geronimo.core.service

Class org.apache.geronimo.core.service.InvocationType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Serialized Fields

ordinal

int ordinal

Class org.apache.geronimo.core.service.SimpleInvocation extends Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.apache.geronimo.core.service.SimpleInvocationResult extends Object implements Serializable

Serialized Fields

result

Object result

normal

boolean normal

Class org.apache.geronimo.core.service.StringInvocationKey extends Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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


Package org.apache.geronimo.pool

Class org.apache.geronimo.pool.ThreadPool.PoolStatsImpl extends org.apache.geronimo.management.stats.StatsImpl implements Serializable

Serialized Fields

threadsInUse

org.apache.geronimo.management.stats.BoundedRangeImpl threadsInUse

consumers

Map consumers


Package org.apache.geronimo.proxy

Class org.apache.geronimo.proxy.MarshalledMethod extends Object implements Serializable

Serialized Fields

declaringClass

String declaringClass

signature

String signature

Class org.apache.geronimo.proxy.ProxyContainer extends SimpleRPCContainer implements Serializable

Class org.apache.geronimo.proxy.ProxyInvocation extends SimpleInvocation implements Serializable

Serialization Methods

readExternal

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

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.apache.geronimo.proxy.SimpleComponent extends Object implements Serializable

Serialized Fields

container

Container container

objectName

String objectName

Class org.apache.geronimo.proxy.SimpleContainer extends SimpleComponent implements Serializable

Serialized Fields

components

ArrayList components

Class org.apache.geronimo.proxy.SimpleRPCContainer extends SimpleContainer implements Serializable

Serialized Fields

plugins

Map plugins

pluginObjects

Map pluginObjects

interceptors

LinkedList interceptors

firstInterceptor

Interceptor firstInterceptor


Package org.apache.geronimo.validator

Class org.apache.geronimo.validator.ValidationError extends ValidationException implements Serializable

Class org.apache.geronimo.validator.ValidationException extends Exception implements Serializable

Serialized Fields

details

Object[] details

message

String message

prefix

String prefix

Class org.apache.geronimo.validator.ValidationFailure extends ValidationException implements Serializable

Class org.apache.geronimo.validator.ValidationWarning extends ValidationException implements Serializable



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.