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

Class org.apache.geronimo.lock.LockReentranceException extends Exception implements Serializable


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.ValidationException extends RuntimeException implements Serializable



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