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

java.lang.Object
  extended byorg.apache.geronimo.security.remoting.jmx.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:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Method Summary
static InvocationType getInvocationType(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 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

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-2007 Apache Software Foundation. All Rights Reserved.