org.apache.geronimo.network
Class TransportContext

java.lang.Object
  extended byorg.apache.geronimo.network.TransportContext

public abstract class TransportContext
extends Object

Version:
$Revision: 1.2 $ $Date: 2004/03/10 09:59:12 $

Constructor Summary
TransportContext()
           
 
Method Summary
static TransportContext getTransportContext()
           
abstract  Object readReplace(Object obj)
           
static void setTransportContext(TransportContext c)
           
abstract  Object writeReplace(Object proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportContext

public TransportContext()
Method Detail

getTransportContext

public static final TransportContext getTransportContext()

setTransportContext

public static final void setTransportContext(TransportContext c)

writeReplace

public abstract Object writeReplace(Object proxy)
                             throws IOException
Throws:
IOException

readReplace

public abstract Object readReplace(Object obj)
                            throws IOException
Parameters:
obj -
Returns:
Throws:
IOException


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