org.apache.geronimo.remoting
Class InvocationSupport
java.lang.Object
org.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
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.