org.apache.geronimo.security.remoting.jmx
Class InvocationSupport

java.lang.Object
  extended by org.apache.geronimo.security.remoting.jmx.InvocationSupport
All Implemented Interfaces:
Serializable, org.apache.geronimo.interceptor.InvocationKey

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

See Also:
Serialized Form

Method Summary
static InvocationType getInvocationType(org.apache.geronimo.interceptor.Invocation invocation)
           
static URI getRemoteURI(org.apache.geronimo.interceptor.Invocation invocation)
           
static boolean isAncestor(ClassLoader parent, ClassLoader child)
           
 boolean isTransient()
           
static void putInvocationType(org.apache.geronimo.interceptor.Invocation invocation, InvocationType type)
           
static void putRemoteURI(org.apache.geronimo.interceptor.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

getRemoteURI

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

putRemoteURI

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

getInvocationType

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

putInvocationType

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

toString

public String toString()
Overrides:
toString in class Object

isAncestor

public static boolean isAncestor(ClassLoader parent,
                                 ClassLoader child)

isTransient

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.