Uses of Interface
com.mjh.switchrmi.RmiTransport

Packages that use RmiTransport
com.mjh.switchrmi   
com.mjh.switchrmi.transport.http   
com.mjh.switchrmi.transport.smtp   
com.mjh.switchrmi.transport.test   
 

Uses of RmiTransport in com.mjh.switchrmi
 

Classes in com.mjh.switchrmi that implement RmiTransport
 class RmiNullTransport
           
 class RmiTransportBase
           
 

Methods in com.mjh.switchrmi that return RmiTransport
 RmiTransport RmiContextImpl.getTransport()
           
 RmiTransport RmiContext.getTransport()
           
 

Methods in com.mjh.switchrmi with parameters of type RmiTransport
 void RmiContextImpl.setTransport(RmiTransport transport)
           
 void RmiContext.setTransport(RmiTransport transport)
           
 

Uses of RmiTransport in com.mjh.switchrmi.transport.http
 

Classes in com.mjh.switchrmi.transport.http that implement RmiTransport
 class HttpClientTransport
           
 class HttpServletTransport
           
 

Uses of RmiTransport in com.mjh.switchrmi.transport.smtp
 

Classes in com.mjh.switchrmi.transport.smtp that implement RmiTransport
 class SmtpClientTransport
           
 

Uses of RmiTransport in com.mjh.switchrmi.transport.test
 

Classes in com.mjh.switchrmi.transport.test that implement RmiTransport
 class TestTransport
           
 



Copyright © 2002-2002 Michael J. Henderson & Associates, LLC. All Rights Reserved.