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