org.apache.geronimo.remoting
Class InvocationSupport

java.lang.Object
  extended byorg.apache.geronimo.remoting.InvocationSupport
All Implemented Interfaces:
org.apache.geronimo.core.service.InvocationKey, Serializable

public final class InvocationSupport
extends Object
implements Serializable, org.apache.geronimo.core.service.InvocationKey

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:19 $
See Also:
Serialized Form

Method Summary
static InvocationType getInvocationType(org.apache.geronimo.core.service.Invocation invocation)
           
static MarshalledObject getMarshaledValue(org.apache.geronimo.core.service.Invocation invocation)
           
static URI getRemoteURI(org.apache.geronimo.core.service.Invocation invocation)
           
static boolean isAncestor(ClassLoader parent, ClassLoader child)
           
 boolean isTransient()
           
static void putInvocationType(org.apache.geronimo.core.service.Invocation invocation, InvocationType type)
           
static void putMarshaledValue(org.apache.geronimo.core.service.Invocation invocation, MarshalledObject mo)
           
static void putRemoteURI(org.apache.geronimo.core.service.Invocation invocation, URI remoteURI)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMarshaledValue

public static MarshalledObject getMarshaledValue(org.apache.geronimo.core.service.Invocation invocation)

putMarshaledValue

public static void putMarshaledValue(org.apache.geronimo.core.service.Invocation invocation,
                                     MarshalledObject mo)

getRemoteURI

public static URI getRemoteURI(org.apache.geronimo.core.service.Invocation invocation)

putRemoteURI

public static void putRemoteURI(org.apache.geronimo.core.service.Invocation invocation,
                                URI remoteURI)

getInvocationType

public static InvocationType getInvocationType(org.apache.geronimo.core.service.Invocation invocation)

putInvocationType

public static void putInvocationType(org.apache.geronimo.core.service.Invocation invocation,
                                     InvocationType type)

toString

public String toString()

isAncestor

public static boolean isAncestor(ClassLoader parent,
                                 ClassLoader child)

isTransient

public boolean isTransient()
Specified by:
isTransient in interface org.apache.geronimo.core.service.InvocationKey
See Also:
InvocationKey.isTransient()


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