org.apache.geronimo.network.protocol
Class MetadataSupport

java.lang.Object
  extended byorg.apache.geronimo.network.protocol.MetadataSupport
All Implemented Interfaces:
Serializable

public class MetadataSupport
extends Object
implements Serializable

Version:
$Revision: 1.2 $ $Date: 2004/03/10 09:59:13 $
See Also:
Serialized Form

Method Summary
static Subject getSubject(UpPacket packet)
           
static boolean isAncestor(ClassLoader parent, ClassLoader child)
           
static void setSubject(UpPacket packet, Subject subject)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSubject

public static Subject getSubject(UpPacket packet)

setSubject

public static void setSubject(UpPacket packet,
                              Subject subject)

toString

public String toString()

isAncestor

public static boolean isAncestor(ClassLoader parent,
                                 ClassLoader child)


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